$(document).ready(function(){
	$('#myGallery').spacegallery({loadingClass: 'loading'});
	$('#myGallery img').show();
});
