/*
 * jQuery Nivo Slider v2.0
 * 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
 */
 
 
 
 
 #slider {
	position:relative;
	margin:0 10px 25px;
	display: inline;
	float: left;
	background:#202834 url(../_js/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	width: 960px;
	height: 250px;
}

#slider a {
	display:block;
	border:0;
}

#slider img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:195px;
	left:830px;
	width:126px;
	height:35px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivoSlider a, .nivoSlider a:visited {
	background: url(../_media/_buttons/learn-more.png) no-repeat left top;
}

.nivoSlider a:hover, .nivoSlider a:active {
	background-position: left -35px !important;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:600px;
	bottom:0px;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:360px;
	height: 135px;
	z-index:59;
}

.nivo-caption p {
	margin:0 20px;
	line-height: 1.3em;
	width: 300px;
	text-align: left;
	font-size: 1.1em;
}

/* Control nav styles (e.g. 1,2,3...) */



.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:0px;
	overflow: hidden;
	padding: 10px 0 0 0;
	background:url(../_js/bullets.png) no-repeat;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	position:absolute;
	z-index:99;
	cursor:pointer;
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	border:0;
	top: 110px;
}
a.nivo-nextNav {
	background:url(../_media/_buttons/next.png) no-repeat left top;
	right:380px;
}
a.nivo-prevNav {
	left:10px;
	background:url(../_media/_buttons/prev.png) no-repeat left top;
}

.nivo-directionNav a:hover, .nivo-directionNav a:active {
	background-position: left top !important;
}





