@charset "utf-8";



#slideshowA{position:relative;width:635px;height:329px;overflow:hidden;}

#slideshow ul{
	height:320px;
	left:0;
	list-style:none outside none;
	position:absolute;
	top:0;
	width:2480px;	
}

#slideshow li{
	position:absolute;
    left:0;
    top:0;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:37px;
	width:33px;
	position:absolute;
	background:url(imgPlayer.png) no-repeat;
	top:145px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left -5px;left:0;}
#slideshow .previous-big{width:60px;height:69px; background-position:-150px 0px;left:0;}
/*#slideshow .previous:hover{ background-position:left bottom;}*/

#slideshow .next{ background-position:-81px -5px;right:0;}
#slideshow .next-big{ width:60px;height:69px;background-position:-221px -5px;right:0;}
/*#slideshow .next:hover{ background-position:right bottom;}*/
#page{position:absolute;right:10px;bottom:10px;z-index:2000;}
#page span{text-align:center;border:1px solid #333;width:15px;height:15px;display:block;float:left;margin-left:5px;background-color: #fff;cursor:pointer;color:#333;}
#page span.dotItemOn{border:1px solid red;width:15px;height:15px;display:block;float:left;margin-left:5px;background-color: #ffcc00;cursor:pointer;}
#page a{
	DISPLAY: inline-block; BACKGROUND: url(imgPlayer.png) no-repeat -21px -83px; MARGIN: 0px 5px; OVERFLOW: hidden; WIDTH: 10px; CURSOR: pointer; LINE-HEIGHT: 0; HEIGHT: 11px;z-index:2000;}
#page a.on {
	BACKGROUND-POSITION: -1px -83px
}
/* The following styles are only used for the styling of the demo page */

.slides p{width:400px;height:28px;position:absolute;left:0;bottom:0px;line-height:28px;text-indent:10px;z-index:1000;color:#b3b3b3;font-family:宋体;BACKGROUND: url(zxdt-minbg.png) repeat-x;}

p.tzine{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#ccc;
	border-bottom-color:#aaa;
}

p.credit a:hover{
	border-bottom-color:transparent;
}

.clear{
	clear:both;
}