$(document).ready(function() {
  $(".shadow").dropShadow({left: 5, top: 5,color: "#111", opacity: 0.8,blur: 2 });
});

