div.img_background {
  background:#ffffff none repeat scroll 0;
  opacity:0.8;
  filter: alpha(opacity = 80);
  z-index:2001;
}

div.img_layer {
  background: #ffeca7 none repeat scroll 0;
  border:0px;
  cursor:pointer;
  z-index:2002;
  text-align: right;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

div.img_layer img {
  border:3px solid #ffeca7;
}
