#scrollbox3 {
    overflow: auto;
    width: auto;
    height: 85%;
    padding: 0 5px;
   /* border: 1px solid #b7b7b7;*/
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
	left:25px;
	top:20px;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}




#scrollbox4{
    overflow: auto;
    width: auto;
    height: 80%;
    padding: 0 5px 0 0;
    /*border: 1px solid #b7b7b7;*/
}

.track4{
    width: 6px;
    /*background: rgba(0, 0, 0, 0);*/
	background:#dadada;
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
	left:0px;
	top:0px;
	
	
}

.track4:hover,
.track4.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}



.handle4 {
    width: 12px;
	height:12px !important;
    right: -3px;
    /*background: #999;*/
    background:#000;
    border-radius: 100%;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track4:hover .handle4,
.track4.dragging .handle4 {
    width: 12px;
}





#scrollbox5{
    overflow: auto;
    width: auto;
    height: 85%;
    padding: 0 5px;
   /* border: 1px solid #b7b7b7;*/
}

.track5{
    width: 10px;
   /* background: rgba(0, 0, 0, 0);*/
   background:#f00;
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
	left:25px;
	top:20px;
}

.track5:hover,
.track5.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle5 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track5:hover .handle5,
.track5.dragging .handle5 {
    width: 10px;
}


