jQuery(document).ready(function(){ 

	/* setting thumbnail imager size if there some unwanted images upload to that specific thumb folder */
	$('#thumbnail_gallery .ngg-gallery-thumbnail img').css({'width':'100px','height':'75px'});

});
