@charset "utf-8";
/* CSS Document */

div.scrollholder
{
    position: relative;
    width: 545px; height: 350px;
    overflow: auto;
    z-index: 1;
}

div.scrollholder2
{
    position: relative;
    width: 545px; height: 170px;
    overflow: auto;
    z-index: 1;
}
div.scrollholder3
{
    position: relative;
    width: 547px; height: 450px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 500px;
	padding-right:20px;
    z-index: 2;
}

div.scroll2
{
    position: absolute;
    left: 0; top: 0;
    width: 500px;
	padding-left:5px;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 12px; height: 100%;
    font-size: 0;
    z-index: 3;
    background:url(images/ScrollTrackBg.png) repeat-y;
}

div.drag_bar
{
    position: absolute;
    width: 12px; height: 12px;
    cursor: pointer;
    z-index: 4;
    background:url(images/ScrollDragBar.png) no-repeat;
}  