jQuery(document).ready(function() {

    // Initiate jQuery Dropdown navigation
    jQuery('ul.sf-menu').superfish();
	
	// Initiate looped slider
	
	if (jQuery('.featured_item').length > 0 )jQuery('#featured').levitate({  
			duration:500, 					      // transition duration 
			transition:"easeInOutCubic", 	      // transition easing
			opacity:1,					          // opacity of second row
			opacity_level2:1,				      // opacity of third row
			autoStart: my_inuitslider.autoStart   // interval between auto rotate, set to false if you want to disable outorotation
	});

});
