.tslider-container{
	width:940px;
	height:357px;
	position:absolute;
	z-index:100;
}
.tslider-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
}
.tslider-slidecontent{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.tslider-img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
}
.tslider-content{
	position:relative;
	z-index:10;
	margin:0;
	height:360px;
}
.tslider-content .tslider-text{
	position: absolute;
	z-index: 200;
	top: 95px;
	left: 40px;	
}
.tslider-content .tslider-text h2{
	font-family: "Oswald", "Arial";
	font-size: 40px;
	color: #fff;
	padding: 12px 8px 12px 8px;
	background: black;
	height: auto;
	text-transform: uppercase;
}
.tslider-content .tslider-text h3{
	font-family: "Oswald", "Arial";
	font-size: 18px;
	color: black;
	padding: 8px 5px 8px 5px;
	background: white;
	height: auto;
	width: AUTO;
	text-transform: uppercase;
}
.tslider-content .tslider-text a{
	position: relative;
	top: 10px;
}
.tslider-content .tslider-hidetext{
	color:#000;
	background:transparent url(../images/pattern_teste.html) repeat top left;
	font-size: 14px;
	font-family: "Droid Sans", "Arial";
	font-style: italic;
	line-height: 24px;
	position:absolute;
	
	display:none;
	z-index:999;
	clear:both;
}
.tslider-thumbs{
	position: absolute;
	left: 36px;
	height: 80px;
	width: 890px;
	bottom: 0;
	z-index: 20;
	overflow: hidden;
}
.tslider-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width: 110px;
	height: 100px;
	margin-bottom: 10px;
}
.tslider-thumbs img{
	display:block;
	margin:6px 10px 6px 0px;
	border:4px solid #fff;
	width: 90px;
	height: 60px;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	box-shadow:1px 1px 1px rgba(0,0,0,0.25);
}
.tslider-thumbs div.tslider-selected{
	border-color:#000;
	background:transparent url(../img/triangle.png) no-repeat 45% 0%;
}
.tslider-thumbs div.tslider-selected img{
	border-color:#17bfdd;
}
.tslider-nav span{
	position:absolute;
	z-index:50;
	text-indent:-9000px;
	cursor:pointer;
	left:0;	
	display: block;
	width: 30px;
	height: 30px;
	bottom: 25px;
	background: url(../img/arrows.png) no-repeat;	
}
.tslider-nav span.tslider-nav-next{
	background-position:-30px 0;
	right:0;
	left:auto;
}