/* CSS Document */

div.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow1.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

div.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
 
  margin: -6px 6px 6px -6px;
  padding: 8px;
  } 
  
