/*--------------scroll-----------------*/
#scroll {
background: #FFF;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin:0 auto;
    
}
#top.renew #scroll {
background: transparent;
}
#scroll .scrollbar {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    z-index: 1;
}

#scroll .scrollbar .track {
    background: #eee none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 2;
}
#scroll .scrollbar .track .thumb {
    background: #bbb none repeat scroll 0 0;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    left: 0px;
    line-height: 0;
    position: absolute;
    top: 0;
    width:10px;
    z-index: 3;

}
/*-------------------------------*/