jQuery(document).ready(function(){

 //$("a.fancybox").fancybox({'fancy':true,'speed':750,'overlayShow':true, 'overlayOpacity':0.73});

  $(".download a").pngFix();
  
    $('#product_gallery a').lightBox({imageLoading:public_root_path+'/_images/lightbox/lightbox-ico-loading.gif',
    imageBtnPrev:public_root_path+'/_images/lightbox/lightbox-btn-prev.gif',
    imageBtnNext:public_root_path+'/_images/lightbox/lightbox-btn-next.gif',
    imageBtnClose:public_root_path+'/_images/lightbox/lightbox-btn-close.gif',
     imageBlank:public_root_path+'/_images/lightbox/lightbox-blank.gif',
    txtImage:'',
    txtOf:'' 
    });
    
   
});
