		
	$j(document).ready(function(){
		

$j('.galleriaHome').cycle({ 
	fx:'scrollHorz',
	easing: 'easeInOutQuad'
	});



});

