ul#gallery-list {
  padding:0; 
  margin:0; 
  width:820px; 
  height:550px; 
  position:relative; 
  background:transparent url(/site_media/images/pia-logo-390.jpg) center center no-repeat;
  overflow: visible;
  }
#gallery-list li {
  list-style-type:none; 
  width:80px; 
  height:60px; 
  float:left; 
  z-index:100;

  }
#gallery-list li.lft {
  float:left; 
  clear:left;
  padding: 12px 34px 12px 0;
  }
  
#gallery-list li.lft-btm {
  float:left; 
  clear:left;
  padding: 12px 34px 0px 0;
  }
  
#gallery-list li.rgt {
  float:right; 
  clear:right;
  padding: 12px 0 12px 34px;
  }

#gallery-list li.horiz {
  padding: 0 34px;
  }

#gallery-list li.horiz-btm {
  padding: 12px 34px 0 34px;
  }
  
 #gallery-list li.one {
  padding: 0 34px 0px 0;
  }
  
#gallery-list li.top-rgt {
  padding: 0 0 12px 34px;
  }
  
#gallery-list a {
  position:relative; 
  width:80px; 
  height:60px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
#gallery-list a img {
  position:relative; 
  width:78px; 
  height:58px; 
  border:1px dotted #ddd; 
  z-index:100;
  }
#gallery-list a:hover {
  width:525px; 
  height:295px; 
  padding:100px 210px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
  }
#gallery-list a:hover img {
  background:#eee; 
  position:relative; 
  width:393px; 
  height:295px; 
  border:0; 
  z-index:20;
  }
/* #gallery-list a:active, #gallery-list a:focus {
  background:transparent; 
  width:524px; 
  height:393px;
  padding:100px 144px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  border: 0px dotted transparent;
  }
#gallery-list a:active img, #gallery-list a:focus img {
  background:#eee; 
  position:relative; 
  width:524px; 
  height:393px;
  border:0; 
  z-index:10;
  }

  */
  /* hack for Internet Explorer */
#gallery-list li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:448px; 
  font-size:0;
  }

/* hack for Opera 7+ */
@media all and (min-width:0px){
#gallery-list a:hover {
  background:#ff; 
  width:524px; 
  height:393px;
  padding:100px 144px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery-list a:hover img {
  background:#fff; 
  position:relative; 
  width:524px; 
  height:393px;
  border:0; 
  z-index:10;
  }
}

