$(function() {
    $('#slideshow').cycle({
        timeout: 6000,
        speed: 1600,
        cleartype: true,
        cleartypeNoBg: true
    });
    $('a.fancy').fancybox();   
});
