#slideshowbox {
	float:left;
/*	margin-right:5px;
*/	margin-bottom:10px;
}
#slideshow {
	width:510px;
	height:344px;
}

.spacer {
	height:10px;	
}

.slide {
	width:500px;
	height:334px;
	background:#e6e6e6;
}

.slideimage {
	display:block;
	border:5px solid #cccccc;
}
.slidetext {
	padding:8px;
	font-size: 12px;
}
.slidetext a {
	color:#000000;
	text-decoration:none;
}
.slidetext a:hover {
	text-decoration:underline;
}

#slidecontrols {
	margin-top:-30px;
	margin-left:5px;
	width:490px;
	height:17px;
	padding:4px;
	z-index:200;
	position:relative;
}
#playpause {
	float:right;
	border:#FFF 1px solid;

}
#slidenums a {
	color:#ffffff;
	background:#000000;
	text-decoration:none;
	text-align:center;
	width:16px;
	margin-right:4px;
	display:block;
	float:left;
	line-height:16px;
	border:#FFF 1px solid;
	font-size:12px;
}
#slidenums a.currentslidenum {
	background:#CCC;
	color:#000;
}

