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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 0px;
	width: 515px;
	height: 384px;
	cursor: pointer;
	
}

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

.slideshowThumbnail {
	outline: none;
}

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

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	
}

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

.outline {
	
}

#thumbnails {
	height: 0px;
	width: 0px;
	display: none;
	
}
/*************************************************************/


