/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 500px;
	height: 460px;
	overflow: hidden; 
}

.nivoSlider img {
	position:absolute;
	top: 0;
	left: 0;
	max-width: none; 
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:2;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0; 
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:2;
	height:100%;
	top:0; 
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:2;
	overflow:hidden; 
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	background: url(../images/banner-caption-bg.png) no-repeat;
	position:absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 15px 15px;
	height: 56px;
	overflow: hidden;
	display: none;	
	width: 650px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivoSlider .brand-logo img {
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	border: 1px solid #bbbbbc;
}

.caption-title {
	position: absolute;
	color: #95c4ff;
	font: normal 36px 'univers_condensedbold', Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: capitalize;
	text-shadow: 2px 2px 3px #001445;	
	padding: 12px;
	padding-left: 125px;
}
.alt {
	position: absolute;
	padding: 0;
	padding-left: 250px;
	margin-top: -8px;
	
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top: 45%;
	z-index:5;
	cursor:pointer;
	display: block;
	width: 14px;
	height: 19px;
	background: url(../images/prev-next.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.nivo-directionNav a:hover {
	opacity: 0.8;
}

a.nivo-prevNav {
	left:0px;
}
a.nivo-nextNav {
	background-position: -14px 0;
	right: 0;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	margin-top: -35px;
	margin-left: 405px;
	z-index: 10 !important;
}

.nivo-controlNav a {
	cursor:pointer; 
	background: url(../images/banner-nav.jpg) no-repeat scroll 0 top transparent;
    width: 23px;
    height: 23px;
    margin-right: 5px;
	text-indent: -9999px;
	float: left;
	display: block;
	transition: none;
}

.nivo-controlNav a.active {
	background: url(../images/banner-nav.jpg) no-repeat scroll 0 bottom transparent;
	text-indent: -9999px;
	display: block;
	height: 23px;
}
