$(document).ready(function(){
    $('.cycle-gallery').cycle();
    
    /*$('.thumb-link').fancybox();*/
});

