.slideshow { height: 320px; width: 480px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #aaaaaa; background-color: #ffffff; }

#nav { position:absolute; bottom:16px; left:386px; 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; }
#nav a:focus { outline: none; }


#slide-holder {
	height:320px;
	width:480px;
	display:block;
	position:relative;
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
}