.tj_container ol,ul {
	list-style:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	margin:0 auto;
}
.content {
	width:1000px;
	margin:0 auto;
}
.content{
	width:100%;
	position:relative;
}

/* Thumbnail Effects Style */
.tj_container{
	width:1000px;
	height:80px;
	position:relative;
	margin:5px auto;
}
.esquerda-nav { left: 10px; margin-top: 10px !important;  }
.tj_nav{
	position:absolute;
	right:0px;
	top:0px;
	margin-top:0px;
	height:50px;
	width:39px;
}
.tj_nav span{
	width:39px;
	height:50px;
	background:transparent url(../../images/prev.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_nav span.tj_next{
	background-image:url(../../images/next.png);
	top: 10px;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0px auto;
	left: 45px;
}
.tj_wrapper ul li{
	float:left;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:5px;
	background:transparent url(../images/bg_thumb.jpg) no-repeat center center;
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:0.7;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
	/*
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_wrapper ul li a img:hover{
	opacity:1.0;
}

.tj_gallery li  { width: 150px }