/*$(function(){
	$("#container div a").hover(function(){
		$("img", this).stop().animate({top:"-130px"},{queue:false,duration:200});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
});

	$(document).ready(function(){
		
			$(document).snowfall();
			$('.header').snowfall({flakeCount : 400, maxSpeed : 3});
			
			window.setTimeout(function(){$('.test').snowfall('clear');}, 5000);
		});
*/
