$(function(){
	$("p.mainpic img").hide();
	$("p.mainpic img").fadeIn(3000);
});