/*For backup look in the folder. You will find a *.css file named: style_imagehover_BACKUP.css */


#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
float:right;
background: url(trans-shadow.png) no-repeat bottom right;
}

#trailimageid h1 {
  color: black;
  font-size: 0%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
bottom: 0px;
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}