/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	text-align: left;/*MOON*/
}
.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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	text-decoration: none;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: #031218;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	/*width:100%;*//*MOON*/
	height: 100%;/*MOON*/
	width: 300px;/*MOON*/
	z-index:89;
}
.nivo-caption p {
	font-size:20px;
	padding:5px;
	margin:0;
	margin-top: 45px;
	margin-left: 8px;
	line-height: 30px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	/*top:45%;*//*MOON*/
	top: 50%;/*MOON*/
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	/*left:0px;*/
	left:-30px;/*MOON*/
}
.nivo-nextNav {
	/*right:0px;*/
	right:-30px;/*MOON*/
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-control
{
	text-decoration: none;
}
.nivo-controlNav 
{
	height: 100%;
	border: none;
	text-align: bottom;	
	text-decoration: none;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;	
	bottom: -90%;
	left: 25px;/*MOON*/
	color: #CCCCCC;/*MOON*/
	padding-left: 5px;/*MOON*/
	padding-right: 25px;/*MOON*/
	background: url('images/branco_thumb.png') no-repeat;/*MOON*/
	border: none;/*MOON*/
	text-decoration: none;
	outline: none;
	
}
.nivo-controlNav a.active 
{
	background: url('images/azul_thumb.png') no-repeat;/*MOON*/
    border: none;/*MOON*/
	text-decoration: none;
}

#slider_produtos .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;	
	bottom: -105%;
	left: 10px;/*MOON*/
	color: #CCCCCC;/*MOON*/
	padding-left: 0px;/*MOON*/
	padding-right: 10px;/*MOON*/
	border:none;/*MOON*/
	background: none;/*MOON*/
	text-decoration: none;
}

#slider_produtos .nivo-controlNav a.active 
{
	font-weight:bold;
	color: #666666;/*MOON*/
    border:none;/*MOON*/
	text-decoration: none;
}

#slider_produtos_landingPage .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;	
	bottom: -105%;
	left: 10px;/*MOON*/
	color: #CCCCCC;/*MOON*/
	padding-left: 0px;/*MOON*/
	padding-right: 10px;/*MOON*/
	border:none;/*MOON*/
	background: none;/*MOON*/
	text-decoration: none;
}

#slider_produtos_landingPage .nivo-controlNav a.active 
{
	font-weight:bold;
	color: #666666;/*MOON*/
    border:none;/*MOON*/
	text-decoration: none;
}

#slider_all .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;	
	bottom: -105%;
	left: 10px;/*MOON*/
	color: #CCCCCC;/*MOON*/
	padding-left: 0px;/*MOON*/
	padding-right: 10px;/*MOON*/
	border:none;/*MOON*/
	background: none;/*MOON*/
	text-decoration: none;
}

#slider_all .nivo-controlNav a.active 
{
	font-weight:bold;
	color: #666666;/*MOON*/
    border:none;/*MOON*/
	text-decoration: none;
}