
/* ==================================================== */
/* [ Border Radius Banner ============================= */
/* ==================================================== */
.wt-rotator{
	border-radius: 0px !important;
	background: url(assets/loader.gif) no-repeat center;
	}


/* ==================================================== */
/* [ Caixa de Texto =================================== */
/* ==================================================== */
.wt-rotator .desc .r-titulo,
.wt-rotator .desc .r-descricao{ overflow: hidden; }

.wt-rotator .desc .r-titulo{ font-size: 14px; font-weight: bold; height: 19px; display: block; }
.wt-rotator .desc .r-descricao{ font-size: 12px; max-height: 16px; display: block; }

.wt-rotator .desc{
	color: #fefefe;
	width: 100% !important;
	height: 70px !important;
	
	position: absolute; z-index: 6; bottom: 0; overflow: hidden; visibility: visible; text-align: left; }
	
.wt-rotator .inner-bg{
	width: 100% !important;
	height: 100% !important;
	background-color: #000 !important; /* Background caixa de texto */
	
	position: relative; z-index: 0; top: 0; left: 0; opacity: .7; -moz-opacity: .7; filter: alpha(opacity=70); }
	
.wt-rotator .inner-text{
	width: 100% !important;
	height: 100% !important;
	padding: 18px !important;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	 	-ms-box-sizing: border-box;
		
	position: absolute; z-index: 1; top: 0; left: 0; }
/* ==================================================== */
/* Caixa de Texto ] =================================== */
/* ==================================================== */


/* ==================================================== */
/* [ Painel de Botões ================================= */
/* ==================================================== */	
.wt-rotator .thumbnails,
.wt-rotator .buttons{ position: relative; float: left; display: inline; overflow: hidden; }	
.wt-rotator .thumbnails ul{ margin: 0; padding: 0; list-style: none; }

.wt-rotator .c-panel{
	margin: 15px 10px !important;
	
	position: absolute; z-index: 7; top: 0; visibility: hidden; }
		
.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{
	width: 20px 		!important;
	height: 20px 		!important;
	line-height: 20px	!important;
	
	color: #fefefe;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
	margin-right: 5px;
	list-style: none;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	}

.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .pause,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{ background-color: #96989A }

.wt-rotator .play-btn{ 	background-image: url(assets/play.png); }	
.wt-rotator .pause{ 	background-image: url(assets/pause.png); }	
.wt-rotator .prev-btn{ 	background-image: url(assets/prev.png); }	
.wt-rotator .next-btn{ 	background-image: url(assets/next.png); }

.wt-rotator .button-over,
.wt-rotator .thumbnails li.thumb-over{ background-color: #ccc; }

.wt-rotator .thumbnails li.curr-thumb{
	cursor: default;
	background-color: #ccc;
	}
/* ==================================================== */
/* Painel de Botões ] ================================= */
/* ==================================================== */



/* ==================================================== */
/* [ Formatações Globais (Não mexer) ================== */
/* ==================================================== */
.wt-rotator a{ outline: none; }
.wt-rotator{ position: relative; overflow: hidden; background-color: #f8f8f8; }	
.wt-rotator .screen{ position: relative; top: 0; left: 0; overflow: hidden; }

.wt-rotator,
.wt-rotator .screen{ width: 100%; height: 100%; }
	
.wt-rotator #strip{ position: absolute; z-index: 0; top: 0; left: 0; display: block; overflow: hidden; }	
.wt-rotator .content-box{ position: absolute; top: 0; left: 0; display: none; overflow: hidden; }	
.wt-rotator .main-img{ position:absolute; z-index: 0; top: 0; left: 0; display: none; border: 0; }
	
.wt-rotator .preloader{
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	display: none;
	margin-top: -18px;
	margin-left: -18px;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	
.wt-rotator #timer{
	position: absolute;
	z-index: 4;
	left: 0;
	font-size: 0;
	height: 4px;
	visibility: hidden;
	opacity: 0.5;
		-moz-opacity: .5;
		filter: alpha(opacity=50);
	background-color: #FFF;
	}














	
.wt-rotator .outer-cp{
	position: absolute;
	left: 0;
	width: 100%;
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	background: #333;
	background: -moz-linear-gradient(top, #999 0%, #333 50%, #000 51%, #111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(50%,#333), color-stop(51%,#000), color-stop(100%,#111));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111',GradientType=0);
	}
		
.wt-rotator .thumbnails li.image{
	background-color: #000;
	}
	
.wt-rotator .thumbnails li.image.curr-thumb,
.wt-rotator .thumbnails li.image.thumb-over{
	border-color: #06F;
	}
	
.wt-rotator .thumbnails li.image a,
.wt-rotator .thumbnails li.image img{
	display: block;
	border: 0;
	}
	
.wt-rotator .thumbnails li.image.curr-thumb img{
	opacity: 0.8;
		-moz-opacity: .8;
		filter :alpha(opacity=80);
	cursor: default;
	}
	
.wt-rotator .thumbnails li *{
	display: none;
	}
	
.wt-rotator .thumbnails li div{
	position: relative;
	color: #fefefe;
	width: auto;
	height: auto;
	background-color: #000;
	}

#rotator-tooltip{
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
	}
	
#rotator-tooltip.txt-up{
	margin-left: -10px;
	margin-bottom: 5px;
	background-position: 10px bottom;
	background-position-x: 10px;
	background-position-y: bottom;
	background: url(assets/tail.png) no-repeat;
	}
	
#rotator-tooltip.txt-down{
	margin-left: -10px;
	margin-top: 24px;
	background: url(assets/rev_tail.png) no-repeat;
	background-position: 10px top;
	background-position-x: 10px;
	background-position-y: top;
	}
	
#rotator-tooltip.img-up{
	background: url(assets/tail.png) center bottom no-repeat;
	}

#rotator-tooltip.img-down{
	background: url(assets/rev_tail.png) center top no-repeat;
	}

#rotator-tooltip .tt-txt{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	max-width: 300px;
	padding: 4px;
	margin: 8px 0;
	}

#rotator-tooltip .tt-img{
	display: none;
	background-color: #000;
	padding: 2px;
	margin: 8px 0;
	}

.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece{
	position:absolute;
	z-index: 2;
	}
