
 // exception for the animation on safri browser only.
 
$(function(){

	if($.browser.webkit && !window.chrome){
		$("#animation").css({
			"position":"absolute",
			"top":"-160px",
			"z-index":"-1"
		});
		
	}
});
