#MediaGalleryBlock {
	display: none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:111;
}

#cover {
	background:#000000 none repeat scroll 0 0;
	color:#333333;
	display:none;
	left:0;
	margin:0;
	opacity:0.8;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}

.gallery_not_sure {
	margin:30px auto 0;
	width:465px;
}
.gallery_close {
	float: right;
	width: 98px;
	height: 24px;
	overflow: hidden;
	text-indent: -99em;
	background:  url("images/photogallery/close-button.jpg") no-repeat left top;		
}
.gallery_close:hover {
	background-position: 0px -24px;
}
.gallery_container {
	width: 465px;
	background:  url("images/photogallery/bg-gallery.gif") repeat-y left top;	
}
.gallery_container_top {
	clear: both;
	height: 17px;
	background:  url("images/photogallery/top-gallery.png") no-repeat left top;	
}
.gallery_container_bottom {
	height: 17px;
	background:  url("images/photogallery/bottom-gallery.png") no-repeat left top;	
}
.window_container {
	margin: 0px; 
	padding: 10px 45px; 

}
.window_container p {
	padding: 7px 0px;
	font-size: 12px;
	color: #878787;
	line-height: 20px;
}
