﻿/* fundo */
#slider-wrapper
{
	width: 950px;
	height: 450px;
	display: table;
	background: #ffffff;
	padding: 9px;
	border: solid 1px #ecdcc0;
	margin-top: 10px;
	box-shadow: 0 0 2px 0 rgba(196,173,134, 0.4);
	border-radius: 2px;
	margin-bottom: 60px;
}

#slider
{
	position: relative;
	width: 950px;
	height: 450px;
}
#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: 127px;
	left: 0;
	background: url(../../userfiles/metalemanuel/layout/bt_ant_slide.png) no-repeat;
	width: 29px;
	height: 59px;
	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/metalemanuel/layout/bt_prox_slide.png) no-repeat;
	width: 29px;
	height: 59px;
	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: 0;
	width: 950px;
	bottom: -47px;
	text-align: center;
}
.nivo-controlNav a
{
	display: inline-block !important;
	cursor: pointer;
	width: 17px;
	height: 16px;
	background: url('../../userfiles/rm/lo/slide.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 5px;
	margin-left: 4px;
}
.nivo-controlNav a.active
{
	background: url('../../userfiles/rm/lo/slide_ov.png') no-repeat;
}

/* 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;
}
