/* Internet Explorer 5.01 horizontal gallery */
#galleryie {
  padding:0;
  margin:0 auto;
  list-style-type:none;
  overflow:hidden;
  width:330px;
  height:200px;
  border:1px solid #888;
  background:#fff url(../img/media/dc/slide.jpg);
}
#galleryie li {
  float:left;
}
#galleryie li a {
  display:block;
  height:200px;
  width:28px;
  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:133px;
}
