/*
 * (c) 2008 2km interativa!
 * This script is freely distributable under the terms of an MIT-style license.
 * For details, see web site: http://www.2km.com.br/
 *
 */
$j = jQuery.noConflict();
$j(function(){
  $j('#divFotos a').fancybox({'hideOnContentClick':true});
})
