div.scrollholder
{
	position: relative;
	width: 470px;
	height: 177px;
	overflow: auto;
	float: left;

}

div.scrollholder02
{
	position: relative;
	width: 167px;
	height: 160px;
	overflow: auto;

}

div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;

}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 10px;
	height: 100%;
	font-size: 0;
	background-image: url(../images/back.gif);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}



div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	background-color: #FD9136;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}  
