$(window).load(function() {
	$('#galeria').orbit({
		pauseOnHover: true,
		startClockOnMouseOut: true
	});
});
