/* Nivo Slider - jQuery plugin 2.3 */

.nivoSlider {
	position:relative;
	width:960px;
	height:320px;
	background:#fff;
	overflow:hidden;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:320px;
	display:none;
}

.nivoSlider img.selected {
	display:block !important;
}

.nivoSlider img.nivo-main-image {
	display:block !important;
	position:relative;
}

div.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
	top:0;
}

div.nivo-box {
	display:block;
	position:absolute;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	top:0;
	left:0;
}

.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	background:rgba(0,0,0,0.8);
	width:100%;
	color:#fff;
	padding:5px;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	z-index:8;
	font-size:12px;
}

.nivo-caption a {
	color:#fff;
	text-decoration:underline;
}

.nivo-html-caption {
	display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(../images/arrows.png);
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	text-indent:-9999px;
	border:0 none;
	margin-top:-15px;
}

a.nivo-prevNav,
a.nivo-nextNav {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}

a.nivo-prevNav:hover,
a.nivo-nextNav:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

a.nivo-prevNav {
	left:0;
	background-position:0 0;
}

a.nivo-nextNav {
	right:0;
	background-position:-30px 0;
}

.nivo-controlNav {
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-50px;
	width:100px;
	text-align:center;
	z-index:9;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:12px;
	height:12px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0 2px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -12px;
}

#slider-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
