div.scrollholder
{
    position: relative;
	top:7px;
	margin:auto;
    width: 510px; height: 340px;
    overflow: auto;
	overflow-x:hidden;
	font-size:10px;
    z-index: 1;
}

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

#shade{
	position:relative;
	background:url(../images/shadow.jpg) no-repeat;
	width:586px;
	height:17px;
	}

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

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