// JavaScript Document
$(document).ready(function() {
    $('.featured').cycle({
		fx: 'fade',
		speed:  'slow',
		pager:  '#feat_nav'
	    	});
});

  $(document).ready(function() { 
        $('#header_nav ul').superfish({ 
            delay:       500,
            animation:   {opacity:'show',height:'show', width:'show' },
            autoArrows:  true,                         
            dropShadows: false                          
			
			
        }); 
    }); 
 
