
#galleryie {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:1100px; 
  height:310px; 
  border:1px solid #888; 
  background:#fff url(../index_files/header/office/officetour2.jpg);
  }
#galleryie li {
  float:left;
  }
#galleryie li a {
  display:block; 
  height:310px;
  width:92px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryie li a img {border:0;}
#galleryie li a:hover {
  background:#eee; 
  width:550px;
  }
