
jQuery(function(){
		   jQuery('.gallery-icon a').each(function(){											
				jQuery(this).append('<span></span>');
			});
});
