body {
	background:#fffff;
	padding:0px;
	color:#ab3300;
	font-size:12px;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
}

h1 {
	letter-spacing:5px;
	font-size:1.2em;
	margin:10px 0;
}

#main {
	width:570px;
	margin:0 auto;
}

.exposureTarget {
	width:570px;
	height:480px;
	background-color;
	background-color:#7badc1;	
	background-image:url(res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border:12px solid #ab3300;
	border-right:none;
	border-right:none;
	border-left:none;
	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 span,
.exposureControls a {
	font-size:12px;
	padding:8px;
	
	background-color:#7badc1;
	display:block;
	float:LEFT;
}

.exposureControls a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

.exposureControls a:active,
.exposureControls a:hover {
	background-color:#222;
	color:#ddd;
}

.exposurePaging .active {
	border:1px dashed #333;	
}

.clear {
	clear:both;	
}

p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}
