var fancybox_opts = {
  'transitionIn' : 'elastic',
  'transitionOut' : 'elastic',
  'speedIn' : 600,
  'speedOut' : 200,
  'overlayShow' : true,
  'showCloseButton' : true,
  'overlayOpacity' : 0.2,
  'overlayColor' : '#000000',
  'titlePosition' : 'over'
};

$(function() {
  $("a.image-show").fancybox(fancybox_opts);
  $('#content-inner').jScrollPane({showArrows : true});
});

