/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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: 0px;
	transition-timing-function:ease
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	opacity:1; /* Overridden by captionOpacity setting */;
	z-index:301;
	min-height: 100px;
	vertical-align: bottom;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size: 15px;
	color: #b7b7b7;
	overflow: visible;
	padding: 0;
	background: transparent url(../img/bg/bg-carousel-caption.png);
	width: 252px;
	height: 399px;
	bottom:0px
}

.nivo-caption h2 {
  /*font-size: 40px;*/
  font-size: 40px;
  line-height: 85%;
  color: #fff;
  padding:0 0 5px 0;
  font-weight:700;
  letter-spacing:-1px
}

.nivo-caption .small{
  /*font-size: 30px;*/
  font-size: 30px;
}

.nivo-caption span {
  font-size: 10px;
}

.nivo-caption p {
	padding:0 10px;
	margin:0;
	font-weight:600;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	position:absolute;
	bottom:140px
}

.nivo-caption p p {
	position:relative;
	top:0px;
	left:0px;
	margin:3px 0 0 1px;
	padding:0;
	font-size:12px
}

.nivo-caption p p a {
	color:#fff
}

.nivo-caption p p a:hover  {
	/*color:#FFBE1E*/
	color: #FFA800
}

.nivo-caption p p span {
	font-size:12px;
	color:#FFA800
}

.nivo-caption a {
	display:inline
}

.nivo-caption .watch-preview {
	margin-top:8px
}

.nivo-html-caption {
    display:none;
    position: absolute;
    top: 0px;
    right: 0px;
	filter: alpha(opacity = 100);
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
  z-index: 400;
  overflow: hidden;
  min-height: 55px;
  position: absolute;
  bottom: 0px;
  left:29px;
  width: 969px;
}

.nivo-directionNav a {
	position:absolute;
	bottom: 0px;
	z-index:9;
	cursor:pointer;
	overflow: hidden;
	text-indent: -9999px;
	height: 55px;
	width: 38px;
}

.nivo-prevNav:hover, .nivo-nextNav:hover, .nivo-directionNav a:hover {
  background-position: 0px -55px;
}

.nivo-directionNav a:active, .nivo-prevNav.a:active, .nivo-nextNav .a:active {
  background-position: 0px -165px;
}  

.nivo-prevNav {
	left:0px;
	background: url(../img/btns/btn-carousel.png) top left no-repeat;
}
.nivo-nextNav {
	background: url(../img/btns/btn-carousel-right.png) top left no-repeat;
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display: none;
}
.nivo-controlNav a.active {
	font-weight:bold;
}