/*
 * jQuery Nivo Slider v2.5.2
 * 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;
	width:885px;
	height:323px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:885px !important;
	height:323px !important;
	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:block;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	/*cursor:pointer;*/
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000000;
	color:#FFFFFF;
	width:100%;
	z-index:700;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	position: absolute;
	z-index: 99999;
	float: right;
	margin-top: 255px;
	margin-left: 690px;
	display:block;
	font-weight:bold;
}
.nivo-controlNav a {
	float:left;
	height:34px;
	width:34px;
	background: url(imagens/banner/menuBanner.png) 2px;
	background-repeat:no-repeat;
	color:#686565;
	text-align:center;  
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:block;		
	line-height:45px;
}
.nivo-controlNav a:hover {
	float:left;
	color:#8fc466;
	height:34px;
	width:34px;
	background: url(imagens/banner/hoverMenuBanner.png) 2px;
	background-repeat:no-repeat;
	text-align:center;        
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	display:block;
	line-height:20px;
	line-height:45px;
}

.nivo-controlNav a.active {
	background-image:url(imagens/banner/hoverMenuBanner.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#8fc466;
	display:block;
}
.nivo-control-0{
	margin:20px 4px;
}
.nivo-control-1{
	margin:14px 4px;
}
.nivo-control-2{
	margin:8px 4px;
}
.nivo-control-3{
	margin:0px 4px;
}


