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

.slider { width:100%; height:666px; 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:82px; height:82px; left:25px; top:50%; margin-top: -41px; z-index:99;}
.prev:hover {background-position:0 bottom;}
.next { display:block; position:absolute; background:url(../images/next.png) 0 0 no-repeat; width:82px; height:82px; right:25px; top:50%; margin-top: -41px; z-index:99;}
.next:hover {background-position:0 bottom;}


.banner {
    background: #ff6600;
    border-radius: 0 25px 0px 0;
    color: #FFFFFF;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 15;
}
.banner span {
    display: block;
    padding: 15px;
}


.play {
    background: #333 ;
    border-radius: 15px;
    color: #FFFFFF;
    display: block;
    height: 22px;
    left: 823px;
    padding: 2px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 552px;
    width: 45px;
    z-index: 15;
}
.play span {
    display: none;
}
.play em {
    display: block;
    font-style: normal;
}