﻿



jQuery(document).ready(function() {




jQuery(".lightbox").lightBox({ fixedNavigation: true });

/*jQuery(".fancybox").fancybox({
    'scrolling': 'no',
    'titleShow': false,
    'autoDimensions': true,
    'hideOnContentClick': true

});

jQuery(".cycle").cycle({
    fx: 'fade',
    timeout: 6000,
    speed: 2500,
    next: '#next2',
    prev: '#prev2'
});


*/




    });


