/*
 * 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 */
/*
#slider {
	position: absolute;
	width: 1000px;
	height: 619px;
	margin: 0 auto;
	background: #fff url(../images/loading.gif) no-repeat center center;
}
*/
#slider img {
	position:absolute;
	display:none;
} 

.nivoSlider {	
	position:relative;
	width: 100%;
	min-width: 1000px;
	height: auto;
	overflow: hidden; 
}

.nivoSlider img {
	position:absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}


.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height: auto;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:5;
	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: none;
	position: absolute;
	right: 40px;
	bottom: 0;
	top:30%;
	z-index: 3;	
	overflow: hidden;
	display: none;
	width: 320px;
	height:186px;
}

.nivo-caption p {
	padding:0;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.caption-title {
	color: #63872f;
	font: normal 40px 'code_lightregular', Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: right;
}

.caption-title_bold {
	color: #8bbe42;
	font: normal 66px 'code_boldregular', Arial, Helvetica, sans-serif;
	line-height: 60px;
	text-align: right;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top: 45%;
	z-index:50;
	cursor:pointer;
	display: block;
	width: 40px;
	height: 43px;
	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: 5px;
}
a.nivo-nextNav {
	background-position: -40px 0;
	right: 5px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  background: transparent;
  height: 30px;
  position: relative;
  z-index:50;
  top: -35px;
  width: 100px;
  padding: 0px 0px;
  text-align:center;
  margin:0 auto; /* float= center */
}

.nivo-controlNav a {
  cursor: pointer;
  color: #7C7C7C;
  font-size: 0px;
  width: 10px;
  height: 10px;
  padding: 10px 10px;
  margin:0px 0px;
  background: url(../images/banner-btn.png) no-repeat; 
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
  color: #ee1c24;
  background: url(../images/banner-btn_hover.png) no-repeat;   
}