#slides {
	width:1024px;
	height: 620px;
	position:absolute;
	top:0;
	z-index:-999;
	background: #000; 
}

.exposureTarget {
	width:1024px;
	height:620px;
	background-image:url(http://www.lyleoreitzel.com/images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	margin-bottom:10px;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureControls { margin-left:20px; }

.exposureControls span,
.exposureControls a {
	font-size:12px;
	padding:8px;
	background-color:#555;
	display:block;
	float:left;
}

.exposureControls a {
	color:#fff;
	text-decoration:none;
	outline:none;
}

.exposureControls a:active,
.exposureControls a:hover {
	background-color:#24bfdb;
	color:#fff;
}

.exposurePaging .active {
	background-color:#24bfdb;
	color:#fff;	
}

.clear {
	clear:both;	
}