/*
 * jQuery Nivo Slider v1.6
 * https://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

#slidecontainer {
	height: 415px;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	clear: both;
}

#slider {
	width: 900px;
	height: 415px;
	float: left;
	clear: left;
}
 
#slider img {
	top:0px;
	left:0px;
	display: block;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	top:0px;
	left:0px;
	position: absolute;
	display: none;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
}

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

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.9;
	width:100%;
	z-index:89;
	text-align: right;
	top: 375px;
}
.nivo-caption p {
	margin:0;
	font-size: 18px;
	font-weight: normal;
}

.nivo-directionNav a {
	position:absolute;
	top:370px;
	z-index:99;
	cursor:pointer;
	text-indent: -9999px;
}
.nivo-prevNav {
	left:3px;
	width: 17px;
	height: 31px;
	background: url(images/arrows.png) no-repeat left;
	
	
}
.nivo-nextNav {
	right: 830px;
	width: 17px;
	height: 31px;
	background: url(images/arrows.png) no-repeat right;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}