
$(document).ready(function(){

  	$(".fotogalleria a").colorbox({transition:'fade', speed:500,
  		current:"immagine {current} di {total}"
  	});
    $('.slider').fadeSlider();
    
    $('a[rel="popup"]').click(function () {
		window.open(this.href);
		
		return false;
	});
	
});

