.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width:128px;
height:96px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
font-size:14px;
text-align:center;
}

#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: #ff6600;
}

#navlinks2{ /*CSS for DIV containing the navigational links*/
width: 400px;
font-size:14px;
text-align:center;
}

#navlinks2 a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks2 a.current{ /*CSS for currently selected navigational link*/
background-color: #ff6600;
}