#layer_background {
	background-color: #000;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:2000;
}
#layer_loader {
	background: url('/img/content/gallery/loading.gif') center center no-repeat;
	height: 300px;
	width: 300px;
	z-index: 2001;
}
#gallery_nav {
  padding: 5px 0px;  
}

.layer_content {
	z-index:2001;
}
.layer_gallery {
	width:auto;
	z-index:2001;
	padding: 7px;
	background: #6a5129;
}
.gallery_photo {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #6a5129;
	padding: 0px;
	padding-bottom: 7px;
}
.gallery_prev {
	background: url('/img/corner_left.gif') left center no-repeat;
	float: left;
	
	margin-right: 20px;
	display: block;
}
.gallery_prev:hover {
}
.gallery_next {
	background: url('/img/corner_right.gif') right center no-repeat;
	float: right;
	
	display: block;
}
.gallery_next:hover {
}
.gallery_close {
	background: url('/img/close.gif') right center no-repeat;
	float: right;
	color: #c4bc02;
	padding-right: 24px;
	display: block;
	cursor: pointer;
}
.gallery_close:hover {
  cursor: pointer;
}
.gallery_caption {
  color: #c4bc02;
  float:left;
}
.gallery_disabled {
  display: none;
}

