#gallery {
  float:left;
  width:100%;
  background:#FFFFFF url(tab_bg.gif) repeat-x bottom;
  font-size:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
#gallery ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#gallery li {
  float:left;
  background:  url(tab_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  text-decoration: none;
  }
#gallery a {
  float:left;
  display:block;
  background:  url(tab_right.gif) no-repeat right top;
  padding:5px 10px 4px 0px;
  text-decoration:none;
  color:#333366;
  }
/* End IE5-Mac hack */
#gallery a:hover {
  color:#000;
  text-decoration: underline;
  }
#gallery #current {
  background-image:  url(tab_left_on.gif);
  }
#gallery #current a {
  background-image:  url(tab_right_on.gif);
  color:#000;
  padding-bottom:5px;
  font-weight: bold;
  }
