
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 0px solid #ccc;
	width: 730px;
	height: 548px;
	margin-bottom: 5px;
	text-align:center;
	padding-right:auto;
	padding-left:auto;

	margin-left:25px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	float:left;/*
	margin-top:9px;
	margin-bottom:4px;
*/
	margin-top:3px;
}

.slideshowThumbnail img {
	border: 1px solid transparent;
	padding: 4px;
	margin-left:3px;	
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;

}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #1C9DD8;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
	margin-left:25px;
	_background:url('/_common/images/Striscia_orizzontale_lunga.png') repeat-y;
}

/*************************************************************/


