/* Thumbnail Effects Style */
.tj_container{
	width:640px;
	height:600px;
	margin-left:20px;
	margin-top:10px;
	float:left;
}
.tj_nav{
	width:39px;
	height:70px;
	position:relative;
	right:-660px;
	top: 250px;;
		
}
.tj_nav span{
	width:39px;
	height:25px;
	background:transparent url(../img/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(../img/next.png);
	top:auto;
	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;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	width:200px;
	height:200px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:50px;
	background:transparent url(../img/bg_thumb.jpg) no-repeat center center;
	border:#CCC 1px solid;
}
.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;
}
