#main_vid_cont{
	width:500px;
}
#main_vid_cont div{
	border:solid 0px black;
}
.floating{
	float:left;
}
#main_vid_left{
	width:570px;
}
#main_vid_right{
	width:520px;
	overflow: auto;
}
.player{
	width:238px;
	height:110px;
}
.list_cont{
	border:solid 0px black;
	float:left;
	width:100px;
	height:100px;
	margin-bottom:10px;
	margin-left:10px;
}
object{
	width:100%;
	height:430px;
	border:none;
	overflow: auto;
}
.row{
	height:140px;
	width:430px;

}
#main_vid_cont .cell{
	position:relative;
	width:170px;
	float:left;
	margin-right:15px;
}

#main_vid_right .cell{
	position:relative;
	width:125px;
	float:left;
	margin-right:15px;
}
.cell:hover{
	cursor:pointer;
}
.title{
	display:block;
	width:158px;
	color:LightSteelBlue;
	font-size:16pt;
	font-weight:bold;
}