
    //<![CDATA[
    $(document).ready(function() {
        $('#featItem').cycle({
            fx:        'scrollHorz',
            timeout:   5000,
            delay:     -3000,
            easing:    'easeInOutCubic',
            prev:    '#featPrev',
            next:    '#featNext'
        });
    	$("a.zoom").fancybox({
    		'padding': 1,
    		'zoomSpeedIn':	300,
    		'zoomSpeedOut':	200,
    		'zoomOpacity': true,
    		'overlayShow':	true
    	});
    	$.localScroll({
    	    easing:    'easeInOutCubic',
    	    hash:      true
    	});
    	$("#phone").mask("(999) 999-9999",{placeholder:" "});
    });
    //]]>
 
