@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
img{ border:0;}
#ztbox {width:1000px; height:180px; margin:0 auto;}
#ztbox #left { width:47px; height:47px; float:left; cursor:pointer;background:url(../images/left.png) no-repeat; margin-top:150px; position:absolute; left:10px; z-index:5; display:none;}
#ztbox #right{ width:47px; height:47px; float:left; cursor:pointer;background:url(../images/right.png) no-repeat;  margin-top:150px;float: right; position:absolute; right:10px; display:none;}

#ztbox #conter { width:1026px; height:180px; float:left; display:inline; overflow:hidden; position:relative; margin:0px auto;}
#ztbox #conter ul { width:auto; height:170px; top:0px; left:0px; position:absolute; overflow:hidden;}
#ztbox #conter li { float:left;padding:0px 27px 0px 0px; position:relative;text-align:center;}
#ztbox #scroll { width:1000px; height:18px; left:0px; bottom:8px; cursor:pointer; position:absolute; }
#ztbox #scroll span { width:48px; height:18px; left:0px; bottom:0px; cursor:pointer; position:absolute; }

