.custom_image_background
  {
  position:absolute;
  line-height:2.5em;
  float:right;  
  width:420px;
  height:315px;
  }
.custom_image_phase
  {
  position:absolute;  
  opacity:0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  width:420px;
  height:315px;
  }
.custom_image_phase:hover
  {
  position:absolute;
  opacity:1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
  width:420px;
  height:315px;
  }
.custom_image_link
  { 
  display:block; 
  width:100%; 
  height:100%; 
  text-decoration:none;
  font-family: palatino linotype;
  font-size:1.68em;
  color:black;
  }
.custom_image_caption
  {
  position:relative;
  bottom:315px;
  text-indent:1em;
  width:380px;
  height:40px;
  margin:250px 0px 25px 40px;
  background-color:#ffffff;
  border:0px;
  opacity:0.5;
  -moz-opacity: .50;
  filter:alpha(opacity=50);
  }
