#images {
	display:none;}
.panel {
	margin:-30px 0 0 0;}
ul.exposureThumbs {
	background:#927967;
	border:4px solid #927967;
	border-right:none;
	margin:0;padding:0;
	list-style-type:none;
	height:81px;
	overflow:hidden; /* ADDED to fix bug when importing images from Dynamo */}
ul.exposureThumbs li {
	background:#000;
	margin:0 4px 0 0;padding:0;
	text-align:center;
	display:none;
	border-top:2px solid #DCB183;
	float:left;}
ul.exposureThumbs li img {
	cursor:pointer;
	width:135px; /* ADDED for thumb image width */}
ul.exposureThumbs li.last {
	margin:0;}
.exposureTarget {
	width:612px;
	/*height:400px;*/
	background-color:#927967;
	background-image:url(images/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	margin:0;padding:0 4px 6px 4px;
	position:relative;
	overflow:hidden;}
.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;}
.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:4px;
	width:604px;/* ADDED to constrict width */
	border-top:2px solid #DCB183;}
.exposureLoaded {
	background-image:none;}
.exposureData {
	position:absolute;
 	left:0;right:0;bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(images/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;font-size:16px;font-weight:bold;
	display:none;}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:117px;
	height:79px;
	overflow:hidden;}
#controls{ /* ADDED to make nav appear to the right */
	float:right;
	width:225px;}
*html #controls{ /* ADDED ie6 fix */
	position:relative;
	float:none;
	width:100%;
	z-index:20;}
.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:6px 9px;
	background-color:#F8F4F0;
	display:block;
	float:left;}
.exposureSlideshowControls a {
	float:right;}
.exposureSlideshowControls a,
.exposureControls a {
	color:#000;
	text-decoration:none;
	outline:none;}
.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#DCB183;
	color:#000;}
.exposurePaging .active {
	color:#FFF;
	background-color:#A38B7A;
	font-weight:bold;}
.clear {
	clear:both;}