$(function(){
    $('#feature-slider').cycle({
        'fx': 'blindY'
    });

        $('#slideshow').cycle({
        'fx': 'fade',
        'timeout' : 5000,
        'delay' : 2000 
    });

    $(".modalbox").prettyPhoto({theme:'facebook'});
    
});
