$(document).ready(function() {

    // Cycle images for sub content quotes

    $('#homeContentFade').cycle({
        fx: 'fade',
        speed: 1000
    });
    // In edit mode we need to make the slideshow icon visible outside the 
    // img height area
    if ($('.publisite_wrapper').length) { // implies *not* zero
        $('.mainimage').css('overflow', 'visible');
    }

});
