/* Centering*/
.centerbox {
	display: table;
	overflow: hidden;
}

.centerer {
    display: table-cell;
    vertical-align: middle;
    #position: absolute;
    #top: 50%;
}

.centered {
    #position: relative;
    #top: -50%;
}



body {
	background:#000;
	color:#bba;
	font-size:14px;
	font-family:Georgia,serif;
	margin: 0;
	padding: 0;
}

h1 {
	letter-spacing:3px;
	font-size:1.2em;
	padding: 0 0 10px;
}


#side	{
	float: right;	
	width: 200px;
	text-align: center;	
	}

#side h1	{
	margin-top: 0px;
	}

#panel	{
	width: 156px;
	margin: auto;
	float: none;
	padding: 0px;
	}

#stage {
	width:900px;
	margin:0 auto;
	text-align: center;
	height: 512px;
	float: left;
}

#stagefront {
	width:700px;
	margin:0 auto;
	text-align: center;
	height: 512px;
	float: left;
}

#frontimage{

	height: 510px;
	}

#images {
	display:inline-block;	
	width:150px;
	margin: 0px;
	}

.bottom	{
	width: 900px;
	overflow:auto;
	padding-bottom: 40px; /* must be same height as the footer */	
	}

.left	{
	float: left;
	border: 0px;
	padding-left: 50px;
	}

.right	{
	float: right;
	border: 0px;
	padding-right: 50px;	
	}


#images li	{
	height: 85;
	width: 150;
	}



ul.exposureThumbs {
	background:#111;
	border:3px solid #333;
	border-bottom: 0px;
	padding:0;
	margin: 0 px;
	list-style-type:none;
	}

ul.exposureThumbs li {
	text-align:center;
	display:none;
	border-bottom: 3px solid #333;}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;	
}

.exposureTarget {
	width:900px;
	height:512px;
/*	background-color:#111;	
	background-image:url(images/exposure/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	border:3px solid #333;			*/
	padding:0;
	margin:0 auto;

	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;	
}



.exposureData {
text-align: left;
padding: 5px;
	}

/* Just be text, yo

	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(images/exposure/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	display:none;
}	*/

/Not working right...here is *Demo4    
.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:0;
	height:60px;
	padding:7px;
	background-image:url(images/exposure/veil.png);
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
*/





/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:144px;
	height:144px;
}

/*Not using slideshow right now, but...*/
.exposureSlideshowControls a {
	font-size:11px;
	color:#bba;
	text-decoration:none;
	outline:none;
	padding:2px 6px;
	display:inline;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover {
	background-color:#999;
	color:#444;
}

/*Demo 1 Version
.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:8px;
	background-color:#555;
	display:block;
	float:left;
}

.exposureSlideshowControls a {
	float:right;	
}

.exposureSlideshowControls a,
.exposureControls a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#444;
	color:#ddd;
}
*/

/*This goes with the numbered menu lists; not carousel
.exposurePaging .active {
	color:#fff;
	background-color:#111;	
}
*/

.clear {
	clear: both;	
}

p.info {
	margin:0px auto;
	padding 40px;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}
