$(document).ready(function(){
    $('.images a').fancybox({
        imageScale:     false,
        centerOnScroll: false,
        overlayOpacity: 0.8,
        overlayShow:    true,
        zoomOpacity:    true,
        zoomSpeedIn:    500,
        zoomSpeedOut:   500
        
    });
});
