
#info {padding:0 0 2em 0; text-align:center;}

ul#gallery {
  padding:0;
  margin:0 auto;
  width:462px;
  height:368px;
  position:relative;
  background:#fff ;
  }


#gallery li {
  list-style-type:none;
  width:66px;
  height:50px;
  float:left;
  z-index:100;
  }


#gallery li.lft {
  float:left;
  clear:left;
  }


#gallery li.rgt {
  float:right;
  clear:right;
  }

#gallery a {
  position:relative;
  width:64px;
  height:48px;
  display:block;
  float:left;
  z-index:100;
  cursor:default;
  }

#gallery a img {
  position:relative;
  width:62px;
  height:46px;
  border:1px solid #888;
  z-index:100;
  }

   #gallery a:hover {
  width:160px;
  height:120px;
  padding:158px 100px;
  position:absolute;
  left:0;
  top:0;
  z-index:20;
  }

#gallery a:hover img {
  background:#eee;
  position:relative;
  width:360px;
  height:240px;
  border:0;
  z-index:20;
  }




