$(document).ready(function(){  
	 
	$(document).ready(function() {
		$("#unit-details #floor-plans ul li a, #unit-details #chart table td a").fancyZoom({scaleImg: true, closeOnClick: true});
	});
	
	
	$('ul.sf-menu')
			.superfish({
				animation:     {opacity:'show',height:'show'},
				delay:         0,
				speed:         'fast', 
				autoArrows:    false
			});
	
	
	/* homepage slider parameters */				   
	$('.slide-list').cycle({ 
	fx:     'fade', 
	speed:  5000, 
	timeout: 2000,
	autostop: true,
	autostopCount: 4
	});	
	
	$('.slide-list-alt').cycle({ 
	fx:     'fade', 
	speed:  5000,
	timeout: 2000,
	autostop: true,
	autostopCount: 4
	});	 
	
	
});