
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	
	width: 560px;
	height: 421px;
	margin: 0 auto 0;
	
}

.slidetesta {
 width:780px; 
 height:310px;
  overflow:hidden;
}

.slideshowCaption {
	width: 400px;
	height: 20px;
	margin-bottom: 5px;
	margin-top:5px;
	margin-left:135px;
	margin-right:135px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #003366;
	font-size: 12px;
	font-style:italic;
}

.loading {
	background: url(/img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 0px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	padding-left:55px;
	padding-right:55px;
	text-align:center;
	
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


