.container{
	position:relative;	
	float:left;
	width:23%;
	height:500px;
	margin:auto;
	text-align:left;
}
.scrollholder{
	position:relative;
    top:40px;
    width:100%; 
    height: 476px;
    margin:0;
    overflow: none;
    float:left;
    z-index:1;
}
.scroll{
    position:relative;
    top:60px;    
    text-align:left;
	width:100%;
    float:left;
    overflow:hidden;   
}
.track{
    position: relative;
    float:right;
    width: 15px; 
    height: 100%;
    font-size: 0;   
    background:url('../img/sc_bar.png');
}
.drag_bar{
    position: absolute;
    width: 100%;
    height: 30px;
    cursor: pointer;
    z-index: 4;
    background:url('../img/sc_handler.png');
}
#scrollholder5{
	top:0px;
}

