Shadowbox.init({
	'continuous' : true
});

$(document).ready(function() {

	$("#infinite").scrollable({ size: 5 });
	
});
