/*----This is another shadow --*/
.img-shadow {
  float:left;
  background: url(../images/shadow.gif) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10 0 0 10px !important;
  margin: 5px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  padding: 0px;
  } 
  
  .img-greenshadow {
  float:left;
  background: url(../images/green-shadow.gif) no-repeat bottom right !important;
  background: url(../images/green-shadow.gif) no-repeat bottom right;
  margin: 10 0 0 10px !important;
  margin: 5px 0 0 5px;
  }

.img-greenshadow img {
  display: block;
  position: relative;
 /*background-color:#E6E6DC;*/
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  padding: 0px;
  } 