.gallery-holder{
	width:1008px;
	height:382px;
	background:#e7fafe;
	position:relative;
	overflow:hidden;
}
.slides{
	width:1008px;
	height:382px;
	position:relative;
	overflow:hidden;
}
.slides li{
	position:absolute;
	left:0;
	top:0;
	width:1008px;
	height:382px;
}
.slides li h2,
.slides li p,
.slides li .img{
	position:absolute;
	left:40px;
}
.gallery-holder .slides .img{
	top:0;
	left:0;
	width:1008px;
	height:382px;
}
.slides .img img{vertical-align:top;}
.slides li h2{
/*color: #005190;*/
color:#056325;
	font-size: 48px;
	line-height:60px;
	width:340px;
	top:70px;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
}
.slides li h2 span{color:#808080;}
.slides li p{
	width: 450px;
	top:260px;
/*color:#005190;*/
color:#056325;
	overflow: hidden;
	z-index:19;
	font:16px/22px 'OpenSansItalic', Arial, Helvetica, sans-serif;
}
.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image:url(../images/prev_next.png);
	width:42px;
	height:42px;
	position:absolute;
	top:50%;
	margin-top:-34px;
}

.prev {
	background-position:0 0;
	left:15px;
}
.prev:hover {
	background-position:0 -44px;
}

.next {
	right:15px;
	background-position:-44px 0;
}

.next:hover {
	background-position:-44px -44px;
}
.sliderBullets {
	position:absolute;
	bottom:20px;
	left:50%;
	z-index:50;
	margin-left:-45px;
}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url(../images/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position:0 -12px;
}



.blokimg {position: relative;}

.overlay{
  display: none;
  height: auto;
  left: -15%;
  position: absolute;
  top: -50%;
  width: auto;
  z-index: 999;
}
.overlay .overlay_container{
  display: table-cell;
  
  vertical-align: middle;
}
.overlay_container img{
  background-color: #AB5;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.overlay:target {
  display: table;
}
