/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	/*-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	/*	-moz-border-radius: 12px; /* FF1-3.6 */
	/*	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}

/* 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:60;
	display:none;
	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	/*-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	/*	-moz-border-radius: 12px; /* FF1-3.6 */
	/*	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;

	opacity:0.8; /* Overridden by captionOpacity setting */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

	width:100%;
	z-index:89;
	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
	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;
	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}
.nivo-nextNav {
	right:0px;
	behavior: url(/js/libs/PIE.htc); /*Для плохих браузеров*/
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}