$(document).ready(function(){

	  $("#shadow").dropShadow({left: -1, top: -1, blur: 2, opacity: 1});	

  });