/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, 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 */
.nivoSlider {
	position:relative;
	width: 778px;
	height: 450px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	/*height: 17px;*/
	width: 592px;
	float: left;
	left: 186px;
	top: 5px;
	opacity: 1 !important; /* Overridden by captionOpacity setting */
	z-index: 8;
	font-family: 'HelveticaLTStdLightCondensed', Arial, sans-serif;
	font-size:26px;
	line-height:100%;
	color:rgb(176,176,164);
	text-align:left;
	text-shadow:1px 1px 0px rgb(255,255,255);
}

.ie8 .nivo-caption {
	/*filter:alpha(opacity=1) !important;
	-moz-opacity:1 !important;
	-khtml-opacity:1 !important;
	opacity:1 !important;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
	}

.nivo-caption p {
	/*padding: 0;
	margin: 0;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	color: #2C2C2C;*/
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
	/*display:none;*/
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	display: none !important;
}

.nivo-directionNav a {
	display: block !important;
	width: 73px;
	height: 120px;
	position: absolute;
	top: 90px;
	z-index:9;
	cursor:pointer;
	background: transparent url(img/highlight_arrows.png) no-repeat 0 0;
	text-indent: -9000px;
}

.nivo-directionNav a.nivo-prevNav {
	left:0;
	background-position: 0 0;
}

.nivo-directionNav a.nivo-prevNav:hover {
	background-position: 0 100%;
}

.nivo-directionNav a.nivo-nextNav {
	right:0;
	background-position: -73px 0;
}

.nivo-directionNav a.nivo-nextNav:hover {
	background-position: -73px 100%;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: relative;
	height: 20px;
	float: left;
	display: block !important;
	top: 428px;
	left: 491px;
	z-index:90;
	
}

.nivo-controlNav a {
	width: 10px;
	height: 10px;
	display: block;
	text-indent: -9000px;
	font-size: 12px;
	margin: 0 2px;
	float: left;
	cursor:pointer;
	background: url(img/bannerNavOff.png) no-repeat;
}

.nivo-controlNav a:hover, 
.nivo-controlNav a.active {
	background: url(img/bannerNavOn.png) no-repeat;
}

/**/



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
