#videogallery .thumbnail{
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	border: 1px solid #AEAEAE;
}
#videogallery .thumbnail p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#videogallery .thumbnail a{
	color: #333333;
	text-decoration: none;
}
#videogallery .thumbnail a:hover{
	text-decoration: underline;
}
#videogallery h2{
	clear: left;
}
#videoplayer{
	float: left;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#videoinfo{
	float: left;
	width: 350px;
}