/*--------- slider ---------*/
#slide { position:relative; overflow:hidden; width:950px; padding:40px 40px 0 40px; z-index:2; margin-left: auto;margin-right: auto;}

.slider { width:950px; height:429px; margin: 15px; position:relative; z-index:2; }
.items { display:none;}

.pagination { display:none; }

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

.banner{display:none;}

