$j(document).ready(function(){
	$j(".thumb-holder").scrollable({ vertical: true, mousewheel: true, keyboard: false });
});
