.scrollholder {
	position: relative;
	width: 400px;
	height: 434px;
	overflow: auto;
	z-index: 1;
	border:1px solid #fff;
	padding:10px;
}
.scroll {
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	z-index: 2;
	margin-top:10px;
	padding:0px 10px 10px 10px;
}
/* <Scroll> */

.track {
	position: relative;
	float:right;
	top: 0;
	width: 16px;
	height: 434px;
	font-size: 0;
	z-index: 3;
	background-image:url(../images/track.jpg);
	background-repeat:no-repeat;
	
}
.track:hover {
}
.drag_bar {
	position: absolute;
	width: 16px;
	height: 10px;
	cursor: pointer;
	z-index: 4;
	background-color:#4260a5;
}