$(function() {
    $('#testimonial-slideshow').show().cycle({
        timeout: 15000,
        speed:   1000,
        height:  'auto',
        sync:    0,
        fit:     1,
        pause:   1
    });

    $('.whats-this').fancybox({
        'autoDimensions': false,
        'height' : 'auto',
        'padding' : 20,
        'titleShow': false
    });
});

