div.overlay {
	background-image:url(images/white.png);
	width:640px;
	height:480px;
	display:none;
	padding:35px;
	float: right;
}
div.overlay div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#gallery {
	zoom:1;
	width: 790px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
}
#gallery span{ 
}
#gallery a{
 
	position: relative;
	vertical-align:top;
	width:165px;
	height: 114px;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	opacity:0.93; filter:alpha(opacity=87);
	z-index: 100;
	margin: 400px 0 0 20px;
	top:410px;
	left:77px;
}
#gallery a img{
	display:block;
	width: 225px;
	float: left;
	border:none;
}
#gallery a:hover{
	text-decoration:none;
	opacity:1; filter:alpha(opacity=100);
}
#gallery a#videolb{
	display:none
}
 
 