/*
 * 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: 330px;
	height: 186px;
	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: 520px;
	height:40px;
	position:absolute;
	left:0px;
	bottom: 0px;
	background:#000;
	
	opacity:0.8; /* Overridden by captionOpacity
	 setting */
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index:89;
}
.nivo-caption p {
	font-size: 14px;
	color: #fff !important;
	text-shadow: none !important;
	padding: 10px 0 0 10px;
	margin:0;
}
.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;
	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 {
	height: 40px;
	top: 310px;
	left: 170px;
	padding: 8px 0 0 10px;
	position: relative;
}

.nivo-controlNav a {
	width: 20px;
	height: 20px;
	z-index: 99;
	cursor: pointer;
	display: block;
	position: relative;
	margin: 0 3px;
	float: left;
	text-indent: -9999px;
	background: url(../images/coda-btns.png) top left no-repeat;
}
.nivo-controlNav a.active {
	width: 20px;
	height: 20px;
	display: block;
	cursor:pointer;
	background: url(../images/slider/controlBtns.html) 0px -30px no-repeat;
}