/*--------- slider ---------*/
#slider{ position:relative; overflow:hidden; width:100%; margin:auto; z-index:2; float:left; height:280px; }

.slider { width:1000px; height:280px; 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:42px; height:42px; left:25px; top:122px; z-index:99;}
.next { display:block; position:absolute; background:url(../images/next.png) 0 0 no-repeat;  width:42px; height:42px; right:25px; top:123px; z-index:99;}

.banner{display:none;}
