
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 400px;
	height: 238px;
	overflow: hidden;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #FFF;
	margin: 5px;
	padding: 0;
}

a:hover.slideshowThumbnail img {
	/* border: 1px solid #1D81C6; */
}

.current img {
	/* border: 1px solid red; */
}

.outline {
	/*border: 1px solid #37BECE;*/
	background: #FFF; 
	z-index: 0;
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#comandi ul li {
	display: inline;
	height: 20px;
	float: left;
}

#comandi {
	color: #C0CCEC;
}

#comandi a {
	text-decoration: none;
	padding: 0 8px;
	font-weight: normal;
}

#thumbnails {
	width: 270px;
	margin-top: 2px;
	float: left;
	height: 210px;
}

/*************************************************************/
