$(document).ready(function() {
	$('#photobar img').hide(); 
	$('#photobar img').fadeIn(2000);
});

