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

.slideshow img{ /*CSS for each image tag*/
border: 1;
border-color:#666699;
width: 95px;
height: 68px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
text-align:right;
}

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

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