$(document).ready(function(){

$(".splash").fadeIn(5000); // This sets the opacity of the thumbs to fade down to 30% when the page loads
});
