div.scrollholder
{
    position: relative;
    width: 250px;
	height: 260px;
    overflow: auto;
    z-index: 1;
	margin-top:10px;
	text-align:justify;
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0;
    width: 10px;
    font-size: 0;
    z-index: 3;
	background:url(images/scroller_img.png) no-repeat;
	height:260px;
}

div.drag_bar
{
    position: absolute;
    width:100%;
    cursor:pointer;
    z-index: 4;
	background:url(images/scroll_pointer.png) no-repeat;
	*height:80px;
	margin-left:1px;
	margin-top:2px;
	padding-bottom:10px;
}  
