/*slide show
------------------------------------------------------------ */

.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: 200px;
height: 106px;
*/
width: 172px;
height: 114px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 510px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: small;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
/*background-color: yellow;*/
text-decoration:none;
font-weight:bolder;
}
