.scroll-track-top {
    height:10px; width:6px; background-image: url('arrow_top.png');		/*top arrow*/
}

.scroll-track-bot {
    height:10px; width:6px; background-image: url('arrow_bottom.png');		/*bottom arrow*/
	
}

.scroll-track {
    height:10px; width:6px; background-color:#ff9900;		/*track background*/
}

.scroll-handle-top {
    height:8px; width:6px; background-color:#000000; background-repeat: repeat; cursor:pointer;  		/*top track face*/
}

.scroll-handle {
    height:10px; width:6px; background-color:#000000; background-repeat: repeat; cursor:pointer;			/*middle track face*/
}

.scroll-handle-bot {
    height:8px; width:6px; background-color:#000000; background-repeat: repeat; cursor:pointer;			/*bottom track face*/
}