window.onload = function()  
{
	$("#container").dropShadow({left: 3, top: 3, blur: 2, opacity: 0.4});
	$(window).resize();
	
}