/*
 * 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:100%;
  height: 773px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
  min-width: 100%;
  min-height: 773px;
}
.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; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:50%;
  top: 0;
  margin: 210px 0 0 -580px;
	background: none;
  width: 1160px;
  font-size: 52px;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px black;
  line-height: 75px;
  text-align: center;
	z-index:8;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption div {
  padding: 40px 40px 40px 20px;
}
.nivo-caption div.s1h, .nivo-caption div.s2h, .nivo-caption div.s3h {
  background-color: black;
  font-size: 65px;
  color: white;
  font-weight: bold;
}
.nivo-caption div.s1h {
  width: 300px;
}
.nivo-caption div.s2h {
  width: 300px;
}
.nivo-caption div.s3h {
  width: 320px;
}
.nivo-caption div.s1ht, .nivo-caption div.s2ht, .nivo-caption div.s3ht {
  background-color: white;
  font-size: 20px;
  padding: 10px 10px 10px 20px;
}
.nivo-caption div.s1ht {
  width: 550px;
}
.nivo-caption div.s2ht {
  width: 250px;
}
.nivo-caption div.s3ht {
  width: 250px;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	text-align: center;
	padding: 10px;
  position: absolute;
  left: 50%;
  z-index: 8;
  margin: -190px 0 0 -140px;
  width: 280px;
}
.nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
  cursor: pointer;
}
.nivo-controlNav a.active {
	background-position: 0 112%;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.nivo-nextNav {
	background-position:-16px 50%;
	right:0px;
}
a.nivo-prevNav {
  background-position:11px 50%;
  left: auto;
	right: 35px;
}

.nivo-caption {
    font-family: "Cambria", sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}