/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 720px;
	height: 280px;
}
/* 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;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#111417;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* 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;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivoSlider .nivo-controlNav {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	display: block;
	float: left;
	margin-left: 5px;
	cursor:pointer;
	width: 10px;
	height: 10px;
	font-size: 0px;
	text-align: center;
	text-decoration: none;
	background: url(images/nav_control.png) no-repeat
}

.nivo-controlNav a.active {
	background: url(images/nav_control_hover.png) no-repeat
}

/* slider */
#slider_wrapper {
	clear: both;
	width: 720px;
	height: 280px;
	margin-bottom: 15px;
	position:absolute;
	margin-top:15px;
	left:50%;
	margin-left:-360px;
	background: url(images/index.jpg) no-repeat top center;
}

#slider_wrapper_n { clear: both; width: 800px; padding: 30px; margin-bottom: 15px; background: #000 url(images/bottom_shadow.png) no-repeat bottomcenter } 
#slider_wrapper_n h2 {
	color: #fff;
}
#slider_wrapper_n p { font-size: 16px }

#slider { 
	width: 720px;
	height: 280px;
	overflow: hidden;
	border:2px solid #FFF;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}


/* end of slider */

.shadow {
	height:26px;
	width:670px;
	background:url(images/bottom_shadow2.png) no-repeat bottom;
	position:absolute;
	left:50%;
	margin-left:-335px;
	top:285px;
}

#slider_wrapper .desc {

background:#0056ac;
position: absolute;
top:7px;
right:5px;
color:#FFFFFF;
font-size: 20px;
font-weight:bold;
font-family: Trebushet MS,Helvetica,Arial,sans-serif;
text-align:center;
filter: alpha(Opacity=80); /* Прозрачность для IE */
opacity: 0.8; /* Прозрачность для других браузеров */
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #FFFFFF;
z-index:100;
padding:5px;  
}