/**
 * Sliding Panles 1.0.2 - jQuery plugin for accessible, unobtrusive Sliding Panels
 * @stylesheet
 */
.panel, .panelopened{
	padding: 10px 20px;
	cursor: pointer;
	margin-top: 10px;
	min-height: 15px;
	clear: both;
	color: #2b2b2b;
	font-weight: bold;
}
.panel a, .panelopened a{
	text-decoration: none;
	background: none;
}
.panel-up, .panelopened-up{
	background: url(/img/icons/ico_plus.png) no-repeat scroll left center;
 }
.panel-down, .panelopened-down{
	background: url(/img/icons/ico_minus.png) no-repeat scroll left center;
}
.panel-closed, .panelopened-closed{
	display: none;
}


