/*
 * jQuery Nivo Slider v1.6
 * 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
 */

#slidecontainer {
	height: 345px;
	overflow: hidden;
	float: left;
	clear: left;
	width: 820px;
	margin-left: 23px;
	margin-top: 5px;
}

#slider {
}
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left: 420px;
	bottom:0px;
	background:url(images/transparent.png);
	color: #fff;
	opacity:1.0;
	z-index:89;
	width: 400px;
	height: 85px;
}
.nivo-caption p {
	margin: 10px;
	margin-left:20px;
	line-height: 130%;
	font-size: 26px;
	font-style: italic;
}

.nivo-directionNav a {
	position:absolute;
	top:105px;
	z-index:99;
	cursor:pointer;
	text-indent: -9999px;
}
.nivo-prevNav {
	left:-42px;
	width: 28px;
	height: 90px;	
}

.nivo-nextNav {
	right: -42px;
	width: 28px;
	height: 90px;
}

.nivo-controlNav {
	float: right;
	clear: right;
	margin-top: 327px;
	margin-left: 10px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	background: url(images/slidenavbg.png) no-repeat;
	width: 21px;
	height: 21px;
	color: #666;
	text-decoration: none;
	display: block;
	line-height: 21px;
	text-align: center;
	font-size: 11px;
	margin-right: 5px;
	float: left;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	font-weight:normal;
	color: #fff;
	background: url(images/slidenavhbg.png) no-repeat;
}