$(document).ready(function(){
$("a[rel*=lightbox] img").attr("alt", "");
$("a[rel*=lightbox]").attr("title", "").fancybox({overlayOpacity:0.7});
});
