
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 250px;
	height: 175px;
	margin:12px 0 24px 0;
	cursor: pointer;
}

.loading {
	background: url(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 red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

.partner {
	width: 250px;
	height: 100px;
	margin:12px 0 24px 0;
	cursor: pointer;
}

.partners_thumbnails {
	outline: none;
}

.distributore {
	width: 250px;
	height: 100px;
	margin:12px 0 24px 0;
	cursor: pointer;
}

.distributore_thumbnails {
	outline: none;
}