$(document).ready(function(){
	// hovers
	//	$(".galleria img, .galleria_scroll img, .scroll_nappi").hover(
	//		function(){
	//			$(this).animate({opacity: 1.0}, "normal");
	//		},
	//		function(){
	//			$(this).animate({opacity: 0.7}, "normal");
	//		}
	//	);

	$("#slider").cycle({
		fx: 'scrollHorz',
		timeout: 2000,
		speed: 800,
		pause: false,
		cleartype: true,
		cleartypeNoBg: true
	});

});
