/* Thumbnail Effects Style */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body{
	color:#000;
	font-size:12px;
	overflow-y:scroll;
	font-family:"Î¢ÈíÑÅºÚ";
}
ol,ul {
	list-style:none;
}

.clr{
	clear:both;
}



.tj_container{
	width:1075px;
	height:475px;
	position:relative;
	margin:20px 20px 20px 35px; 
}
.tj_nav{
	position:absolute;
	right:-50px;
	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;
	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:auto;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
	overflow:hidden;
}
.tj_wrapper ul li{
	float:left!important;
	width:190px;
	margin-right:12px;
	height:235px;
	overflow:hidden;
}
.tj_wrapper ul li .a1{
	outline:none;
	display:block;
	margin:5px;
	/***
	background:transparent url(../images/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;
}/****Ò»Á÷ËØ²ÄÍøwww.16sucai.com****/

/* Specific style for the examples */
.example10 .tj_container{
	height:475px;
}



.cp_name{
	height:35px;
	line-height:35px;
	text-align:center;
	}
.cp_name a{
	background:none;
	display:block;
	color:#fff;
	text-decoration:none;
	font-family:"Î¢ÈíÑÅºÚ";
	}
.cp_name a:hover{
	color:#d26d01;
	text-decoration:underline;
	}