#slideShow {
	width: 570px;
	z-index: 10;
	position: relative;
	overflow: visible;
	top: 0px;
	margin:0px;
	text-align:center;
	float: left;
	height: 287px;
}

.slides {
	width: 570px;
	z-index: 30;
	position: absolute;
	overflow: hidden;
	top: 0px;
	margin:0px;
	text-align:center;
	height: 287px;
	left: 0px;
	display:none;
	float: left;
		
	
}

.controls {
	position: absolute;
	z-index: 100;
	width: 110px;
	height: 20px;
	float: right;
	display: block;
	top: 265px;
	text-align:center;
	text-decoration: none;
	line-height:16px;
	overflow: hidden;
	color: #FFF;
	left: 12px;
}

