//
// 
//
//  
//
//   

$(document).ready(function(){

  // PNG FIX.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

  
  $('a.lightbox').lightBox({
    imageBtnClose: 'close.gif',
    imageLoading: 'loading.gif',
    containerResizeSpeed: 500,
    overlayBgColor: '#000' 
    /* 
    txtOf: 'de'  
    overlayOpacity: 0.6,
    txtImage: 'Imagem',
    */
  });

});
