/*
	* 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 {
	top: 0; left: 0;
	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: 60;
}

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

/* Caption styles */
.nivo-caption {
	width: 100%;
	bottom: 0; left: 0;
	background-color: #000;
	color: #FFF;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	position: absolute;
	z-index: 89;
}

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

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	top: 45%;
	cursor: pointer;
	position: absolute;
	z-index: 99;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	cursor: pointer;
	position: relative;
	z-index: 99;
}

.nivo-controlNav a.active {
	font-weight: bold;
}
