.slidepanel {
position: fixed;
top: 0px;
left: -690px;
/**display: none;**/
background: #000000;
border:1px solid #111111;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
width: 500px;
height: auto;
padding: 0px 20px 0px 20px;
filter: alpha(opacity=85);
opacity: .85;
}


a.trigger{
position: fixed;
text-decoration: none;
top: 150px; left: 0;
font-size: 14px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 15px 40px 15px 15px;
font-weight: 700;
background:#333333 url(../images/plus.png) 90% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
z-index:1099;
}

a.trigger:hover{
position: fixed;
text-decoration: none;
top: 150px; left: 0;
font-size: 14px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 15px 40px 15px 20px;
font-weight: 700;
background:#222222 url(../images/plus.png) 90% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.activeTrigger {
visibility:hidden;
/*background:#222222 url(../images/minus.png) 90% 55% no-repeat !important;*/
}

#slidepanel_header {
	height:20px;
	text-align:right;
	width:100%;
}
a.closer {
	float:right;
	background:url(../images/minus.png) 0% 0px no-repeat;
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	width:102px;
	color:#fff;
	font-family: verdana, helvetica, arial, sans-serif;
}

a.closer:hover {
	float:right;
	background:url(../images/minus.png) 0% 0px no-repeat;
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	width:102px;
	color:#fff;
	font-family: verdana, helvetica, arial, sans-serif;
}


#videoframe_parent {
	padding:0px;
	margin:auto;
}

#videoframe {
	margin:0px;
	padding:0px;
}