/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 550px;
	height: 350px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.loading {
	background: url(file:///E|/Ciccolini/CSSFiles/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #B2A197;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #968A7E;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

a {
	color: #607293;
	text-decoration: none;
}

.container {
	width: 560px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
