$(document).ready(function() {
  
  $("[href$='.jpg'], [href$='.gif'], [href$='.png'], [href$='.JPG'], [href$='.GIF'], [href$='.PNG']").attr("rel","fancy").fancybox({
    'transitionIn' : 'elastic',
    'transitionOut' : 'elastic',
    'speedIn' : 400, 
    'speedOut' : 200, 
    'titleShow' : false,
    'overlayOpacity' : 0.2 
  });
  
});
