#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: #fff;
}
.gallery_photo {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	padding: 0px;
	padding-bottom: 7px;
}
/*
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;
	height: 70%;
	margin-top: 20px;
	width: 40%;
}
a.gallery_photo_next:hover {
	background: url('unchecked.gif') top right no-repeat;
}*/
.gallery_prev {
	background: url('/img/icons/gallery_prev.gif') left center no-repeat;
	float: left;
	padding-left: 24px;
	margin-right: 20px;
	display: block;
}
.gallery_prev:hover {
}
.gallery_next {
	background: url('/img/icons/gallery_next.gif') right center no-repeat;
	float: left;
	padding-right: 24px;
	display: block;
}
.gallery_next:hover {
}
.gallery_close {
	background: url('/img/icons/gallery_close.gif') right center no-repeat;
	float: right;
	padding-right: 24px;
	display: block;
	cursor: pointer;
}
.gallery_close:hover {
  cursor: pointer;
}
.gallery_caption {
  color: #565656;
}
.gallery_disabled {
  display: none;
}

