.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	width: 61px;
	height: 61px;
	margin-right: 0.1em;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 58px;
height: 58px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 183px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
/*background-color: #f00;*/
text-decoration: underline;
}