.videos_index
{
	width: 700px;
	border: solid 0px #000; 
	overflow: auto;
	float: left;
	
}

.videos_index_ads
{
	float: right;
	width: 250px;
	margin-top: 50px;
	text-align: right;
}

.video_sample
{
	width: 120px;
	height: 180px;
	margin: 10px 10px 10px 0px;
	float: left;
}

.watch-more-video
{
	background-color: #FFFFE5;
	border:1px solid #F5E082;
	padding: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	float: left;
	width: 600Px;
}

.more-video-button
{
	float: left;
	width: 700px;
	
}