div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:650px; 
	height:550px;

	
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #333;
	border-bottom:solid 1px #333;
	padding-bottom:1px;
	


}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
	border-color:#666;
	
	
}
div.controls {
	margin-top:35px; /*era: 6*/
	height: 23px;
	z-index: 253;


}
div.controls a {
	color: #666;
	padding: 5px;
	padding-bottom:2px;
	border-bottom:solid 1px #333;
}

div.controls a:hover {
		border-color:#666;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 650px;
	height: 550px;
}
div.slideshow {
	clear: both;


}
div.slideshow span.image-wrapper {
	/*float: right;*/
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
/*	padding: 2px;*/
	display: block;
	/*border: 1px solid #ccc;*/

}
div.slideshow img {
	border: none;
	display: block;
	margin: auto; /*centrare immagine orizzontalmente*/

}

div.slideshow a {
	border:0;
}

div.download {
	float: right;
}
/*Dimensione dell'area con didascalia*/
div.embox {
	clear: both;
	padding: 7px;
	color:#fff;
	/*background: #333;*/
	position:absolute;
	top:608px;
	width:340px; margin-left:148px; /*(650px - 340px) / 2 - 7px di padding*/
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/

}

div.embox a {
	text-decoration: none;
	color: #fff;
	border-bottom:solid 1px #333;
	padding-bottom:1px;
}

div.embox  a:focus, div.embox  a:hover, div.embox  a:active,  div.embox  a:visited:hover{
	text-decoration: none;
	border-color:#fff;
		color: #fff;
	
}


div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	text-align:center;
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left:-300px;


}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	margin-top:0;
}

div.navigation a {
		border-bottom:solid 0px #333;
}

div.caption {


}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;

	/*border: 1px solid #ccc; */
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}

img.thumb {
	width:50px;
	height:50px;

}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {

	height: 52px; /*era: 23*/
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	/*border: 1px solid #ccc;*/
	text-decoration:none;
	color:#666;
}
div.pagination a:hover {
	text-decoration: none;
	color:#fff;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

