/* Thumbnail Effects Style */
.tj_container{
	width:800px;
	height:400px;
	position:relative;
	margin:30px auto;
}
.tj_nav{
	position:absolute;
	right:-80px;
	top:50%;
	margin-top:-35px;
	height:70px;
	width:39px;
}
.tj_nav span{
	width:39px;
	height:25px;
	background:transparent url(images/prev.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9000px;
	cursor:pointer;
}
.tj_nav span.tj_next{
	background-image:url(images/next.png);
	top:auto;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
	opacity:0.5;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul li{
	float:left;
	list-style:none;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:5px;
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	border: 1px solid #666;
}
.tj_wrapper ul li a img:hover{
	opacity:0.5;
}

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