.scrollholder {
	position:relative;
	width:550px;
	height:400px;
	overflow:auto;
	z-index:1;
	margin-top: 20px;
	}
.scroll {
    position:absolute;
    left:0; 
	top:0;
    width:100%;
    z-index:2;
	}

.track {
	position:relative;
	float:right;
	width:3px;
	height:400px;
	z-index:3;
	top:0px;
	background-color: #145788;
	background-repeat: repeat-y;
	background-position: center top;
	}

.drag_bar {
	position:absolute;
	cursor:pointer;
	z-index:4;
	width:10px;
	height:60px;
	background-color: #FFF;
	left: -3px;
	top: 1px;
	}  

.track:hover .drag_bar { background-position:100% 0; }

/*a {
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding:0px;
	outline:none;
	}
	
a:hover {
	color:#e29123;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}*/
