/* Thumbnail Effects Style */
.tj_container{
	width:825px;
	height:400px;
	position:relative;
	margin:0 auto;
	top:15px;
}



.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul li{
	float:left;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:12px;
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:1.0;
	/*
	-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;

}

/* Specific style for the examples */
.example10 .tj_container{
	height:400px;
}