$(document).ready(function() {
		
	$("body").bind("contextmenu", function() { return false; });

	if ($("#fotos").length>0) {
		$("#fotos div.scrollArea").scrollable({
			loop: true, 
			speed: 1200,
			size: 4
		});
	}

});



