


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:940px;
    height:360px;
	z-index:1;
}

#slider {
    width:940px;
    height:360px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	z-index:1;
}
#slider img {
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	display:none
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-40px 0;
	top:140px;
	right:10px;
}
a.nivo-prevNav {
	top:140px;
	left:10px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*** SLIDER OFERTAS **/

#slideshow {
	margin-top:20px;
    position:relative;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

