#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;
	margin-top: 30px;
}
.gallery_prev {
	background: url('/img/wroc.gif') left center no-repeat;
	float: left;
	margin-right: 20px;
	display: block;
	color: #1C2D63;
	width:63px;
	height: 23px;
	display: block;
}
.gallery_prev:hover {
}
.gallery_next {
	background: url('/img/dalej.gif') right center no-repeat;
	float: right;
	display: block;
	color: #1C2D63;
	width:63px;
	height: 23px;
	display: block;
}
.gallery_next:hover {
}
.gallery_close {
	background: url('/img/zamknij.gif') no-repeat right 1px;
	float: right;
	color: #1C2D63;
	padding-right: 0px;
	padding-top: 0px;
	padding-right: 22px;
	display: block;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	width:45px;
	height: 20px;
}
.gallery_close:hover {
  cursor: pointer;
}
.gallery_caption {
  color: #565656;
}
.gallery_disabled {
  display: none;
}
