/*--------- slider ---------*/
#slide { position:relative; overflow:hidden; width:1000px; margin:0 auto; z-index:2;}

.slider { width:1000px; height:472px; margin:0 auto; position:relative; z-index:2; }

.items { display:none;}

.pagination { display:none;}

.prev { display:block; position:absolute; background:url(../images/prev.png) 0 0 no-repeat; width:62px; height:62px; left:25px; top:222px; z-index:99;}
.prev:hover {background-position:0 bottom;}
.next { display:block; position:absolute; background:url(../images/next.png) 0 0 no-repeat;  width:62px; height:62px; right:25px; top:223px; z-index:99;}
.next:hover {background-position:0 bottom;}

.banner{display:none;}


 