div.scrollholder
{
	float:right;
	margin:15px 3px 0px 0px;
    position: relative;
    width: 700px; height: 520px;
    overflow:hidden;	
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    z-index: 2;
}

/* <Scroll> */
div.scrollholder .track
{
    position: relative;
    float:right;
    top: 0; 
    width: 13px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #847e28;
} 

/*div.drag_img
{
	float:right; position:relative; vertical-align:top;
}*/

div.scrollholder .scrollimg
{
	height:100%;
	width: auto;
	float:right; position:relative; vertical-align:top;
}
