.panel {
	position: fixed;
	top: 27%;
	left: 0;
	display: none;
	background: #000;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	width: 330px;
	height: auto;
	padding: 30px 0 0 115px;
	filter: alpha(opacity=85);
		opacity: .85;
	z-index:999;
	color: #F00;
}

.panel p{
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
text-decoration: none;ss
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 41%; left: 0;
font-size: 16px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 25px 30px 25px 30px;
font-weight: 700;
background:#2c2c2c  85% 55% no-repeat;*/
	opacity: .90;
display: block;
z-index:99999;
}

a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 41%;
	left: 0;
	font-size: 16px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 25px 30px 25px 30px;
	font-weight: 700;
	/*background:#c4c4c4 url(../images/plus.png) 85% 55% no-repeat;*/

	display: block;
	background-repeat: no-repeat;
	background-position: 85% 55%;
}

a.active.trigger {
	background-image:url(../images/minus.png);
}


.colright{
float: right;

line-height: 22px;
}
