.scroll-track-top {
    height:10px; width:10px; background-image: url(images/track_top.png);
	display: none !important
}

.scroll-track-bot {
    height:10px; width:10px; background-image: url(images/track_bot.png);
	display: none !important
}

.scroll-track {
    height:5px; width:10px; background-image: url(images/track_bg.jpg);	
}

.scroll-handle {
    height:5px; width:10px; background-image: url(images/handle_mid.png); cursor:pointer;
}

.scroll-handle-top {
    height:8px; width:10px; background-image: url(images/handle_top.png); background-repeat: repeat; cursor:pointer;
	display: none !important
}

.scroll-handle-bot {
    height:8px; width:10px; background-image: url(images/handle_bot.png); background-repeat: repeat; cursor:pointer;
	display: none !important
}