// execute your scripts when DOM is ready. this is a good habit
$(function() {		
		
	// initialize scrollable with mousewheel support
	$(".scrollablevertical").scrollable({ vertical: true, mousewheel: false });	
	
});



