/*
 * jQuery Nivo Slider v1.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#slider { width:980px; height:393px; overflow:hidden; color:#b09761; margin: 0 auto; }
     
.nivoSlider {
	position:relative;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	bottom:-1px;
	background:#000;
	filter:alpha(opacity=90); opacity:0.9;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:15px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	z-index:99;
	cursor:pointer;
	
}
.nivo-prevNav {
	left:0px;
	top:95px;
	z-index:99999;
	width:105px; 
	height:175px;
	background:no-repeat url('../design/arrow-left.png');
}

.nivo-prevNav:hover {background:no-repeat url('../design/arrow-left-hover.png');}
.nivo-nextNav {
    right:0px;
	top:95px;
	z-index:99999;
	width:105px; 
	height:175px;
	background:no-repeat url('../design/arrow-right.png');
}
.nivo-nextNav:hover {background:no-repeat url('../design/arrow-right-hover.png');}
.nivo-controlNav  {
position:absolute;
right:0;
bottom:0;
padding:5px;
font-weight: bold;
z-index:99;}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	padding:5px;
	cursor:pointer;
}

.nivo-controlNav a:hover {
background-color:#FF6600;
padding:5px;
color:#000000;
	font-weight:bold;
}

.nivo-controlNav a.active {
background-color:#FF6600;
color: #FF0000;
padding:5px;
	font-weight:bold;
}

.projetos p{ width:100px; padding: 2px !important; }

