div.scrollholder
{
    position: relative;
    width: 100%; height: 342px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 9px; height: 100%;
    font-size: 0;
    z-index: 3;
	background: url(../graphics/elements/scrol_bar.png);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 20px;
}

div.drag_bar
{
	padding: 0 0 0 20px;
    position: absolute;
    width: 9px; height: 17px;
    cursor: pointer;
    z-index: 4;
	background-image: url(../graphics/elements/scroller.png);
	background-position:right;
	background-repeat:no-repeat;
}  