﻿$(document).ready(function() {
    $("div#ProductInfo a").fancybox({ 'overlayShow': true });
}); 
