.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 1px solid #0066FF;
width: 90px;
height: 90px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
text-align: center;
}

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

#photo_section {
	margin-left: 15px;
	text-align: center;
}
