/*
 * 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: 920px;
	height: 310px;
	float: left;
	z-index: 10;
	position: relative;
}

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

.nivoSlider {
	position:relative;
}

/* If an image is wrapped in a link */
.slider 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:326px;
}
/* Caption styles */
.nivo-caption {
	width: 920px;
	height:45px;
	padding-top: 5px;
	position:absolute;
	left:0px;
	bottom: 0px;
	background:#000;
	opacity:0.8;
	z-index:89;
}
.nivo-caption p {
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #fff !important;
	text-shadow: none !important;
	text-transform: uppercase;
	padding: 10px 0 0 10px;
	margin:0;
	text-align: center;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	width: 40px;
	height: 326px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	display: none;
	text-indent: -9999px;
}
a.nivo-prevNav {
	background-position: 0px 0px;
	left:0px;
	
}
a.nivo-nextNav {
	background-position: -36px 0px;
	right:0px;
}

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

.nivo-controlNav {
	float: left;
	width: 100%;
	height: 40px;
	top: 335px;
	left: 0px;
	padding: 8px 0 0 0;
	position: relative;
}

.nivo-controlNav ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.nivo-controlNav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 1px;
	padding: 0;
	position: relative;
	right: 50%;
}

.nivo-controlNav ul li a {
	width: 26px;
	height: 26px;
	z-index: 99;
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	line-height: 1.3em;
	margin: 0 1px;
	text-indent: -9999px;
	background: url(../images/coda-btns.png) top left no-repeat;
}

.nivo-controlNav a.active,
.nivo-controlNav a:active {
	background: url(../images/coda-btns.png) top right no-repeat;
}