div#videos {
	width:434px;
	margin-left:-11px;
	padding:8px 0 0 0;
	_margin-right:-5px;
}
#videos .videoplayertop { background:url(/ui/images/videos/videoplayertopbg.png) top left no-repeat; height: 4px; overflow: hidden; }
#videos .videoplayerbot { background:url(/ui/images/videos/videoplayerbotbg.png) top left no-repeat; height: 4px; overflow: hidden; }
#videos .videoplayercontent { background: url(/ui/images/videos/videoplayercontentbg.gif) left repeat-y; padding-bottom:0px; }

div#videos div#videoplayer {
	width:320px;
	margin:0;
	padding:27px 57px 8px 57px;
	background:url(/ui/images/videos/videodivider.gif) 58px bottom no-repeat;
	_padding-right:52px;
}

div#videos div#vidcontrols{
	padding: 18px 0 12px 0; background: none !important; margin: 0 !important; height: auto !important;
}
div#videos div#vidcontrols .button{
	margin-right:10px; 
}

div#videos div#videolistwrap{
	padding:25px 0 0 58px;	
}
#videolist dl{
	padding-bottom:28px;
}

#videolist dt, #videolist dd { float: left; }
#videolist dt { width: 90px; clear: left; }
#videolist dd { width: 210px; padding: 0 15px; }
#videolist h4 { padding: 0; margin:0; }
#videolist p { padding: 0; margin:0; }
#videolist p.videodescription { padding: 6px 0 7px 0; }

div#videos div#currenttitle {
	font-weight:bold;
	padding-top:16px;
	padding-bottom:11px;
	margin:0;
}

#videolist .video img {
	cursor:pointer;
}