#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: 0px 0px;
	width:610px;  
	height:20px;
	background-color:#fff;
	font-weight:bold;
}

.layer_content {
	z-index:2001;
}
.layer_gallery {
	width:auto;
	z-index:2001;
	padding: 0px;
}
#extend_bg_top{
	width:610px;
	height:10px;
	background:  url('/img/bg_extend_top.png') left top no-repeat;
}
#extend_bg_bottom{
	width:610px;
	height:10px;
	background:  url('/img/bg_extend_bottom.png') left top no-repeat;
}
.gallery_photo {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	padding: 0px;
	margin-top: 0px;
	width:610px;
	height:500px;
}
.gallery_prev {
	background: url('/img/galeria/galeria_left.gif') left 8px no-repeat;
	float: left;
	margin-right: 20px;
	display: block;
	color: #FF8000;
	width:63px;
	height: 23px;
	display: block;
	margin-left:15px;
	padding-left:15px;
}

.gallery_prev.gallery_disabled {
    display:block;
    color:#d2d2d2;
    background: url('/img/galeria/galeria_left_gray.gif') left 8px no-repeat;
    }

.gallery_prev:hover {
}

.gallery_next {
	background: url('/img/galeria/galeria_right.gif') right 8px no-repeat;
	float: left;
	display: block;
	color: #FF8000;
	width:63px;
	height: 23px;
	display: block;
	margin-left:15px;
	padding-right:10px;
}

.gallery_next.gallery_disabled {
    display:block;
    color:#d2d2d2;
    background: url('/img/galeria/galeria_right_gray.gif') right 8px no-repeat;
    }

.gallery_next:hover {
}


.gallery_close {
	background: url('/img/galeria/galeria_close.gif') no-repeat right 8px;
	float: right;
	color: #FF8000;
	padding-right: 0px;
	padding-top: 0px;
	padding-right: 22px;
	display: block;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	width:45px;
	height: 20px;
	
	margin-right:22px;
    }

.gallery_close:hover {
  cursor: pointer;
}
.gallery_caption, #galeria_caption {
  height:20px;
}
.opis1{
	width:100%;
	height:20px;
	background-color:#fff;
}
a.opis{
	color: #002173;
  padding-left:20px;
}
.gallery_disabled {
  display: none;
}

