#videogallery {
	width:300px;
	height:160px;
	zoom:1;



}
.videogallerytable {
	width:100%;
	zoom:1;
	background-color: #FFF;
	width: 840px;
	left: 4px;
	padding-bottom: 6px;
}

.videogalleryhead {
	font-family: Arial, Helvetica, sans-serif;
	width:840px;
	color: #FFF;
	background-color: #0D567D;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 10px !important; 
}
.play {
	display:none;
	width:295px;
	height:222px;
	position:absolute;
	top:-1px;
	left:1px;
	cursor:pointer;
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	filter:alpha(opacity=50);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	visibility: inherit;
}

.highlightit{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.8;
opacity: 0.8;
}

.highlightit:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.8;
opacity: 0.8;
}
.box {
	position:relative;
}
.clear {clear:both;}