jQuery(document).ready(function(){

	jQuery('.process-excerpt .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a').each(function(index) {
		var processAlbum = jQuery(this).attr('class');
		jQuery(this).attr('rel',processAlbum+';player=img;');
	});
	  
});
