/*
 * jQuery Nivo Slider v2.7.1
 * 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;
	border: 5px solid #000;
	height:270px;
}

body.home .nivoSlider {
	height:462px;
	
}

.nivoSlider img {
	position:absolute;
	
	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:890px;
	height:488px;
	border:0;
	padding:0;
	margin:0;
	
	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;
	left:0px;
	bottom:0px;
	z-index:40;
	color: #FFFFFF;
	opacity:1; /* Overridden by captionOpacity setting */
	padding:16px;
	width:858px;
	height:82px;
	font-size:14px;
	
}

.nivo-caption .cont{
	float:left;
	
}


.right_caption{
	margin-left:535px;
	margin-top:40px;
	
}

.nivo-caption h3{
	
	font-family: 'Open Sans Condensed',  Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height:46px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;	
	margin:0px;	
}

.nivo-caption h4{
	
	font-family: 'Open Sans Condensed',  Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:28px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;	
	
}

.nivo-caption h5{
	
	font-family: 'Open Sans Condensed',  Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;	
	margin:0px;	
}

.nivo-caption .note{
	
	font-family: 'Open Sans Condensed',  Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

.nivo-caption span{
	
	color: #b1000a;
			
}
.nivo-caption p {
	margin-bottom:0px;
	margin-top:0px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	height: 58px;
	width: 40px;
	position: absolute;
	top: 111px;
	cursor:pointer;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	z-index:50;
}

body.home .nivo-directionNav a {
	top: 146px;
}


.nivo-prevNav {
	left: 6px;
	background-image: url(../images/arrow_banner_left.png);
	
}
.nivo-nextNav {
	right: 6px;
	background-image: url(../images/arrow_banner_right.png);
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	top: 20px;
	right: 20px;	
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	background-color: #FFFFFF;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-color: #b1000a;
}