/* The Nivo Slider styles */
#slider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivoSlider {
	position:relative;
	width:600px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:89;
	padding:15px 0;
height:57px;
}
.nivo-caption p {
	padding:0 20px;
	font-family:"TitilliumText22LMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:32px;
}
.nivo-caption a {
	color:#efe9d1;
    text-decoration:underline;
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.slider {	
    width:100%;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:31px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

/*============================*/
/*===== Dobavit tochechki ====*/
/*============================*/

.nivo-controlNav {
    bottom: 35px;
    left: 90%;
    /* margin-left: -40px; */
margin-left: -100px;
    position: absolute;
	display:block !important;
}
.nivo-controlNav a {
	background-image:url(images/bullets.png);
	border: 0 none;
	display: block;
	float: left;
	height: 14px;
	width: 14px;
	margin-right: 7px;
	text-indent: -9999px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	cursor: pointer;
	z-index: 91;
}
.nivo-controlNav a.active {background-position:-14px 0;}