/*jqslidepanel*/
a.trigger{
	position: absolute;
	background: #222 url(images/plus.png) 6% 55% no-repeat;
	text-decoration: none;
	font-size: 12px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	padding: 4px 12px 6px 26px;
	font-weight: bold;
	z-index: 2;
	width: 60px;
/*	height: 24px;*/
	display: block;
	overflow: hidden;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
a.trigger.right {
	right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
a.trigger:hover {
	background-color: #555;
}
a.active.trigger {
	background: #777 url(images/minus.png) 6% 55% no-repeat;
}
.panel {
	color: #ccc;
	position: absolute;
	display: none;
	background: #000000;
	width: 300px;
	height: auto;
	z-index: 1;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
.panel.right {
	right: 0;
	padding: 20px 100px 20px 30px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
.panel p {
	font-size: 11px;
}
/*jqslidepanel - end*/

