$(function() {		
	$("div#su-gallery div.scrollable").scrollable({	
		size: 4,
		loop: true,
		next: 'div#su-gallery a.next', 
		prev: 'div#su-gallery a.prev' 		
	});	
	
	screenshotPreview();
	
});