#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 {
  clear: both;
  background: #fff;
  overflow: auto;
  height: 30px;
  margin: 0px -20px;
  border-top: 1px solid #000;
  }

.layer_content {
	z-index:2001;
}
.layer_gallery {
	width:auto;
	z-index:2001;
	padding: 0px 20px;
	background: #fff;
}
.gallery_photo {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	padding: 20px 0px;
}
/*
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/content/gallery/prev.gif') center right no-repeat;
	float: left;
	cursor: pointer;
	width: 43px;
	height: 30px;
	display: block;
}
.gallery_prev:hover {
	text-decoration: none;
}
.gallery_next {
	background: url('/img/content/gallery/next.gif') center left no-repeat;
	float: right;
	cursor: pointer;
	width: 43px;
	height: 30px;
	display: block;
}
.gallery_next:hover {
	text-decoration: none;
}
.gallery_close {
	cursor: pointer;
	width: 80px;
	margin: auto;
	line-height: 30px;
}
.gallery_caption {
	display: none;
}
.gallery_disabled {
  display: none;
}
}

