.gallery_img{
}

.gallery_img:hover{
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
}

.gallery_label{
  background-color: #FFFFFF;
  border: solid #c0c0c0 2px;

  position: absolute;
  top: 0;
  visibility: hidden;

  width: 270px;
  height: auto;


  font-size: 16pt;
  font-weight: bold;
  color: #AA0000;

  filter:alpha(opacity=60);

  -moz-opacity:.60;
  opacity:.60;

  text-align: center;

  cursor:pointer;

}
