*{ margin:0; padding:0; list-style:none;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:100%; height:480px; margin:0 auto; background:#522D16; position:relative; overflow:hidden;text-align:center;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(http://www.liuqing888.com/skins/images/l.png) no-repeat; position:absolute; top:160px; left:220px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(http://www.liuqing888.com/skins/images/r.png) no-repeat; position:absolute; top:160px; right:220px; z-index:10;}
#playBox .smalltitle {width:1000px; height:10px; position:absolute; bottom:15px; z-index:10;right:220px}
#playBox .smalltitle ul{ width:120px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#b0b0b0; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#f00;}



#zwdivSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#zwplayBox{ width:300px; height:269px; margin:10px auto; background:#333; position:relative; overflow:hidden;}
#zwplayBox .zwoUlplay { width:99999px; position:absolute; left:0; top:0;}
#zwplayBox .zwoUlplay li{ float:left;}
#zwplayBox .zwpre{ cursor:pointer; width:45px; height:45px; background:url(http://www.liuqing888.com/skins/images/r.png) ; position:absolute; top:120px; left:220px; z-index:10;}
#zwplayBox .zwnext{ cursor:pointer; width:45px; height:45px; background:url(http://www.liuqing888.com/skins/images/l.png) ; position:absolute; top:120px; right:220px; z-index:10;}
#zwplayBox .zwsmalltitle {width:300px; height:10px; position:absolute; bottom:15px; z-index:10;right:10px}
#zwplayBox .zwsmalltitle ul{ width:120px; margin:0 auto;}
#zwplayBox .zwsmalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#b0b0b0; float:left; overflow:hidden;*display:inline;*zoom:1;}
#zwplayBox .zwsmalltitle .zwthistitle{ background:#f00;}


#centre-banner{
	position: relative;
	width: 100%;
	overflow: hidden;

}

#centre-banner-list{
	position: relative;
}
#centre-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#centre-banner-list li img{
	width: 100%;
}
.centre-banner-img{
	display: block;
}

#centre-banner-list .centre-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
















#centre-banner .centre-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../image/centre_handle.png");
}
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#centre-bubble{
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
}
#centre-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}
#centre-bubble li.current{
	background-color: #fff;
}