#main {
	width:824px;
	margin:0 auto;
    position: relative;
}

#images {
	display:none;	
}

.panel {
	margin:0px;
}

ul.exposureThumbs {
	background:#456173;
	border:12px solid #456173;
	border-right:none;
	padding:0;
    /*width: 98.8%;*/
  	width: auto;
	margin:0;
	list-style-type:none;
	height:79px;
}

ul.exposureThumbs li {
	background:#456173;
	margin:0 12px 0 0;
	padding:0;
	text-align:center;
	display:none;
	float:left;
    height: 79px;
}

ul.exposureThumbs li img {
	cursor:pointer;
    height: 79px;
    max-width: 125px;
}

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

.exposureTarget {
	width:100%!important;
	height:428px!important;
	background-color:#456173;	
	background-image:url(../res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border-bottom:12px solid #456173;
	position:relative;
	overflow:hidden; 
}

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

.exposureWrapper img {
    max-width: 100%;
    max-height: 428px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.exposureLoaded {
	background-image:none;	
}

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

.arrowPrevPage {position: absolute;
                /*top: 25%;*/
  				top: 18%;
                left: 10px;
                width: 11px;
                height: 18px;
                background: url(../img/left.png)center no-repeat;}
.arrowNextPage {position: absolute;
               /*top: 25%;*/
  				top: 18%;
                right: 10px;
                width: 11px;
                height: 18px;
                background: url(../img/right.png)center no-repeat;}


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

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

.exposureSlideshowControls a {
	float:right;	
}

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

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#D9D1CA;
	color:#fff;
}

.exposurePaging .active {
	color:#fff;
	background-color:#9C938D;
}

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

/*FIX ATL 19052021*/
/* fix dettglio scheda > slider immagine principale */
ul.exposureThumbs li {
width: 120px !important;
}
.arrowNextPage, .arrowPrevPage {
/*margin-top: -200px */
}
.exposureWrapper {
width: 100% !important;
  height: 100% !important;
}

.exposureWrapper img {
    max-width: 100%;
    max-height: unset !important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: auto;
    position: relative !important;
    transform: translateY(-50%);
    top: 50%;
  	display: block !important;
}

/* fix dettglio scheda > slider immagine thumbnail */
ul.exposureThumbs li, ul.exposureThumbs {
overflow: hidden;
}
ul.exposureThumbs li {
height: 80px !important;
}
ul.exposureThumbs li img {
  display: inline;
  height: unset;
max-width: 100%;
    max-height: unset !important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: auto;
    position: relative !important;
    transform: translateY(-50%);
    top: 50%;
}
.exposureData {
  background-image: none !important;
}