.slideshow {
	height: 270px;
	width: 388px;
	margin: auto;
	clear: both;
	overflow: auto;
}
#slide-holder {
	height:270px;
	width:388px;
	position:relative;
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
}.slideshow img { padding: 15px; border: 1px solid #aaaaaa; background-color: #ffffff; }

#nav {
	position:absolute;
	bottom:16px;
	left:16px;
	z-index:99;
	background:none;
}
#nav a { margin: 0 0 0 5px; padding: 1px 6px; background:#cccccc; text-decoration: none;  color: #ffffff; font-weight:bold;}
#nav a:hover { background: #98dcff; text-decoration: none; color: #3a3a3a; font-weight:bold; }
#nav a.activeSlide { background: #888888; text-decoration: none; color: #1e52a5; font-weight:bold; }
