ul.exposureThumbs {
	padding: 47px 6px 50px 6px;
	margin: 0;
	list-style-type: none;
	width: 138px;
	display:none;
	position: absolute;
	right: 36px;
	height: 100%;
	z-index: 2;

	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 ); 
}

ul.exposureThumbs li {
	margin: 5px 0 5px 0;
	padding:0;
	text-align:center;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;
}

.exposureTarget {
	width: 615px !important;
	height: 382px;
	background-image:url(/fileadmin/default/img/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #fff;
	
	padding:0;
	margin:0;
	border:12px solid #111;
	position:relative;
	overflow:visible;
}

section#cnormal .exposureTarget {
	
	margin-bottom: 20px;
}

.exposureWrapper {
	position:absolute;
	top:0;
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;
}



.exposureData .extra a {
	color: #A42140;
	text-decoration: underline;
}


ul.exposureThumbs li {
	width: 125px !important;
	height: 83px !important;
}

#exposure #controls {
	position: absolute;
	right: 10px;
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:8px;
	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 {
	color:#ddd;
}

.exposurePaging .active {
	color:#fff;
	background-color:#111;
}

.exposureTarget .clear {
	clear:both;
}

.exposureTarget p.info {
	margin:40px auto;
	text-align:center;
	width:600px;
}

.exposureTarget p.info a {
	color:#006fc0;
}

.exposureTarget p.info a:hover, p.info a:active {
	color:#0084e7;
}

.exposureTarget .caption{
	display:none;
}

#exposure {
	position: relative;
	border: 1px solid #fff;
}

.exposureTarget #images li img{
	height: 125px;
	width: 135px;
}



.exposureTarget .arrow {
	position: absolute;
	right: 171px;
	bottom: 210px;
	width: 15px;
	height: 15px;
	opacity: .8;
	background:url(/fileadmin/default/img/arrow_slider.png);
	z-index: 55;
	display: none;
}

.exposurePaging { display:none; }

.exposurePrevPage {
	background: url(/fileadmin/default/img/sta5_sprite1.png) no-repeat 0 -651px;
	position: absolute;
	right: 88px;
	top: 15px;
	z-index: 55;
	width: 20px;
	height: 20px;
}

.exposureNextPage {
	background: url(/fileadmin/default/img/sta5_sprite1.png) no-repeat 0 -1048px;
	position: absolute;
	right: 88px;
	bottom: -345px;
	z-index: 55;
	width: 20px;
	height: 20px;
}

#controls a.exposurePrevPage,
#controls a.exposureNextPage {
	width: 18px;
	height: 18px;
}
