/* Thumbnail Effects Style */
.tj_container{
	width:100%;
	height:385px;
	position:relative;
	margin:0px auto;
}

.tj_nav span{
	cursor:pointer;
	color:#FFF;
	margin:-37px 0 0 223px;
	float:right;
	text-indent:-99999999px;
	background:url(../img/bg_direction_nav.png);
	width:27px;
	position:absolute;
	height:27px;
	/*-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-position:-27px 0;
	margin-left:253px;
	float:right;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0px auto;
	float:left;
	padding:0 0 15px 0;
}
.tj_wrapper ul li{
	float:left;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:0 0 20px 0;
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:0.7;
	/*
	-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;
}

/* Specific style for the examples */
.example10 .tj_container{
	
}