#layer_background {
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:2000;
}
#layer_loader {
	background: url('/img/gallery_loading.gif') center center no-repeat;
	height: 100px;
	width: 100px;
	z-index:2001;
}
.layer_content {
	width: 555px;
	z-index:2001;
}
.layer_close {
	float: right;
	cursor: pointer;
	padding: 20px 0px;
}
/*.layer_content {
	background-color:#FFFFFF;
	width:640px;
	padding:5px;
	z-index:2001;
}*/
.layer_gallery {
	background-color: #3a4a57;
	width:auto;
	padding: 5px 5px 0px 5px;
	z-index:2001;
}
.gallery_photo {
	text-align: center;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
a.gallery_photo_prev {
	cursor: pointer;
	display: inline;
	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;
  font-size: 12px;
  background: url('/img/content/bg_gallery_caption.gif') center left no-repeat;
}
.gallery_prev {
	background: url('/img/content/bg_gallery_prev.gif') center left no-repeat;
	width: 47px;
  height: 23px;
	cursor: pointer;
	float: left;
	margin-top: 30px;
}
.gallery_prev:hover {
	text-decoration: none;
}
.gallery_next {
	background: url('/img/content/bg_gallery_next.gif') center right no-repeat;
  width: 47px;
  height: 23px;
	cursor: pointer;
	float: right;
	margin-top: 30px;
}
.gallery_next:hover {
	text-decoration: none;
}
.gallery_close {
	background: url('/img/content/bg_gallery_close.gif') center right no-repeat;
	width: 50px;
	height: 37px;
	float: right;
	cursor: pointer;
}
.gallery_caption {
	line-height: 37px;
	padding: 0px 10px;
	color: #85da1d;
	float: left;
}
.gallery_disabled {
	/*visibility: hidden;*/
	display: none;
}

