$(document).ready(function(){ 
	$("#thumbs").hide();
	setTimeout(function () { $("#thumbs").slideToggle(1000); }, 5000);

});
