@charset "utf-8";
/* CSS Document */

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right ;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px ;
  }
  
.img-shadow img {
  display: block ;
  position: relative ;
  background-color: #FFFFFF ;
  border: 1px solid #000000 ;
  margin: -6px 6px 6px -6px ;
  padding: 3px ;
  }
  
.img-shadow-main_random{
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right ;
  margin: 10px 0 0 10px !important;
  margin: 20px 0 0 20px ;
  }
  
.img-shadow-main_random img {
  display: block ;
  position: relative ;
  background-color: #FFFFFF ;
  border: 1px solid #000000 ;
  margin: -8px 5px 5px -8px ;
  padding: 3px ;
  }