/*div#videos {
	background:url(/ui/images/videos/videoplayerbg.gif) top left no-repeat;
	height:451px;
}*/
#videos .videoplayertop, #videos .videoplayertop div { background:url(/ui/images/videos/videoplayertopbg.gif) top left no-repeat; height: 3px; overflow: hidden; }
#videos .videoplayertop div { background-position: right top; margin-left: 3px; }
#videos .videoplayerbot, #videos .videoplayerbot div { background:url(/ui/images/videos/videoplayerbotbg.gif) top left no-repeat; height: 41px; overflow: hidden; }
#videos .videoplayerbot div { background-position: right top; margin-left: 3px; }
#videos .videoplayercontent { border-width: 0 1px; border-color: #b2a79d; border-style: solid; background: url(/ui/images/videos/videoplayercontentbg.gif) left top repeat-x; }

div#videos div#videoplayer {
	float:left;
	width:327px;
	/*height:395px;*/
	margin:10px;
}

div#videos div#vidcontrols{
	padding: 10px 9px; background: none !important; margin: 0 !important; height: auto !important;
}

div#videos div#videolistwrap{
	float:left;
	padding-top:7px;
	
}
div#videos div#videolist{
	height:290px;
	width:340px;
	overflow:auto;
	padding:0px;
	margin:0;
}

div#videos div#videolist div.video{
	margin-bottom:12px;
	padding-top:3px;
	line-height:12px;
}

div#videos div#videolist div.video h4{
	margin-top:0;
	padding-top:3px;
}

div#videos div#currenttitle {
	font-weight:bold;
	color:#f37421;
	font-size:11px;	
	padding-top:10px;
	padding-bottom:6px;
}

div#videos div#videolist div.video img{
	float:left;
	margin-right:10px;
	border:1px solid #715d4a;
	width:69px;
	height:50px
}

div#videos div#videolist div.current img{
	float:left;
	margin-right:10px;
	border:1px solid #f37421;
}

