$(function(){

  // fancy box
  var fb_opts = { 'overlayShow' : true, 'centerOnScroll' : true, 'showCloseButton' : true, 'showNavArrows' : true, 'titleShow' : false, 'titlePosition' : 'over', 'titleFromAlt' : false, 'transitionIn' : 'none', 'easingIn' : 'easeOutBack', 'transitionOut' : 'none', 'easingOut' : 'easeInBack', 'opacity' : false };
  var fb_IMG_selector = 'a[href$=".jpg"],a[href$=".JPG"],a[href$=".gif"],a[href$=".GIF"],a[href$=".png"],a[href$=".PNG"]';
  $(fb_IMG_selector).not(':empty').addClass('fancybox').attr('rel', 'gallery');
//  $('a.fancybox').not(':empty').fancybox( $.extend(fb_opts, { }) );

});

