div.vids{
	height:420px;
	background: #CDD7EB;
	overflow: hidden;
	padding:8px 0 0;
	clear: both;
}
div.vids .panel{
	float: left;
}
#vids-nav{
	float: right;
	width:auto;
}
#vids-nav a{
	border:1px solid #CDD7EB;
	border-bottom:none;
	float:left;
	margin:0 0 0 5px;
	padding:5px 10px;
}
.vids .yui-u{
	border:1px solid #CCC;
	height:95px;
	margin:0 0 8px 8px;
	background: #FFF;
}
.vids .yui-u a{
	float:left;
	margin:2%;
	width:150px;
}
.vids .yui-u a.image{
	width:120px;
	height:80px;
	overflow: hidden;
	background: #000 center center no-repeat;
	position:relative; 
	color:#FFF;
	text-decoration: none;
}
.vids .yui-u a.image b{
	color:#FFF;
	background:#000;
	font-size: 10px;
	padding:1px 2px;
	float: right;
}
#yui-main .vids .yui-u a.image img{
	border: none; 
}
#player_wrapper{
	width:720px;
	margin:auto;
}
#player_wrapper div.description{
	padding:10px 0;
	border-top:1px solid #CDD7EB;
}