// Homepage Scroller

$(document).ready(function() {

// initialize scrollable together with the navigator plugin
$("#browsable").scrollable({ 
    size: 4
}).navigator();
	
});
