jQuery(document).ready(function() {

	jQuery(".ngg-gallery-thumbnail img").removeAttr("height").removeAttr("width");

	jQuery("#ngg-gallery-5-61 img").hide();
	jQuery("#ngg-image-187 img").show();


	//jQuery('.ngg-galleryoverview').css()
	
	$('.ngg-galleryoverview img').each(function(){
	
		$(this).css('margin-left', function() {
		
			var w = (this).height;			
        	return w/10 ;
        	
        }).css('margin-top', function() {
        
        	var w = (this).width;	
        	return w/10;
        
        });
	
	});






});
