/**
 * Sliding Panles 1.0.2 - jQuery plugin for accessible, unobtrusive Sliding Panels
 * @stylesheet
 */
h4.panel{

	cursor:pointer;
	width:670px;
	margin:8px 0;
	padding: 5px 20px;
	font-size:1.1em
}
h4.panel a{
	text-decoration:none;
	color:#000000;
	background:none;
}
h4.panel-up{
	background:url(/g/up.gif) no-repeat scroll top right;
 }
h4.panel-down{
	background:url(/g/down.gif) no-repeat scroll top right;
}
.panel-target{
	width:720px;
}
.panel-closed{
	display:none;
	width:720px;
}



