﻿.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 120px;
height: 120px;
}

.slideshow img{
	/*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
border-width: 0px;
	width: 100px;
	height: 80px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 300px;
}

#navlinks a{
	/*CSS for each navigational link*/
margin-right: 8px;
	margin-bottom: 3px;
	font-size: 110%;
	color: #FFFFFF;
}

#navlinks a.current{
	/*CSS for currently selected navigational link*/
background-color: #000080;
	color: #FFFFFF;
}