/*************************************  CARROUSEL **********************************/
#carrouselWrapper{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 408px;
	margin: 0px auto 0px auto;
	padding:0px 0px;
	text-align: left;	
	background: #333;
	z-index: 1000;
	border-bottom: 1px solid #39210F;
}


#carrouselWrapper .mask{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.4);
	z-index: 100;
}

#carrouselWrapper .mask .slider{
	position: absolute;
	top:0px;
	left: 0px;
	width: auto;
	overflow: hidden;
	z-index: 90;
}

#carrouselWrapper .mask .slider .slide{
	position: relative;
	float: left;
	clear: none;
	top:0px;
	left: 0px;
	z-index: 80;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

#carrouselWrapper .caption_mask{
	position: absolute;
	bottom:20px;
	right: 0px;
	width: 480px;
	height: 110px;
	padding: 0px 10px 0px 0px; 
	overflow: hidden;
	background: #FFD000 url(../img/carrousel_bg.png) no-repeat right bottom;
	background: rgba(255, 256, 255, 0.87);
	z-index: 1001;
}

#carrouselWrapper .caption_mask .caption_slider{
	position: absolute;
	top:0px;
	left: 0px;
	width: auto;
	overflow: hidden;
	z-index: 90;
}

#carrouselWrapper .caption_mask .caption_slider .caption{
	position: relative;
	float: left;
	clear: none;
	width: 460px;
	height: 81px;
	padding: 15px;
	overflow: hidden;
	z-index: 90;
}

#carrouselWrapper .caption_mask .caption_slider .caption .title{
	font: 32px 'MyriadProCond', Helvetica, Arial, sans-serif;
	color: #E43200;
	
}

#carrouselWrapper .caption_mask .caption_slider .caption p{
	color: #002052;
	margin: 0;
	padding: 0;	
	font-size: 18px;
}

#carrouselWrapper .caption_mask .caption_slider .caption .btn{
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: none;
	width: auto;
	height: 16px;
	margin: 0px 0px;
	padding: 4px 10px;
	font: 14px 'MyriadProCond', Helvetica, Arial, sans-serif;
	color: #fff;
	border-radius: 2px;
	background: #E22E00;
}

#carrouselWrapper .nav{
	position:absolute;
	bottom:20px;
	left: 20px;
	display:block;
	width:200px;
	height: 22px;
	margin:0px 0px;
	padding:0;
	list-style:none;
	overflow:hidden;
	text-align: left;
	z-index: 1002;
}


#carrouselWrapper .nav li{
	position:relative;
    top:0px;
	display:inline-block;
	width: 22px;
	height: 22px;
	margin: 0px 3px;
	padding:0px 1px;
	background: #ccc;
	background: rgba(255,255,255,.6);
	cursor: pointer;
	z-index:103;
	border-radius: 3px;
}

#carrouselWrapper .nav li:hover, #carrouselWrapper .nav li.active{
	background: #666;
	background: rgba(255,255,255,.3);
}
