 var $ = jQuery.noConflict();
 
 $(document).ready(function() {
	 $('#nav').sooperfish(); 
		
	
	
	/*
	 
	$("#map").gMap({ markers: [{ latitude: 43.578836,longitude: 11.101856,
                              html: "<b>Tenuta della Luia</b> <br/> Via Trento, 32, 50052 Certaldo Firenze <br/> 0571 667 330",
                              popup: true }], zoom: 10 });
	
	
	
	$("a[rel=group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});
	*/
	
	
});
