/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

#cartella_immagini ul {
	width: 392px !important;
	w\idth: 402px;
	margin: 0 auto;
	padding: 0;
	list-style: none !important;
}
#cartella_immagini li {
	width: 80px;
	height: 60px;
	/* height: 97px; */
	float: left;
	margin: 8px;
	padding: 0;
	border: 1px none transparent;
	list-style: none !important;
	background-color: transparent;
	background-repeat: no-repeat; 
	background-position: center center;
	text-align: center;
}
#cartella_immagini a {
	width: 80px;
	height: 60px;
	margin: 0;
	padding: 0;
	display: block;
	background-color: transparent; /* Utilizzato solo da 000_01_it */
	background-repeat: no-repeat; /* Utilizzato solo da 000_01_it */
	background-position: center center; /* Utilizzato solo da 000_01_it */
}
#cartella_immagini span {
	display: none;
}

/* PERMAIMAGE */

.permaimage {
	background: transparent;
	border: 1px none transparent;
}
.permaimage_description {
	width: 70%;
	margin: 8px auto;
	text-align: center;
}

/* GALLERY GRAFICA */

.dropdown {
	min-width: 200px;
}

#gallery, #gallerySet, #flickrGallery {
	width: 400px;
	height: 300px;
	z-index: 5;
	margin: 0 auto;
	padding: 0;
	border: 1px none transparent;
	background: transparent;

}
#extcarousel {
	width: 398px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* CLASSI GENERICHE PER IMMAGINI */

#gallery img.thumbnail, #gallerySet img.thumbnail {
	display: none;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0;
	margin: 0;
}

/* BARRA DI CARICAMENTO */

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background: url("../../images/frontend/gallery/layout/loading-bar-black.gif") center center no-repeat;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	background-image: #000 url("../../images/frontend/gallery/layout/loading-bar-black.gif") center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

/* CARATTERISTICHE SCORRIMENTO */

.jdExtCarousel {
	overflow: hidden;
	position: relative;
}
.jdExtCarousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 1000px;
	top: 10px;
	left: 0;
	overflow: hidden;
}
.jdExtCarousel .carouselInner {
	position: relative;
}

/* IMMAGINI PICCOLE */

.jdExtCarousel .carouselInner .thumbnail {
	cursor: pointer;
	background: transparent;
	background-position: center center;
	float: left;
	border: 1px none transparent; /* Spessore ignorato volutamente */
}
.jdExtCarousel .wall .thumbnail {
	margin-bottom: 10px;
}

/* INDICAZIONI SOTTO LE IMMAGINI PICCOLE */

.jdExtCarousel .label {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 10px;
	font-size: 11px;
}

/* LINK PRECEDENTE - SUCCESSIVA - APRI ORIGINALE */

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
* html .jdGallery a.right, * html .jdGallery a.left {
	filter:alpha(opacity=50);
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.jdGallery a.left {
	left: 0;
	top: 0;
	background: url("../../images/frontend/gallery/layout/fleche1.png") no-repeat center left;
}
* html .jdGallery a.left { 
	background: url("../../images/frontend/gallery/layout/fleche1.gif") no-repeat center left; 
}
.jdGallery a.right {
	right: 0;
	top: 0;
	background: url("../../images/frontend/gallery/layout/fleche2.png") no-repeat center right;
}
* html .jdGallery a.right { 
	background: url("../../images/frontend/gallery/layout/fleche2.gif") no-repeat center right; 
}
.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.withArrows a.open {
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.withArrows a.open:hover { 
	background: url("../../images/frontend/gallery/layout/open.png") no-repeat center center; 
}
* html .withArrows a.open:hover { 
	background: url("../../images/frontend/gallery/layout/open.gif") no-repeat center center;
	filter:alpha(opacity=80); 
}