/* FancyBox Load One Image, for all a href'ed jpg, png, gif images */

$(document).ready(function() {

/* This is basic - uses default settings */
$("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
  'hideOnContentClick': true
});
});



