@import url("subpage.css");

#VideoMenu img {
	border:1px solid #fff;
}

.VideoThumb {
	text-align:center;
	background:#7e683c;
	width:148px;
	padding:10px 0;
	float:left;
	margin:0 5px 10px 0;
	border:1px solid #ccc;
}
.VideoThumb a {
	text-decoration:none;
	color:#fff;
	border:none;
}
.VideoThumb a:hover {
	color:#ccc;
}

.VideoThumbRow {
	clear:both;
}