.wrapper-banner {
width:100%;
z-index:1;
top:0px;
height:auto;
position:relative;
}
/*************************************
	-	TP ARROWS 	-
**************************************/
.tp-leftarrow.large { 
	z-index:100;
	cursor:pointer;
	position:relative;
	background:url(imagens/seta_esq.png) no-Repeat top left;
	width:45px;
	height:80px;
	margin-left:0px;
	margin-top:-33px;
}
.tp-rightarrow.large {  
	z-index:100;
	cursor:pointer;
	position:relative;
	background:url(imagens/seta_dir.png) no-Repeat top left;
	width:45px;
	height:80px;
	margin-left:0px;
	margin-top:-33px;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	margin-top:-30px;
}
.fullwidthbanner-container .tp-thumbs {
	padding:2px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width:500px;
	height:50px;  			
	overflow:hidden;
	position:relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width:5000px;
	position:absolute;
}
/*********************************************
	-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}
.tp-simpleresponsive >ul li {
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
.tp-loader {
	margin:-22px -22px;
	top:50%;
	left:50%;
	z-index:10000;
	position:absolute;
	width:44px;
	height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#fff;
	background:url(images/loader.gif) no-repeat 10px 10px;
}
/*fullwidthbanner*/
	.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	top:0px;
	z-index:0;
	right:0px;
	float:right;
	margin-bottom:1px;
	/*max-height:548px;*/
	height:270px;
	overflow:hidden;
}