/* CSS Document */

.slideshow{ /*CSS for DIV containing each image*/
display:block;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
}

.navlinks{ /*CSS for DIV containing the navigational links*/
/*width: 400px;*/
}

.navlinks a{ /*CSS for each navigational link*/
padding:4px;
font-size: 110%;
}

.navlinks a.current{ /*CSS for currently selected navigational link*/
 background-color: #ff9900;
 color:#ffffff;
}
