
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	/*width: 950px;*/
	height: 330px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles / txt legendas das imagens */

.nivo-caption {
	position:absolute;
	height: 20px;
	float: left;
	left: 0;
	top: 303px;
	background: #000;
	/*width: 930px;*/
	z-index: 8;
	overflow: hidden;
	padding: 7px 10px 0 10px;
	
	/*opacity: 6 !important;*/ /* Overridden by captionOpacity setting */
	
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.nivo-caption p {
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff !important;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
	/*display:none;*/
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
	display: block !important;
}

.boxArticle .nivo-directionNav {
	display: none !important;
}

.nivo-directionNav a {
	display: block !important;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 160px;
	z-index:9;
	cursor:pointer;
	text-indent: -9000px;
}

.nivo-directionNav a.nivo-prevNav {
	left:0;
	background: url(img/btn_nivoNav.png) left top no-repeat;
}

.nivo-directionNav a.nivo-prevNav:hover {}

.nivo-directionNav a.nivo-nextNav {
	/*left:924px;*/
	right: 0;
	background: url(img/btn_nivoNav.png) left -25px no-repeat;
}

.nivo-directionNav a.nivo-nextNav:hover {}

.nivo-directionNav a.nivo-prevNav, .nivo-directionNav a.nivo-nextNav {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.nivo-directionNav a.nivo-prevNav:hover, .nivo-directionNav a.nivo-nextNav:hover {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: relative;
	height: 20px;
	float: right;
	display: block !important;
	top: 340px;
	right: 5px;
	z-index:9;
	zoom:1;
}

.boxArticle .nivo-controlNav {
	display: none !important;
}

.nivo-controlNav a {
	width: 8px;
	height: 8px;
	display: block;
	text-indent: -9000px;
	font-size: 12px;
	margin-left: 5px;
	float: left;
	cursor:pointer;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}

.nivo-controlNav a:hover, 
.nivo-controlNav a.active {
}

/**/

/* Make sure your images are the same size */
/*.theme-default #slider {
	margin: 0;
	width: 747px; 
	height: 322px; 
}

.boxArticle .theme-default #slider {
	margin: 0;
	width: 700px;
	height: 320px; 
}*/

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
