jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        scroll: 5
    });
    
    $("#photo-gallery a").fancybox();
});
