
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
#leslideshow{ margin: auto; margin-top:5px; }
/**/
.slideshowContainer {
	border: 1px solid #ccc;
	width: 600px;
	height: 300px;
	margin-bottom: 5px;
	background:#000000;
}

.loading {
	background: url(images/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 solidred;
	padding: 5px;
}

.outline {
	border: 1px solid #005399;
	z-index:
	0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}
#thumbnails a{color:#00458A; text-decoration:none;}
#thumbnails a:hover{color:#00458A; text-decoration:none;}
/*************************************************************/

