/* CSS Document */

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 0px 0 0 10px !important;
  padding:0px;
  padding-left:0px;
  
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid  #999999;
  margin: -6px 6px 6px -6px;
  padding: 0px;

  }


