/* Thumbnail Effects Style */
.tj_container{
	width:960px;
	height:400px;
	position:relative;
	margin:0 auto;
}
.tj_nav{
	position:absolute;
	right:10px;
	top:12%;
	margin-top:-35px;
	height:70px;
	width:39px;
}
.tj_nav span{
	width:30px;
	height:30px;
	background:transparent url(../images/pre.gif) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9000px;
	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.gif);
	top:auto;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
    width:30px;
	height:30px;
	background:transparent url(../images/pre1.gif) no-repeat top left;
}
.tj_nav span.tj_next:hover{
    width:30px;
	height:30px;
	background:transparent url(../images/next1.gif) no-repeat top left;
}
.tj_wrapper{
	width:860px;
	height:100%; float:left
}
.tj_wrapper ul li{
	float:left;
	text-align:center; padding:0px 14px;filter:alpha(opacity=85);
}

.caseA{background-color:#ffffff; color:#555555; display:block; text-decoration:none; font-size:14px; margin-bottom:15px; padding-bottom:6px;-moz-box-shadow: 3px 3px 4px #999999;
-webkit-box-shadow: 3px 3px 4px #999999;
box-shadow: 3px 3px 4px #999999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')alpha(opacity=85);}
.caseA img{border:6px solid #ffffff;}
.caseA:hover,.caseA:active{background-color:#2f64aa; color:#FFFFFF; display:block; text-decoration:none; font-size:14px; padding-bottom:6px}
.caseA:hover img,.caseA:active img{border:6px solid #2f64aa;}

/* Specific style for the examples */
.example10 .tj_container{
	height:600px;
}