.roundedBackground {
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div.sgsSlideshow {
	position:relative;
	height:253px;
	margin-left:-40px;
	margin-top:-16px;
}
	
div.sgsSlideshow ul li {
	float:left;
	position:absolute;
	list-style:none;
}

div.sgsSlideshow ul li.show {
	z-index:500;
}