@charset "utf-8";
/* CSS Document */

#slideshow {
	list-style: none;
	color: #fff;
}

#wrapper {
	width: 612px;
	/*bord haut*/
	margin: 25px auto;
}

#wrapper * {
	margin: 0;
	padding: 0;
}

#fullsize {
	position: relative;
	/*taille du cadre des grandes photos*/
	/*width: 500px;*/
	width: 605px;
	/*height: 300px;*/
	height: 400px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #000;
}

#information {
	position: absolute;
	bottom: 0;
	width: 605px;
	height: 0;
	/*couleur de fond du texte sous grandes photos*/
	background: gray;
	/*couleur du texte légende des grandes photos*/
	color: white;
	overflow: hidden;
	z-index: 200;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}

#information h3 {
	padding: 4px 8px 3px;
	font-size: 14px;
}

#information p {
	padding: 0 8px 8px;
}

#image {
	width: 605px;
}

#image img {
	position: absolute;
	z-index: 25;
	width: auto;
}

.imgnav {
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 250;
}

#imgprev {
	left: 0;
	background: url(img_slideshowcarrousel/left.gif) left center no-repeat;
}

#imgnext {
	right: 0;
	background: url(img_slideshowcarrousel/right.gif) right center no-repeat;
}

#imglink {
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4;
}

.linkhover {
	background: url(img_slideshowcarrousel/link.gif) center center no-repeat;
}

#thumbnails {
	/*cadre des thumbnails*/
	margin-top: 10px;
}

#slideleft {
	float: left;
	width: 20px;
	height: 75px;
	background: url(img_slideshowcarrousel/scroll-left.gif) center center no-repeat;
	background-color: #222;
}

#slideleft:hover {
	background-color: #333;
}

#slideright {
	float: right;
	width: 20px;
	height: 75px;
	background: #222 url(img_slideshowcarrousel/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
	background-color: #333;
}

#slidearea {
	float: left;
	position: relative;
	/* largeur visu des petites photos*/
	/*width: 562px;*/
	width: 562px;
	margin-left: 5px;
	margin-right: 5px;
	height: 81px;
	overflow: hidden;
	/*background-color: #2F4F4F;*/
}

#slider {
	position: absolute;
	left: 0px;
	height: 81px;
}

#slider img {
	cursor: pointer;
	/*border: 1px solid red;*/
	padding: 0.5px;
}
