div.scrollholder
{
    position: relative;
    width: 262px;
	height: 150px;
    overflow: auto;
    z-index: 1;
	margin: 10px 0 10px 12px;
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 15px;
	height: 100%;
    font-size: 0;
    z-index: 3;
    background:url(../images/product_info_btn_bg.gif) 50% 0 repeat-y;
}

div.drag_bar
{
    position: absolute;
    width: 15px;
	height: 14px;
    cursor: pointer;
    z-index: 4;
	background:url(../images/product_info_btn.gif) 50% 0 repeat-y;
	margin: 1px 0 1px 0;
}  

#scrollholder2{
display:none;
}

#scrollholder3{
display:none;
}

#scrollBox{
float: left;
display: inline;
width: 282px;
background:#ECE8DD;
border:1px solid #D3CABA;
}