/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

#slider{
  float:left;
  width:709px;
  height:283px;
  margin-top:5px;
  display:inline;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	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;
}

/* 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;
}
/* 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;
	right:40px;
	top:85px;
	color:#fff;
	width:260px;
	z-index:8;
	overflow: hidden;
	display: none;
}

.nivo-caption h1 {
  float:right;
  font-size:24px;
  line-height:28px;
  width:260px;
  text-align:right;
	margin:0;
  color:#fff;
  border-bottom:1px solid #8C4744;
  padding-bottom:10px;
}

.nivo-caption p {
  float:right;
  font-size:12px;
  width:260px;
  text-align:right;
	margin:0;
  color:#fff;
  text-transform:uppercase;
  margin-top:10px;
}
.nivo-caption a {
	float:right;
  width:96px;
  height:26px;
  line-height:26px;
  color:#9E0000;
  font-size:15px;
  font-weight:bold;
  background: #fff url(../images/link_icon.png) no-repeat 86px center;
  text-transform:uppercase;
  text-decoration:none;
  padding:0 0 0 10px;
  margin-top:10px;
  display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* theme */

.nivoSlider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
  right:14px;
  bottom:6px;
  text-align: center;
	padding: 0;
  /*background:url(../images/navbg.png) no-repeat;*/
  /*background: #0B0C0F;*/
  border-radius: 7px;
  padding: 6px 8px;
  position:absolute;
  z-index:999;
}
.nivo-controlNav a {
	float:left;
  display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/pager.png) no-repeat 0 bottom;
	text-indent:-9999px;
	border:0;
	margin:0 3px;
  display:inine;
}
.nivo-controlNav a.active {
	background-position:0 top;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.default:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.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;
}