
div.gallery
  {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 0px solid #ffffff;
  height: 280px;
  width: 303px;
  float: left;
  font-family: Arial, Verdana,'Lucida Sans', Helvetica, sans-serif;
  text-align: center;
	line-height: 120%;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
  }
div.gallery a
  {
  color: #666666;
  text-decoration:none;
}  	
div.gallery img
  {
  display: inline;
  margin: 3px;
  }

div.gallery a:link img
  {
  border: none;
  }
div.gallery a:active img
  {
  border: none;
  }  
div.gallery a:hover img
  {
  border-top: 1px solid #ffffff;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8; 
  opacity: 0.8;
  -khtml-opacity: 0.8;
  }
div.gallery a:visited img
  {
  border: none;
}  
