/*
 * jQuery Nivo Slider v2.4
 * 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 */
.banner {
	width: 980px;
	height: 360px;
	position:relative;
	border-bottom:3px solid #ddd;
}
.slider-conteiner {
	background:#fbfbfb;
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:360px;
	padding:0px 0 0 0px;
	z-index:20;
	overflow:hidden;
}
.nivoSlider {
	width: 980px;
	height: 360px;
	position:absolute;
	right:0px;
	top:0px;
	float:right;
}
.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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.cap {
	display:none;
}
.nivo-caption {
	position:absolute;
	left:60px;
	top:55px;
	color:#555555;
	width:480px;
	min-height:240px;
	height: auto;
	z-index:89;
	padding: 0px;
}
.nivo-caption h2 {
	background:none;
	border:0;
	padding:0 0 0px 0;
	text-shadow:none;
	font-size:35px;
	line-height:60px;
	color:#FF4100;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.nivo-caption h3 {
	background:none;
	border:0;
	text-shadow:none;
	font-size:27px;
	line-height:30px;
	color:#313131;
	font-weight:normal;
	text-transform:none;
	padding:0 0 10px 0;
}
.nivo-caption p {
	padding:0;
	margin:0; /*width:740px;*/
	font-size:13px;
	text-transform:none;
	line-height:20px;
	
}
.nivo-caption a.readM {
	padding:0 15px;
	margin:12px 0 0 0;
	background:url(../images/bg-menu.png) repeat-x left top;
	font-size:13px;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	text-transform:none;
	line-height:32px;
	border-radius:5px;
	
}
.nivo-caption a.readM:hover {
    background:#FF4100;
}
.nivo-caption p span {
	display:inline-block;
	color:#040813;
	font-size: 34px; /*font-size: 40px;*/
}
*+html .nivo-caption p span {
	display:inline-block;
	margin-top:-4px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:13px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	right:155px;
	background:url(../images/prev.png) 0 0px no-repeat;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent: -5000px;
}
.nivo-nextNav {
	right:9px;
	background:url(../images/next.png) 0 0px no-repeat;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent: -5000px;
}
.nivo-prevNav, .nivo-nextNav {display:none;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	z-index:999;
	bottom:30px;
	left:60px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width:14px;
	background:url(../images/bull.png) right top no-repeat;
	overflow:hidden;
	height:14px;
	display:inline-block;
	font-size:0px;
	line-height:0px;
	margin-right:6px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	font-weight:bold;
	background-position:0 0;
}
