#show_layer {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	visibility: hidden;
}

div.scrollholder
{
    position: relative;
    width: 300px; height: 200px;
    overflow: auto;
    z-index: 1;
    background-color: transparent;
}

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

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

div.drag_bar
{
	position: absolute;
	width: 15px;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background-color: transparent;
	background-image: url(scroll_img.gif);
	background-repeat: repeat-y;
}  

