@charset "utf-8";
/* CSS Document */


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

.slideshow1 img{ /*CSS for each image tag*/
border: 0px;
width: 190px;
height: 130px;
}

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

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

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