#layer_background {
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:2000;
}
#layer_loader {
	background: url('/img/content/gallery/gallery_loading.gif') center center no-repeat;
	height: 100px;
	width: 100px;
	z-index:2001;
}

.layer_content {
	width: 715px;
	z-index:2001;
}
.layer_close {
	background: url('/img/buttons/button_close.gif') center left no-repeat;
	float: right;
	cursor: pointer;
	line-height: 35px;
	width: 34px;
	display: block;
}
.layer_gallery {
	background-color:#FFFFFF;
	width:auto;
	padding: 5px;
	z-index:2001;
}
.gallery_photo {
	text-align: center;
	/*clear: both;
	float: right;*/
}
a.gallery_photo_prev {
	cursor: pointer;
	display: inline;
	/*float: left;*/
	height: 70%;
	margin-top: 20px;
	width: 40%;
}
a.gallery_photo_prev:hover {
	/*background: url('unchecked.gif') top left no-repeat;*/
}
a.gallery_photo_next {
	cursor: pointer;
	display: inline;
	/*float: right;*/
	height: 70%;
	margin-top: 20px;
	width: 40%;
}
a.gallery_photo_next:hover {
	/*background: url('unchecked.gif') top right no-repeat;*/
}
.gallery_nav {
	clear: both;
	margin: 0px;
	overflow: auto;
	padding: 15px 0px 10px 0px;
	font-family:Tahoma,Arial,Verdana;
  font-size:12px;
}
.gallery_prev {
	background: url('/img/buttons/button_prev.gif') center left no-repeat;
	float: left;
	cursor: pointer;
	margin: 0px 10px; 
	line-height: 35px;
	width: 34px;
	display: block;
}
.gallery_prev:hover {
	text-decoration: none;
}
.gallery_next {
	background: url('/img/buttons/button_next.gif') center right no-repeat;
	float: left;
	cursor: pointer;
	text-decoration: none;
	margin: 0px 10px;
	line-height: 35px;
	width: 34px;
	display: block;
}
.gallery_next:hover {
	text-decoration: none;
}
.gallery_close {
	background: url('/img/buttons/button_close.gif') center left no-repeat;
	float: right;
	cursor: pointer;
	margin-right: 10px;
	line-height: 35px;
	width: 34px;
	display: block;
}
.gallery_caption {
	float: left;
	padding: 0px 10px;
	line-height: 35px;
}
.gallery_disabled {
	display: none;
}


