/*
 * 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
 */
 
 
.slider-conteiner{
	
	position:relative;
	width:1100px;
	height:350px;
	padding:0px;
	margin:0px;
	z-index:20;
	overflow:hidden;
	background:url(../img/Nivobg.png) 64px 0  no-repeat;
	}
.nivoSlider {

	width: 1000px;
	height: 350px;
	position:relative;
	left:50px;
	top:0px;
	z-index:21;
}

.nivoSlider img {
	position:absolute;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	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 {
	height:260px;
	width:auto;
	position:absolute;
	left:35px;
	top:40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:21px;
	color:#ffffff;
	/*opacity:0.9; /* Overridden by captionOpacity setting */
	z-index:30;
	background-image:url(../img/Nivo_Sidepanel.png);
	background-repeat:no-repeat;
	
}
.nivo-caption p {
	padding: 18px 50px 10px 21px;
	margin-right:-20px;
	background:none;
	text-align:justify;
}
.nivo-caption .title1 {
	color:#262626;
	font-size:36px;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 17px 0;
}

.nivo-caption span {
	color:#585858;
	margin-top:20px;
}

.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	display:none;
	
}
.nivo-directionNav a {
	position:absolute;
	bottom:29px;
	z-index:8;
	cursor:pointer;

}
.nivo-prevNav {
	left:-271px;
	background:url(../img/prev1.png) 0 0px no-repeat;
	width:56px; 
	height:55px;
	overflow:hidden; 
	text-indent: -5000px;
}
.nivo-nextNav {
	left:-89px;
	background:url(../img/next1.png) 0 0px no-repeat;
	width:56px; 
	height:55px;
	overflow:hidden; 
	text-indent: -5000px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	text-indent:-5000px;
	left:-188px;
	bottom:47px;
	z-index:999;
	text-align:right;
	width:75px;
	height:17px;
	background:none;
}

.nivo-controlNav a {
	display:inline-block;
	text-indent: -5000px;
	margin-right:2px;
	width:17px;
	height:17px;
	border:0;
	font-size:0px;
	line-height:0px;
	background:url(../img/bull.png) 0 0 no-repeat;
	z-index:9;
	cursor:pointer;
	position:relative;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background:url(../img/bull-h.png) 0 0 no-repeat;
}
