#slider {
	width:943px;
	height:472px;
	background:url(../img/banner/loading.gif) no-repeat 50% 50%;
	background-color: #000;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:-100px;
	bottom:-18px;
	top: -100px;
	width: 100px;
	height: 23px;
	background-image: url(../img/fondo_nav.png);
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 15px;
	padding-left: 17px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:64px;
	height:62px;
	background:url(../img/banner/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:64px;
	height:62px;
	background:url(../img/banner/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:right 0;
	right:-30px;
}
a.nivo-prevNav {
	left:-30px;
	background-position: left top;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
