/* CSS Document */

div.videoListing{
	clear:both;
	margin:10px 25px 10px 35px;
}
h3.categoryHeading{
	font-size:16px;
	margin-bottom:5px;
	clear:both;
}
img.videoThumbnail{
	float:left;
	padding:5px;
	margin-right:10px;
	border:1px solid #cccccc;
}
h4.videoTitle{
	margin:0px;
	font-size:13px;
}
.clear{
	clear:both;
	line-height:0px;
}

object, embed {position:relative;bottom:0;right:0;}