.bgslideshow {
	float:left;
	/*height: auto;
	width:100%;*/
	height: 100%;	
	width:100%;
	min-width:900px;	
	padding:0;
	margin:0;
	overflow:hidden;
}

.bgslideshow span {
	float:left;
	overflow:hidden;
	/*height: auto;
	width:100%;*/
	height: 100%;
	width:100%;
	min-width:900px;	
}

.bgslideshow img {
	position:relative;
	overflow:hidden;
	/*height: auto;
	width:100%;*/
	height: 100%;
	width:100%;
	min-width:900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}