 /*-----------------------------------------------------------------------------------*/
/*	FULLBANNER
/*-----------------------------------------------------------------------------------*/
#banner{
	position:relative;
	z-index:0;
}
#banner .texto-banner{
	text-align:center;
	width:380px !important;
	white-space:normal !important;
}
#banner .seta-banner{
	position:absolute;
	z-index:20;
	top:40%;
	right:10%;
	cursor:pointer;
}
#banner .seta-banner.esquerda{
	right:auto;
	left:10%;
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.tp-simpleresponsive .caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
}
.tp-leftarrow.large {
	cursor: pointer;
	position: relative;
	width: 46px;
	height: 46px;
	margin-left: 85px;
	margin-top: -30px;
}
.tp-rightarrow.large {
	cursor: pointer;
	position: relative;
	width: 46px;
	height: 46px;
	margin-left: -75px;
	margin-top: -30px;
}
.tp-bannertimer {
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -2px;
	display: none;
	z-index:5;
}
.tp-bullets {
	position: absolute;
	z-index:5;
}
.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative;
	margin: 3px;
	float: left;
	background:none;
	width:10px;
	height:10px;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
	background-position:left bottom;
}
.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-style: none;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
	    -ms-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.tp-loader {
	background:none;
	background-color: #fff;
	margin: -15px -15px;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 30px;
	height: 30px;
}
.fullwidthbanner-container {
	width:100% !important;
	padding: 0 0;
	height:500px !important;
	max-height:500px !important;
	overflow: hidden;
	position:relative;
}
.fullwidthbanner ul {
	overflow: inherit;
}
.fullwidthbanner ul li {
	padding: 0;
	background: none;
}
.fullwidthbanner img {
	max-width: none;
	display: block;
}
