/* Thumbnail Effects Style */

.iGridBox {				display: block; margin:22px 0px 33px 0px; padding: 0; width:100%; min-height:600px; height: auto; } 
.tj_container{				display: block; width:100%; height:566px; position:relative; margin:0px; }
.tj_nav{					position: absolute; right:0px; top:53%; margin-top:-35px; height:70px; width:39px; z-index: 1;}
.tj_nav span{				width:39px; height:25px; background:transparent url(/etc/jq/css/jqtables/prev.png) no-repeat top left; position:absolute; top:0px; left:0px;
						text-indent:-9999px; opacity:0.4; cursor:pointer;
						-webkit-transition: all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -transition: all 0.5s ease-in-out;
}
.tj_nav span.tj_next{		background-image:url(/etc/jq/css/jqtables/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 {			width: 100%; margin: 0px; }
.tj_wrapper ul li{			float:left; margin: 0; padding: 0; list-style-type:none; list-style-image: none; width: 200px; }
.tj_wrapper ul li a{		outline:none; display:block; margin:5px; background:transparent url(/etc/jq/css/jqtables/bg_thumb.jpg) no-repeat center center; }
.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; }
