div.scrollArea
{
    position: relative;
    width: 575px;
    height: 340px;
    overflow: hidden;
}
div.scrollBox
{
    width: 549px;
    position: absolute;
    top: 0px;
}
div.scrollBar
{
    position: absolute;
    top: 0;
    left: 564px;
    width: 11px;
    height: 340px;
}
div.scrollBackground
{
    position: absolute;
    height: 340px;
    width: 11px;
    background-image: url('../images/scroll/background.gif');
    background-repeat: repeat-y;
}
div.scrollButton
{
    position: absolute;
    text-align: center;
    cursor: pointer;
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
}
    div.btnTop
    {
        background-image: url('../images/scroll/btnUp.gif');
        top: 0px;
    }
    div.btnBottom
    {
        background-image: url('../images/scroll/btnDown.gif');
        top: 322px;
    }
div.scrollIcon
{
    width: 12px;
    height: 12px;
    position: absolute;
    text-align: center;
    top: 12px;
    cursor: pointer;
    background-image: url('../images/scroll/btnScroll.gif');
    background-repeat: no-repeat;
}