/* http://nivo.dev7studios.com */

.nivoSlider {
	clear: both;
	background: url(images/loading.gif) no-repeat 50% 50%;
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 10;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.nivoSlider img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	display: none;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin:0;
	z-index: 60;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* The slices in the Slider */
.nivo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 50;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */
.nivo-caption {
	background: #000;
	color: #fff;
	width: 940px;
	padding: 5px 10px;
	opacity: 0.8/* Overridden by captionOpacity setting */;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 89;
}

.nivo-caption p { margin: 0; }

.nivo-caption a { display: inline !important; }

.nivo-html-caption { display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display: block;
	background: url(../images/arrows.png) no-repeat;
	width: 30px;
	height: 30px;
	border: 0;
	text-indent: -9999px;
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor:pointer;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

a.nivo-prevNav { left: 15px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	right: 10px;
	top: 10px;
}

.nivo-controlNav a {
	display: block;
	background: url(../images/bullets.png) no-repeat;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 3px;
	border: 0;
	text-indent: -9999px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}

.nivo-controlNav a.active { background-position: 0 -22px; }