div.scrollholder
{
    position: relative;
    width: 295px; height: 220px;
    overflow: auto;
    z-index: 1;
    background-color: #000000;
}
div.scrollholder1
{
    position: relative;
    width: 295px; height: 220px;
    overflow: auto;
    z-index: 1;
}
div.scrollholder2
{
    position: relative;
    width: 295px; height: 235px;
    overflow: auto;
    z-index: 1;
}

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

/* <Scroll> */
div.track0
{
	position: relative;
	cursor: pointer;
	float:right;
	top: 0;
	width: 12px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-image: url(images/scroll_white.png);
	background-repeat: repeat-y;
	background-position: center top;
}

div.track1
{
	position: relative;
	cursor: pointer;
	float:right;
	top: 0;
	width: 12px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-image: url(images/scroll_black.png);
	background-repeat: repeat-y;
	background-position: center top;
}

div.track2
{
	position: relative;
	cursor: pointer;
	float:right;
	top: 0;
	width: 12px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-image: url(images/scroll_black.png);
	background-repeat: repeat-y;
	background-position: center top;
}

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