/* CSS Document */

.slideshow{ /*CSS for DIV containing each image*/
width: 93px;
height: 50px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 50px;
height: 50px;
}


#navlinks a{
	text-decoration:none;
	font-family:Myriad, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight: bold;
	letter-spacing:1px;
}
#navlinks a:hover{
	text-decoration:none;
	font-family:Myriad, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D94200;
	font-weight:bold;
	letter-spacing:1px;
}
#navlinks a.current{
	text-decoration:none;
	font-family:Myriad, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	font-weight:bold;
	letter-spacing:1px;
}
