/* Gallery */

#layer_background {
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:2000;
}

#layer_background a {
  color: #005068;
}

#layer_loader {
	height: 100px;
	width: 100px;
	z-index:2001;
}

.layer_gallery {
	background-color:#ffffff;
	width:auto;
	padding: 5px;
	z-index:2001;
	border: 1px solid #3a3626;
}
.gallery_photo {
	text-align: center;
	/*clear: both;
	float: right;*/
}
a.gallery_photo_prev {
	cursor: pointer;
	display: inline;
	/*float: left;*/
	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;
	/*float: right;*/
	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: auto;
	overflow: auto;
	padding: 10px 0px;
	font-family:Tahoma,Arial,Verdana;
  font-size:12px;
  width: 148px;
}


div#galeria2_layer div.gallery_nav {
	clear: both;
	margin: 0px;
	overflow: auto;
	padding: 10px 0px;
	font-family:Tahoma,Arial,Verdana;
  	font-size:12px;
}

.gallery_prev {
	background: url('/graphics/icons/lewo.gif') center left no-repeat;
	padding-left: 0px;
	float: left;
	font-weight: bold;
	color: #005068;
	cursor: pointer;
	margin: 0px 10px;
	display: block;
	width: 29px;
	height: 29px;	 
}
.gallery_prev:hover {
	text-decoration: none;
}
.gallery_next {
	background: url('/graphics/icons/prawo.gif') center right no-repeat;
	padding-right: 0px;
	float: left;
	font-weight: bold;
	color: #005068;
	cursor: pointer;
	text-decoration: none;
	margin: 0px 10px;
	display: block;
	width: 29px;
	height: 29px;
}
.gallery_next:hover {
	text-decoration: none;
}
.gallery_close {
	display: block;
	background: url('/graphics/icons/zamknij.gif') center left no-repeat;
	padding-left: 0px;
	width: 29px;
	height: 29px;
	float: right;
	font-weight: bold;
	color: #005068;
	cursor: pointer;
	margin-right: 10px;
}
.gallery_caption {
	font-weight: bold;
	color: #005068;
	padding: 5px 10px;
	font-family:Tahoma,Arial,Verdana;
  	font-size:14px;
}
.gallery_disabled {
	display: none;
}