/*
 * jQuery Nivo Slider v2.5
 * 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-conteiner{background:url(../images/bg-slider.jpg) 0 0 no-repeat; position:relative; margin-top: 30px; width:940px; height:444px; padding:0px 0 0 0px; z-index:20; overflow:hidden;}
.nivoSlider {
	    width: 640px; 
		height: 442px;
		position:absolute;
		left:300px;
		top:0px;
		z-index:21;
}

.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:640px;
	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:-300px;
	bottom:30px;
	background:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:32pt;
	line-height:100%;
	color:#b8b8b1;
	opacity:0.8; /* Overridden by captionOpacity setting */
	padding: 95px 10px 10px 22px;
	width:230px;
	height:337px;
	z-index:8;
	
}
.nivo-caption p {
	padding:5px;
	margin:0;
	background:url(../images/bg-slider.jpg) 0 0 no-repeat;

}
.nivo-caption strong {
	color:#4eacb4;
	font-size:38pt;
	line-height:100%;
	font-weight:bold;
	margin:0;
}

.nivo-caption p a {
	display:inline-block;
	height: 37px;
	width:83px;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:24px; 
	line-height:32px; 
	color:#fff; 
	font-weight:bold;
	background:url(../images/more.gif) 0 0 no-repeat;
	padding:3px 0 0 40px;
	margin-top:28px;
	margin-left:3px;
	
}
.nivo-caption p a:hover{
	background:url(../images/more-h.gif) 0 0 no-repeat;
}

.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	display:none;
	
}
.nivo-directionNav a {
	display:none;
	position:absolute;
	top:0;
	z-index:8;
	cursor:pointer;

}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	text-indent:-5000px;
	right:0px;
	bottom:0px;
	z-index:999;
	background:url(../images/span.png) 0 0 repeat-x;
	height:32px;
	padding-top:10px;
	width:625px;
	text-align:right;
	padding-right:15px;
}

.nivo-controlNav a {
	display:inline-block;
	text-indent: -5000px;
	margin-left:3px;
	width:21px;
	height:21px;
	border:0;
	font-size:0px;
	line-height:0px;
	background:url(../images/bull.png) 0 0 no-repeat;
	z-index:9;
	cursor:pointer;
	position:relative;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background:url(../images/bull-h.png) 0 0 no-repeat;
}