jQuery(document).ready(function($){

    $('.header-inner div').cycle({
        timeout: 6000,
        speed: 2000,
        fx: 'fade'
    });

	
    $('.slideshow .slides').cycle({
        timeout: 6000,
        speed: 2000,
        fx: 'cover,fade,fadeZoom,scrollUp,scrollDown,scrollLeft,scrollRight,turnUp,turnDown,turnLeft,turnRight,wipe' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });

});
