.scrollbox_merchant {position: relative;}
.scrollbox_content_merchant {margin-right: 20px;}
.scrollbox_scrollbar_merchant {
    background-color: #FFFFFF;
    border-left:1px solid #E1E1E1; 
    border-right:1px solid #E1E1E1; 
    height: 100%;
    width: 12px;
}
.scrollbox_up_button_merchant {
    background: transparent url(../images/btn-up.gif) top right no-repeat;
    height: 13px;
    border-bottom:1px solid #E1E1E1; 
}
.scrollbox_down_button_merchant {
    background: transparent url(../images/btn-dn.gif) bottom right no-repeat;
    height: 13px;
    border-top:1px solid #E1E1E1; 
}
.scrollbox_handle_merchant {
    background-color: #E1E1E1;
}
.scrollbox_news {position: relative;}
.scrollbox_content_news {margin-right: 20px;}
.scrollbox_scrollbar_news {
    background: none;
    height: 100%;
    width: 50px;
}
.scrollbox_up_button_news {
    background: url(../images/news_up.png) bottom left no-repeat;
    height: 35px;
}
.scrollbox_down_button_news {
    background: url(../images/news_down.png) top left no-repeat;
    height: 35px;
}
.scrollbox_handle_news {
    background: none;
}
