/* Slideshow by Richard Lyon, richthegeek@gmail.com - rights owned by David Pache */

.slideshow { margin: 10px 0px 0px; swidth: 560px; height: 330px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.slideshow > img { display: none; }

.slideshow .sls_overlay
{
	position: absolute;
	z-index: 999;
	width: 560px;
	height: 330px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(/images/slideshow/grey.png);
}

.slideshow .sls_overlay img
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px;
}

