// remap jQuery to $
(function($){

    // apply css to non-hidden element since js is enabled
    //$('.hero-headlines-first').css( 'display', 'block' );
    //$('.hero-headlines-first').attr('style', 'background: none !important');
    $('.hero-headlines-first').css( 'margin', '22px 0 0 28px' );
 
    // title changer code...
    
    $('.hero-home').cycle({
        
        fx: 'fade',
        timeout: 6000
        
    });




 



})(window.jQuery);
