/*
 * 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: 996px;
	height: 380px;
}

.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/opacity_60.png) repeat;
	position:absolute;
	left: 0;
	bottom:125px;
	z-index: 3;           
	overflow: hidden;
	display: none;    
	width: 330px;
	height: 115px;
	padding: 10px 25px 10px 30px;
}

.nivo-caption p {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.caption-title {
	position: absolute;
	color: #272727; /*#970004*/
	font: bold 57px 'PTSans', Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
}


.nivo-caption span.secondline {
	/*color: #970004;*/
	color: #272727;
	font: normal 40px 'PTSans', Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	text-transform: uppercase;

}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top: 44%;
	z-index:5;
	cursor:pointer;
	display: block;
	width: 17px;
	height: 41px;
	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: -35px;
}
a.nivo-nextNav {
	background-position: -18px 0;
	right: -35px;
}
/* Control nav styles (e.g. 1,2,3...) */

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

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

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