$(document).ready(function(){

						   $(".body").hide();
						   $(".body").fadeIn(1000); // This sets the opacity of the thumbs to fade down to 30% when the page loads

						   });
