/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}

	.nivoSlider img {
		top: 0px; left: 0px;
		position: absolute;
	}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	height: 100%; width: 100%;
	top: 0; left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
	position: absolute;
	z-index: 20;
}

/* The slices in the Slider */
.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	z-index: 10;
}

/* Caption styles */
.nivo-caption {
	width: 100%;
	position: absolute;
	background: #000;
	bottom: 0px; left: 0px;
	color: #FFF;
	font-size: 0.85em;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	text-shadow: none;
	z-index: 30;
}

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

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles */
#slider .nivo-directionNav a {
	height: 50px; width: 35px;
	top: 175px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
	z-index: 40;
	-webkit-transition: none;
}

	#slider .nivo-directionNav a:hover {
		background-position: 0 -50px;
	}

	#slider .nivo-directionNav a:active {
		background-position: 0 -100px;
	}

	#slider .nivo-prevNav {
		left: 10px;
		background-image: url("../../img/jquery/nivo_slider/arrow_previous.png");
	}

	#slider .nivo-nextNav {
		right: 10px;
		background-image: url("../../img/jquery/nivo_slider/arrow_next.png");
	}

/* Control nav styles */
#slider .nivo-controlNav {
	bottom: -20px; left: 445px;
	position: absolute;
}

	#slider .nivo-controlNav a {
		height: 10px; width: 10px;
		margin-right: 5px;
		background: url("../../img/jquery/nivo_slider/bullets.png") 0 0;
		cursor: pointer;
		display: block;
		float: left;
		text-indent: -9999px;
		z-index: 40;
		-webkit-transition: none;
	}

		#slider .nivo-controlNav a:hover {
			background-position: 0 -10px;
		}

		#slider .nivo-controlNav a.active {
			background-position: 0 -20px;
		}