
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 700px;
	height: 450px;
	margin-bottom: 5px;
}

.loading {
	background: url(slideshow/images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid #a9005f;
	padding: 5px;
}

.outline {
	border: 1px solid #a9005f;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 700px;
	float: left;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#menu13 {
	width: 114px;
	margin: 5px;
	}
	
#menu13 li a {
	height: 40 px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 40px;
	background:#a9005f;
	text-decoration: none;
	border:0px;
	margin:0px;
	}	
	
#menu13 li a:link, #menu13 li a:visited {
	color: #333;
	display: block;
	background:#a9005f;
	padding: 8px 0 0 10px;
	}
	
#menu13 li a:hover {
	color: #FFF;
	background:#ccc;
	padding: 8px 0 0 10px;
	}
	
#vuoto {
	height: 40 px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 40px;
	background:#a9005f;
	text-decoration: none;
	border:0px;
	margin:0px;
	}

/*************************************************************/

