#home_slideshow {
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
#home_slideshow #image_repository {
	width:100%;
	height:425px;
	overflow:hidden;
	position:relative;
}
#home_slideshow #image_repository img {
	position:absolute;
	top:0px;
	left:0px;
}
#home_slideshow #captions {
	margin-top:6px;
	border-top:1px solid #CCC6C1;
	border-bottom:1px solid #CCC6C1;
	position:relative;
	height:20px;
	font-size:11px;
	text-align:center;
	font-family:Georgia,Times,Serif;
	font-style:italic;
}
#home_slideshow #captions span { position:absolute; top:2px; width:350px; left:50%; margin-left:-175px; text-align:center; }
#home_slideshow #captions a { text-decoration:none; }
#home_slideshow #captions a.b_previous, #home_slideshow #captions a.b_next {
	position:absolute;
	top:2px;
}
#home_slideshow #captions a.b_previous { left:0px; }
#home_slideshow #captions a.b_next { right:0px; }
