div#thumbsGalleriaCnt
{
	float: left;
	clear: both;
	width: 100%;
	font-size: 0.75em;
}
div#inizioSS {
	float: left;
	width: 14%;
	background-color: #F5F5F5;
	border: 1px solid;
	margin-bottom:5px;
}
div#immaginiSS {
	float: right;
	width: 84%;
	text-align: left;
	background-color: #F5F5F5;
	margin-bottom:5px;
}
div#thumbImmagini {
	clear: both;
	width: 100%;
	margin-top:5px;
	background-color: #F0F0F0;
}
div.thumbCnt {
	float: left;
	width: 19.9%;
}
div#dettaglioImmagine {
	clear: both;
	width: 100%;	
}
div#detImgTitCnt {
	float: left;
	width: 70%;	
	background-color: #F0F0F0;
}
div#detImgMoveCnt {
	float: left;
	width: 30%;		
	background-color: #F0F0F0;
}
div#detImgCnt {
	clear: both;
	width: 100%;		
}
div#detImgDescCnt {
	clear: both;
	width: 100%;		
	background-color: #F0F0F0;
}
span#slideShowPrev {
	float: left;
	width: 48%;
	text-align:center;
	border: thin inset;
}
span#slideShowSucc{
	float: right;
	width: 48%;
	text-align:center;	
	border: thin inset;
}
dt {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: bold;
}
dd {
	float: left;
	width: 78%;
	text-align: left;
	margin-top: 0px;
	margin-left: 6px;
}
dl {
	clear: both;
	width: 100%;
	font-size: 0.75em;
}