
(function($) {
    $(document).ready(function() {
        
        var box = $('#cycle');
        if (box.length > 0)
        {
            box.cycle({/*after('<div id="imageNav">').*/
                timeout : 6500,
                speed : 1000,
                //pager : '#imageNav',
                prev : '#left',
                next : '#right'
            });
        }
        
        
        $('#services').accordion({ 
            autoheight: false,
            header: '.head'
        });
        
    }) // document
})(jQuery)
