/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-big {
	position:relative;
	width:960px;
	height:300px;
	margin-left:32px;
                  margin: 0;
                  padding: 0;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider-big a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:5px; /*��������� ����� � ��������*/
	top:5px;
	background: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 3px;
	border: 2px solid #CCC;
	opacity: 0.5;
	z-index: 99;
}
.nivo-controlNav:hover {
	opacity: 0.7;
}
.nivo-controlNav a {
	display:block;
	width:20px; /*������� ����� ������ ����� � ��������*/
	height:20px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:35px;
	height:65px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right:0px;
        opacity: 0.8;
}
a.nivo-nextNav:hover {
	right: -1px;
        opacity: 1.0;
}
a.nivo-prevNav {
	left:0px;
        opacity: 0.8;
}
a.nivo-prevNav:hover {
	left: -1px;
        opacity: 1.0;
}
.nivo-caption {
	text-shadow:none;
	text-align:center;
        height: 40px;
        vertical-align: middle;
        font-size: 24px;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
.nivo-directionNav a {
	top: 40%;
}

