.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 88px;
height: 83px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 83px;
height: 83px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 352px;
text-align:center;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
color:#000;
text-decoration:none;
font-weight:normal;}

#navlinks a.current{ /*CSS for currently selected navigational link*/
color:#000;
text-decoration:none;
font-weight:bold;
}