a, a:visited, a:hover,  a:active, a:focus {font-weight:normal;} /* for IE6 */

ul#gallery {
	padding: 0;
	margin: 50px auto;
	width: 448px;
	/*height:336px; */
	height: 384px;
	position: relative;
	background: #f8f8ff;
}
#gallery li {
  list-style-type:none; 
  width:64px; 
  height:64px; 
  float:left; 
  z-index:100;
  }
#gallery li.lft {
  float:left; 
  clear:left;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
#gallery a {
  position:relative; 
  width:62px; 
  height:62px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
#gallery a img {
  position:relative; 
  width:62px; 
  height:62px; 
  border:1px solid #888; 
  z-index:100;
  }
#gallery a:hover {
  width:320px; 
  height:313px; 
  padding:68px 63px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
  }
#gallery a:hover img {
  background:#eee; 
  position:relative; 
  width:320px; 
  height:313px; 
  border:0; 
  z-index:20;
  }
#gallery a:active, #gallery a:focus {
  background:transparent; 
  width:320px; 
  height:313px; 
   padding:68px 63px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:320px; 
  height:313px; 
  border:0; 
  z-index:10;
  }
/* hack for Internet Explorer */
#gallery li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:384px; 
  font-size:0;
  }
