How to use jQuery Drop shadow? example please?

Well, shoot, I cant figure out how to use the jquery and the dropshadow pluggin to do drop shadows on images.

I’m doing this:

<script type="text/javascript" src="/css-js/jquery.js"></script>
    <script type="text/javascript" src="/css-js/jquery.dropshadow.js"></script>
 
<script type="text/javascript"> 
  $("img").dropShadow({left: 12, top: 12, blur: 1, color: "black"});
 </script> 

and my img tag looks like

<img class="dropShadow"  src="/img/Livingroom.JPG" />

The pic shows up, but no shadow. Can anyone post a real basic example of what needs to happen in theis script?

thanks
j

Maybe that plugin comes with a dropshadow CSS as well which you didn’t include…