.slideshow{ /*CSS for DIV containing each image*/
  float: left;
  width: 110px;
  height: 76px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
  width: 100px;
  height: 66px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
  width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
  margin-right: 8px;
  margin-bottom: 3px;
  FONT-FAMILY: Verdana;
  FONT-SIZE: 10pt;
  COLOR: #FFFFFF;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
  COLOR: #FAF07E;
}