
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

#AlbumFamille {
	left:0;
	top: 0;
	padding: 0;
	width: 990px;
	height: 620px;
	position: absolute;
	background:#383938;
	filter: alpha(opacity=98);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	overflow: hidden;
	left: -9999px;
	font-size: 10px;
	color:#ccc;
	z-index:1000;
	}
	#AlbumFamille a:link,
	#AlbumFamille a:visited {
		color: #908e8e;
		text-decoration: none;
		font-weight: bold;
		}
	#AlbumFamille a:hover,
	#AlbumFamille a:active,
	#AlbumFamille a:focus {
		color: #b0191e;
		font-weight: bold;
		}
#AlbumFamille p {
	font-size: 12px;
	}
.slideshowContainer {
	margin: 15px auto;
	border: 1px solid #717171;
	width: 900px;
	height: 500px;
	margin-bottom: 10px;
	z-index:1;
}
#slideshowLegend {
	font-size: 1.2em;
	text-align: center;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

#global #AlbumFamille #thumbnails .slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 4px;
}

.outline {
	border: 1px solid rgb(248, 179, 69);
	z-index: 0;
	position: absolute;
	left: -50px;
	visibility:hidden;
}

#thumbnails {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 900px;
	height:100px;
	overflow-x:auto;
	text-align: center;
	margin:auto;
	white-space:nowrap;
	overflow-y:hidden;
	scrollbar-face-color:#383938;
	scrollbar-arrow-color:#4e504e;
	scrollbar-track-color: #4e504e;
	scrollbar-3dlight-color: #4e504e;
	scrollbar-darkshadow-color: #4e504e;
}
#thumbnails p{
	margin: 5px 0;
	}

a.closeWindow{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 13px;
	height: 13px;
	background: url(../../img/com/close.gif) no-repeat left top;
	text-indent: -9999px;
	color: blue;
	}

/*************************************************************/


