/* Thumbnail Effects Style */
.tj_container {
	width:800px;
	height:400px;
	position:relative;
	margin:110px auto 0;
}
.tj_nav {
	position:absolute;
	right:-80px;
	top:20%;
	margin-top:-35px;
	height:70px;
	width:39px;
}
.tj_nav span {
	width:22px;
	height:36px;
	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:50px;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover {
	opacity:1.0;
}
.tj_wrapper {
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul li {
	float: left;
	background: transparent url(../images/bg_thumb.jpg) no-repeat center center;
	width: 190px;
	height: 190px;
}
.tj_wrapper ul li a {
	outline:none;
	display:block;
	margin:5px;
}
.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 {
	height:600px;
}
