jQuery(function(){
	jQuery('a.cimgb').click(function(){
		jQuery('#'+jQuery(this).parent().parent().parent().attr('id')+'-cimgb').html('<img src="'+jQuery(this).attr('href')+'"/>');
		return false;
	});
	jQuery('.ngg-galleryoverview').each(function(){
		jQuery('<div id="'+jQuery(this).attr('id')+'-cimgb" class="ngg-cimgb"></div>').insertAfter(jQuery(this));
		jQuery('a.cimgb:first',this).click();
	});	
});
