$(document).ready(function(){
$(".fadein").fadeTo(6000, 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   })