#slideshow{
	width: 600px;
	height: 400px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	z-index: 0;
}
#slideshow img{
	margin: 0 auto;

}
#slideshow .image_wrapper{
	position: relative;
	margin: 0 auto;
}
#slideshow .image_wrapper .caption{
	font-weight: bold;
	font-size: 130%;
	position: absolute;
	bottom: 4px;
	margin: 0;
	width: 100%;
	background: url(/images/pngbg/ffffff-40-100-15.png) repeat;
}
#middleImage{
	text-align: center;
	margin-bottom: 40px;
}
#lowerImages{
	padding-bottom: 25px;
}
#lowerImages a{
	float: left;
	margin-left: 25px;
}
#lowerImages a.first{
	margin-left: 0;
}
#lowerImages .image_wrapper{
	border: none;
	xborder: 1px solid #999;
}

