// JavaScript

jQuery("document").ready(function(){
/*
  jQuery("#footer-content .ngg-navigation a.next").append('<div id="#ngg-arrow-right"></div>');
  jQuery("#footer-content .ngg-navigation a.prev").append('<div id="#ngg-arrow-left"></div>');
});

jQuery("#footer-content .ngg-navigation").ready(function(){
  jQuery("#footer-content .ngg-navigation a.next").append('<div id="#ngg-arrow-right"></div>');
  jQuery("#footer-content .ngg-navigation a.prev").append('<div id="#ngg-arrow-left"></div>'); */
});
