#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;
}
#nav_bar {
  padding-bottom: 20px;
}
#gallery_nav {
  width: 148px;
  margin: auto;
  background: url('/img/backgrounds/gallery_nav.png') center center no-repeat;
  }

.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;
	padding-bottom: 5px;
}
/*
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/buttons/whiteL.gif') center center no-repeat;
	cursor: pointer;
	width: 45px;
	height: 29px;
	display: block;
	text-decoration: none;
}
.gallery_prev:hover {
	text-decoration: none;
	background: url('/img/buttons/orangeL.gif') center center no-repeat;
	cursor: pointer;
	width: 45px;
	height: 29px;
	display: block;
}
.gallery_next {
	text-decoration: none;
	background: url('/img/buttons/whiteR.gif') center center no-repeat;
	cursor: pointer;
	width: 45px;
	height: 29px;
	display: block;
}
.gallery_next:hover {
	text-decoration: none;
	background: url('/img/buttons/orangeR.gif') center center no-repeat;
	cursor: pointer;
	width: 45px;
	height: 29px;
	display: block;
}
.gallery_close {
	text-decoration: none;
	cursor: pointer;
	width: 70px;
	height: 29px;
	display: block;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: arial;
}
.gallery_close:hover {
	text-decoration: none;
	cursor: pointer;
	width: 70px;
	height: 29px;
	display: block;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: arial;
}
#gallery_caption_bar {
  padding-bottom: 10px;
}
#galeria_caption {
  color: #565656;
  text-decoration: none;
  cursor: default;
}
#galeria_caption:hover {
  color: #565656;
  text-decoration: none;
  cursor: default;
}
.gallery_caption {
  color: #565656;
  text-decoration: none;
  cursor: default;
}
.gallery_caption {
  color: #565656;
  text-decoration: none;
  cursor: default;
}
.gallery_disabled {
  display: none;
}

.close_lang1 {
	background: url('/img/buttons/zamknij.gif') center center no-repeat;
}
.close_lang2 {
	background: url('/img/buttons/close.gif') center center no-repeat;
}
