#layer_background {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.6;
	z-index: 2000;
}
#layer_loader {
	background: url('../img/loading.gif') center center no-repeat;
	height: 100px;
	width: 100px;
	z-index: 2001;
}

.layer_content {
	z-index: 2001;
	padding: 0px;
	padding-bottom: 0px;
	border: 1px solid #7b2049;
	width: 465px;
}
.layer_content .content_box {
	padding: 20px;
	border-bottom: 1px solid #7b2049;
}

.layer_close {
	background: url('../img/zamknij.gif') center left no-repeat;
	float: right;
	cursor: pointer;
	line-height: 42px;
	padding-left: 20px;
	margin-right: 20px;
}
.layer_gallery {
	width:auto;
	z-index:2001;
	padding: 10px;
	padding-bottom: 0px;
	background: #fff;
}
.gallery_photo {
	text-align: 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;
	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;
	line-height: 42px;
}
.gallery_prev {
	background-image: none;
	float: left;
	cursor: pointer;
	display: block;
	width: 50%;
	height: 100%;
}
.gallery_prev:hover {
  background: url('../img/label_prev.jpg') center left no-repeat;
	text-decoration: none;
}
.gallery_next {
	background-image: none;
	float: right;
	cursor: pointer;
	display: block;
	width: 50%;
	height: 100%;
}
.gallery_next:hover {
  background: url('../img/label_next.jpg') center right no-repeat;
	text-decoration: none;
}
.gallery_close {
	background: url('../img/zamknij.gif') center right no-repeat;
	float: right;
	cursor: pointer;
	line-height: 42px;
	padding-left: 20px;
	width: 60px;
}
.gallery_caption {
  width: 50%;
  float: left;
  color: #000;
}
.gallery_disabled {
  display: none;
  }
