#gallery {
  display:inline;
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:120px; 
  height:100px; 
  background:#260000 url(windows/win_back.gif);
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  }

  
#gallery li {
  float:center;
  }
#gallery li a {
  display:inline;
  height:100px;
  width:120px; 
  float:left; 
  text-decoration:none; 
  cursor:default;
  }
#gallery li a img {
  width:120px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:100px;
  }
#gallery li a:hover img {
  height:100px;
  }
/******IE hack******/
#someselector {
    padding: 10px;
    width: 200px;
    w\idth: 180px;
    height: 200px;
    heigh\t: 180px;
}
