.scroll-track{
	height:8px;
	width:10px;
	background-image: url('../images/assets/VScrollTrackFill.png');
	background-repeat: repeat;
}

.scroll-handle{
	border: 0px;	
	height:10px;
	width:10px;
	background-image: url('../images/assets/BlueVFill.png');
	background-repeat: repeat;
	cursor:pointer;
}

#scroll-track-top-2{
	height:10px;
	width:10px;
	background-image: url('../images/assets/up.png');
}

#scroll-handle-bot-2{
	height:8px;
	width:10px;
	background-image: url('../images/assets/bot.png');
}

#scroll-handle-top-2{
	height:8px;
	width:10px;
	background-image: url('../images/assets/top.png');
	background-repeat: no-repeat;
}

#scroll-track-bot-2{
	height:10px;
	width:10px;
	background-image: url('../images/assets/down.png');
}



