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


.slideshow{ /*CSS for DIV containing each image*/
	float: right;
	margin-right: 25px;
	margin-bottom: 25px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #e0e1e4;
	background: #E0E1E4;
	padding: 5px;
	border: 1px dotted #666666;
}

.slideshow img{ /*CSS for each image tag*/
	width: 260px;
	height: 146px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
	width: 400px;
	margin: 12px auto;
	border: 1px dashed #999999;
	clear: both;
	float: none;
}

#navlinks a{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

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