@charset "utf-8";
/* CSS Document */

div.scrollholder
{
    position: relative;
    z-index: 1;
    background-color: #f3f3f3;
	width:320px;
	height:140px;	
	color:#5a3d1b;
	padding-left:44px;
	border:0;
	margin:0;
	vertical-align:top;
  	padding-top:22px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 13px; height: 90%;
    font-size: 0;
    z-index: 3;
    background: #7f7b00;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #c1af00;
}  
