#videos{
	width:795px;
	color:#3D90D4;
}
#video_list_container{
	float:left;
	width:300px;
	height:374px;
}
#video_list{
	width:300px;
	height:374px;
	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#current_video_container{
	width:475px;
	min-height:374px;
	float:left;
	margin-left:15px;
}

#current_video{
	width:475px;
	min-height:380px;
	background:#CECECE;
	border:1px solid #3D90D4;
}
#copyright{
	clear:both;

	width:220px;
	margin-left:575px;
	margin-top:10px;
}

.video_item{
	padding:3px;
	border-bottom:1px solid #A9A9A9;
	width:270px;
	cursor:pointer;
	background:#F2F2F2;
}

.on{
	background:#FFFFFF;
}

.video_thumb{
	float:left;
	width:85px;
}
.video_thumb img{
	border:1px solid #3D90D4;
}	
.video_text{
	float:left;
	margin-left:5px;
	width:180px;
}	
.video_text a{
	text-decoration:none;
	color:#3D90D4;
}
.video_text a:hover{
	text-decoration:underline;
}

.clear{

	clear:both;
}