

#images {
	display:none;
	margin:35px 0 0 24px;
	float:right;	
	width:140px!important;
	height:435px!important;
	overflow:hidden;
	
}


#left {
	position:absolute;
	top:0; right:61px;
	
	
}


#right
{
	position:absolute;;
	bottom:0;
	right:61px;
}

#right a img,
#left a img {
	height:12px;
	width:23px;
	border:none;
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
}

#right a:hover img,
#left a:hover img {
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}

#right a,
#left a {
	outline:none;
}

.panel {
	margin:0 0 12px 0;
	position:relative;
}

ul.exposureThumbs {
	
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
	height:138px;
	width:138px; margin-bottom:15px;
}

ul.exposureThumbs li {
	
	margin:0 3px 0 0;
	padding:0;
	text-align:center;
	display:none;
	float:left;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

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

.exposureTarget {
	width:723px!important;
	height:503px!important;
	
	padding:0;
	float:left;
	
	position:relative;
	overflow:hidden; 
}

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

.exposureWrapper img {
	width:723px; height:506px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:138px;
	height:138px;
	margin-bottom:15px;
}
ul.exposureThumbs li img{width:138px;
	height:138px;}

.exposureSlideshowControls a {
	font-size:11px;
	color:#bba;
	text-decoration:none;
	outline:none;
	padding:2px 6px;
	display:inline;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover {
	
}

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