/* Start of CMSMS style sheet 'nivo' */
/*
 * jQuery Nivo Slider v2.1
 * 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 */
#slider {
	width: 600px;
	margin: 30px auto;
	overflow: hidden;
}

.nivoSlider {
	position: relative;
	overflow: hidden;
}

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

/* 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: 0;
	bottom: 0;
	background: #227496;
	color: #fff;
	width: 100%;
	z-index: 89;
	font-size: 12px;
}

	#content-wo .nivo-caption p {
		margin: 0;
		padding: 10px;
		margin: 0;
		color: #fff;
	}

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

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

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	width: 24px;
	height: 24px;
	margin: -12px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(images/gallery-controls.png);
}

	.nivo-prevNav {
		left: 10px;
		background-position: 0 0;
	}

		.nivo-prevNav:hover {
			background-position: 0 -24px;
		}

	.nivo-nextNav {
		right: 10px;
		background-position: -24px 0;
	}

		.nivo-nextNav:hover {
			background-position: -24px -24px;
		}

/* Control nav styles (e.g. 1,2,3...) */
/*.nivo-controlNav {
	float: right;
	position:absolute;
	top: 450px;
	right: 0;
	z-index:99;
	cursor:pointer;
	border: 1px solid transparent;
	text-align: center;
}

.nivo-controlNav a {
	width: 20px;
	height: 20px;
	float: left;
	position:relative;
	z-index:99;
	cursor:pointer;
	border: 1px solid transparent;
	text-align: center;
}

.nivo-controlNav a.active {
	border: 1px solid #fff;
}*/
/* End of 'nivo' */

