
/* Elastislide Style */
.es-carousel-wrapper{
	padding:0px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
	width:100%!important; /*old*/
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
#kaksta{
	width: 872px; background: #f1f1f1; border-top: 1px solid #a9aaac; margin-top: 20px; padding: 10px;
}
#kaksta p.title{
	font-size:15px; font-family: Tahoma; font-weight:bold;color: #575757;padding: 0px 0px 15px 0px;
}
#rg-gallery{
	height: 453px!important;margin-bottom: 100px;
}
#kaksta .es-carousel{
	overflow:hidden;
	width:820px!important;
	margin-left:20px;
}
#kaksta .es-carousel ul{
	display:none;
	width:1738px!important;
}
#kaksta .rg-image-nav a.rg-image-nav-prev{
	top: 500px;
	left:0px;
	background-image: url("../img/lefit.png");
}
#kaksta .rg-image-nav a.rg-image-nav-next{
	top: 500px;
	right:0px;
	background-image: url("../img/pravit.png");
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.4;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#222;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	-moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.9);
	box-shadow:2px 3px 3px rgba(0, 0, 0, 0.9);
	width:91px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}