/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 400px;
	height: 400px;
	margin-bottom:20px;
}

.loading {
	background: url(/images/icones/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
}

.current img {
	border: 1px solid red;
}

.outline {
	border: 2px solid #14b3df;
	z-index: 0;
	position: absolute;
	padding-bottom: 8px;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
