jQuery(document).ready(function(){


	jQuery('#header-sun').animate({ 
			left:400px,
			opacity: 0.4,
			marginLeft: "0.6in",
			fontSize: "3em", 
			borderWidth: "10px"
		}, 1500 );

});

