/*
 * jQuery Nivo Slider v1.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the GPL license.
 * http://www.gnu.org/copyleft/gpl.html
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.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: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;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:36px;
	text-indent:-9999px;
	border:0;
	background: url(../images/setas.png) no-repeat 0px 0;
	position:absolute;
	top:43%;
	z-index:9;
	cursor:pointer;
}
a.nivo-prevNav {
	left:0px;
}
a.nivo-nextNav {
	right:0px;
	background: url(../images/setas.png) no-repeat -31px 0;
}

/*.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
 SLIDER HOME */
#slider {
    position:relative;
    width:940px;
    height:420px; 
    background:url(../images/loading.gif) no-repeat 50% 50%;
	margin:0 0 27px 0;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/*
.nivoSlider {
	position:relative;
}*/
