#dhtmlgoodies_slideshow {
	width: 500px; /* Total width of slideshow */
}

table#colonna2 img#imageGallery {
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 5px;
}


#previewPane {
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	position: relative;
	/* CSS HACK */
	height: 357px; /* IE 5.x */
	height /* */: /**/ 345px; /* Other browsers */
	height: /**/ 345px;
}

#previewPane img {
	line-height: 340px;
}

#previewPane #largeImageCaption {
	margin: 0;
	margin-top: 3px;
	margin-left: 22px;
	margin-right: 8px;
	text-align: left;
	vertical-align: top;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	display: block;
}

.titolo {
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	margin-left: 8px;
	margin-right: 8px;
	color: #3f2996;
	font-weight: bold;
	text-align: center;
	height: 13px;
}

#galleryContainer {
	height: 176px; /* Height of the images + 2 */
	border: 0px solid #CCCCCC;
	position: relative;
	overflow: hidden;
	/* CSS HACK */
	height: 168px; /* IE 5.x - Added 2 pixels for border left and right */
	height /* */: /**/ 166px; /* Other browsers */
	height: /**/ 166px;
}

#arrow_left {
	position: absolute;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 4px;
}

#arrow_right {
	position: absolute;
	right: 0px;
	z-index: 10;
	background-color: #FFF;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 2px;
}

#theImages {
	position: absolute;
	height: 75px;
	left: 22px;
	width: 100000px;
}

#theImages1 {
	top: 88px;
	position: absolute;
	height: 75px;
	left: 22px;
	width: 100000px;
}


#theImages #slideEnd {
	float: left;
}

#theImages1 #slideEnd1 {
	float: left;
}

#theImages img {
	float: left;
	padding-left: 10px;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}

#theImages1 img {
	float: left;
	padding-left: 10px;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}

#waitMessage {
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	background-color: #FFF;
	border: 3px double #000;
	padding: 4px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;
}

#theImages .imageCaption {
	display: none;
}

#theImages1 .imageCaption {
	display: none;
}

.spacer3 {
	height: 17px;
}
