/*
 * jQuery Nivo Slider v2.7.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 */

.slider-wrapper {
	height: 296px;
}

.nivoSlider {
	position:relative;height:256px
}
.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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:38px;
	top:44px;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	width:380px
}

.nivo-caption.b{top:58px;}

.nivo-caption  {
	margin:0;
	padding:0;
}
.nivo-caption strong {font-family: 'Oswald', sans-serif;display:block;font-size:45px;line-height:48px;font-weight:normal;font-style:normal;color:#fff;padding-bottom:26px;letter-spacing:-1px;word-spacing:-1px}
.nivo-caption strong span{display:block;margin-top:-2px}
.nivo-caption strong em{display:inline-block;font-style:normal;color:#ffae00}



.nivo-html-caption {
    display:none;
}
.caption-3{position:absolute;left:418px;width:300px;margin-top:-18px}
.caption-3 strong{display:block;font-size:55px;line-height:58px;font-weight:normal;font-style:normal;color:#000;padding-bottom:26px;letter-spacing:-1px;text-transform:uppercase;letter-spacing:-1px}
.caption-3 strong span{text-transform:none;color:#ffae00;font-size:40px;line-height:44px;display:block;}
.caption-3 strong em{text-transform:none;color:#000;font-size:25px;line-height:28px;display:block;font-style:normal}
/* 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;
}

.nivoSlider {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:inline-block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-34px;
	z-index: 999;margin-left:-18px
}

.nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/pags.png) no-repeat 0 bottom ;
	text-indent:-9999px;
	border:0;
	float:left;
	cursor: pointer;margin-right:1px
}

.nivo-controlNav a.active,.nivo-controlNav a:hover {
	background-position:0 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}
