$(document).ready(function () {
		
    $(".b-photos a").fancybox({
       'zoomSpeedIn': 450, 'zoomSpeedOut': 300, 'overlayShow': true 
    });

});
