$(function() {				
	// initialize scrollable 
	$("div.scrollable").scrollable({
		size: 3,
		items: '.thumbs',  
		hoverClass: 'hover'
	});	
	
});