#slideshow {
	border: 1px solid #124EFB;
	overflow: hidden;
	margin: 1px auto 10px;
	position: relative;
	width: 530px;
	height: 221px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#slideshow img {
	width: 530px;
	height: 221px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
cursor: pointer;
}
