#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:695px; 
  height:500px; 
  background:#fff url(win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:5px;
  width:695px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:695px; 
  height:5px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:360px;
  }
#gallery li a:hover img {
  height:360px;
  }

body
{
background-color:#550000;
margin-top: 10;
margin-left: 0;
}

p
{
font-family: trebuchet ms;
color: #550000;
font-size: 14px;
text-align: center;
font-weight: bold;
margin-bottom: 10px;
}

a
{
text-decoration: none;
font-family: trebuchet ms;
color: #550000;
font-size: 14px;
text-align: center;
font-weight: bold;
}
