#operaBug {
	OVERFLOW: hidden;
	CLEAR: both;
}

div.scrollholder
{
    position: relative;
    width: 700px; height: 350px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	padding-left:11px;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background-image:url(images/track.gif);
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #CC0066;
}  