img.floatRightClear { 
    float: right; 
    clear: right; 
    margin-left: 2.5%; 
	margin-bottom: 2.5%; 
}
.img
  {
  margin: 2px;
  border: 0px none transparent;
  height: auto;
  width: auto;
  float: left;
  text-align: left;
  }
.img img
  {
  display: inline;
  margin: 3px;
  border: 0px none transparent;
  opacity:1;
  filter:alpha(opacity=100);
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  }
.img a:hover img
  {
  border: 0px none transparent;
  opacity:0.8;
  filter:alpha(opacity=80);
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  }
.desc
  {
  font-family: georgia;
  color: black;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  width: 120px;
  margin: 2px;
  }
.desc span#title
{
  font-family: georgia;
  color: black;
  text-align: left;
  font-weight: bold;
  font-size: 10px;
  width: 120px;
  margin: 0px;
}
.desc span#status
{
  font-family: georgia;
  color: red;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  width: 120px;
  margin: 0px;
}