div.scrollholder
{
    position: relative;    
	height:525px;
    overflow: auto;
    z-index: 1;
	font:12px/1.8em Arial,Helvetica,sans-serif;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;	
	padding-right: 20px;
}

/* <Scroll> */
div.track
{    
    background:#87C2DE url('../images/trackBg.gif') repeat-y scroll 5px 0;
	float:right;
    font-size: 0;
	height: 100%;
    position: relative;
	top: 5; 
    width: 11px;
    z-index: 3;
}

div.drag_bar
{
    background: transparent url('../images/slide.gif') no-repeat scroll 0 0;
    cursor: pointer;
	position: absolute;
    width: 100%;
	height: 14px;
    z-index: 4;    
}  

/* ======== */

#operaBug
{
    overflow: hidden;
}

div.track:hover div.drag_bar { background-position: 100% 0; }