	


		$(document).ready(function() {
			
			

			$("a[rel=home]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});

				
			});
			
	
    
   

$(document).ready(function() {
	myAccordion = $("#slideRicci").zAccordion({
		timeout: 4500,
		width: 785,
		speed: 700,
		open: function() {
			$("#slideRicci").find("li.slide-open div").fadeIn();
		},
		close: function() {
			$("#slideRicci").find("li.slide-closed div").fadeOut();
		},
		click: function() {
			$("#slideRicci").children().find("div").fadeOut();
		},
		slideWidth: 530,
		height: 270,
		startingSlide: 1
	});
	$("#slideRicci").find("li.slide-closed div").css("display", "none");
});

	
