/*
 * 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;
	overflow: hidden;
}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0 !important;
    display:none;
    width: auto !important;
    height: 455px !important;
	margin: 0 auto;
}

.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:6;
	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:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
  margin-left: 505px;
  min-width: 990px;
  width: 990px;
}

.nivo-directionNav a {
	position:relative;
	top:15%;
	z-index:9999;
	cursor:pointer;
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/arrows.png) 0 0 no-repeat; 
	text-indent: -9999px;
	border: 0;
}

a.nivo-prevNav:hover {
	background: url(../images/arrows.png) 0 0 no-repeat;	
}

a.nivo-prevNav {
  left: 0;
  top: -340px;
}

a.nivo-nextNav {
	background-position: -46px 0;
	right: 0;
	top: -375px;
	float: right;
}

a.nivo-nextNav:hover {	
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  bottom: 340px;
  display: none;
  height: 14px;
  padding-right: 5px;
  position: relative;
  text-align: center;
  z-index: 90 !important;
}

.nivo-controlNav a {
  cursor: pointer;
  color: #7C7C7C;
  font-size: 1px;
  height: 14px;
  padding: 10px;
  width: 14px;
  background: url(../images/btn-inactive.png) no-repeat;  
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
  color: #ee1c24;
  background: url(../images/btn-active.png) no-repeat;   
}

.nivo-caption {
  bottom: 105px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  /*margin: 0 auto;*/
  position: relative;
  z-index: 20 !important;
  line-height: 150%;
  min-width: 2000px;
}

#slider .nivo-caption * {
  color: #fff;
}

#slider .caption-txt {
  color: #fff;
  text-align: center;
  width: 930px;
  min-width: 930px;
  padding: 10px 30px 15px 30px;
  margin: 0 auto;
  background: url(../images/caption-bg.png) repeat-x;
}

#slider a.expert {
	font-size: 22px;	
}

#slider a.expert:before {
  content: url(../images/icon-speech.png);
  vertical-align: middle;
  position: relative;
  top: 2px;
  padding-right: 5px;
}

#slider .vline {
	display: block;
	width: 1px;
	height: 20px;
	border-left: 1px solid #5f7384;	
	margin-top: 5px;
}

#slider a.expert:hover {
	color: #aaa;
}

.nivo-html-caption {
  display: none;
}