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

.slider { width:900px; height:300px; margin:0 auto; position:relative; z-index:2; text-align:center; }
.items { display:none;}

.pagination { display:none;}

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

.banner{display:none;}
