
h1 {
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:1.2em;
	margin:10px 0;
}

#mainer {
	width:940px;
	margin:0 auto;
}

#images {
	display:none;	
}

.panel {
	float:left;
    width: 164px;
}

ul.exposureThumbs {
	border-right:none;
	padding:6px;
	margin:0;
    margin-bottom: 10px;
	list-style-type:none;
    background: none repeat scroll 0 0 #E3E1E1;
    border: 1px solid #D0D0CE;

    height: 600px;
    overflow-y: scroll;
    width: 165px;
}

ul.exposureThumbs li {
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
	display:none;
    background:#111;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

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

.exposureTarget {
	height:600px;

	float:left;	
	margin:0;
	position:relative;
	overflow:hidden;
    margin: 0 0 0 22px;
    background: none repeat scroll 0 0 #E3E1E1;
    border: 1px solid #D0D0CE;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 1px 1px 1px #E3E1E1;
    padding: 6px;
}

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

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:6px;
	left:6px;
    max-width: 740px;
}

.exposureLoaded {
	background-image:none;	
}

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

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

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	padding:8px;
	/*background-color:#555;*/
	display:block;
	float:left;
    margin-right: 6px;
    background: none repeat scroll 0 0 #E3E1E1;
    border: 1px solid #D0D0CE;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #E3E1E1;
    margin-bottom: 8px;
}

.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;*/
    text-decoration: underline;
	color:#ddd;
}

.exposurePaging .active {
	color:#5A7C87 !important;
	/*background-color:#111;	*/
    text-decoration: underline;
}

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