a {
	color: #607293;
	text-decoration: none;
}
p {
	text-align: center;
}

body {
	color: #797979;
	font: bold 75% Verdana, Arial;
	font-weight: bold;
	font-family: Verdana, Arial;
	background: #000 url(../image/fond_galerie.jpg) no-repeat 200px 200px;
}
.container {
	width: 506px;
	margin: auto;
	position: absolute;
	left: 493px;
	top: 206px;
	height: 572px;
	text-align: center;
}
/**************************************************************

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 450px;
	height: 370px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #FFA500;
	margin-right: auto;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
	margin-top: 20px;
	margin-left: 7px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #000;
}

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

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

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

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