﻿/* fundo */
#slider-wrapper
{
    width: 2000px;
    height: 660px;
    overflow: hidden;
    margin: 0px auto 0px -1000px;
    text-align: center;
    position: absolute;
    left: 50%;
    display: block;
    top: 0px;
    z-index: -10;
}
#slider
{
	position: relative;
    width: 100%;
    max-height: 659px;
}
}
#slider img
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider a.nivo-imageLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
#slider a
{
	border: 0;
	display: block;
}

/* The slices in the Slider */
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
}
.nivo-caption p
{
	padding: 5px;
	margin: 0;
}
.nivo-caption a
{
	display: inline !important;
}
.nivo-html-caption
{
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav
{
	display: block;
	text-indent: -9999px;
	border: 0;
}
.nivo-prevNav
{
	position: absolute;
	top: 597px;
	left: 970px;
    background: url(../../userfiles/sc/lo/seta.png) no-repeat 0 0;
	width: 70px;
	height: 30px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.6;
}
.nivo-prevNav:hover
{
	opacity: 0.9;
}
.nivo-nextNav
{
	position: absolute;
	top: 127px;
	right: 0;
	background: url(../../userfiles/sc/lo/seta.png) no-repeat -30px 0;
	width: 60px;
	height: 30px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.6;
}
.nivo-nextNav:hover
{
	opacity: 0.9;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav
{
	position: absolute;
	left: 260px;
	bottom: -42px;
	display: none;
}
.nivo-controlNav a
{
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active
{
	font-weight: bold;
}

/* coin slider */
.coin-slider
{
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a
{
	text-decoration: none;
	outline: none;
	border: none;
}

.cs-buttons
{
	font-size: 0px;
	padding: 10px;
	float: left;
}
.cs-buttons a
{
	margin-left: 5px;
	height: 10px;
	width: 10px;
	float: left;
	border: 1px solid #B8C4CF;
	color: #B8C4CF;
	text-indent: -1000px;
}
.cs-active
{
	background-color: #B8C4CF;
	color: #FFFFFF;
}

.cs-title
{
	width: 545px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
}

.cs-prev, .cs-next
{
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}
