/* CSS Document */
.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 500px;
height: 350px;
}

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

#navlinks{
	width: 400px;
	padding-top: 14px;
	padding-bottom: 0px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-top: 10px;
font-size: 9px;
}

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