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

	SlideShow
	v 1.2

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

.slideshow {
	border: 1px solid #fff;
	width: 592px;
	height: 381px;
	background: url(http://www.demeure-de-la-touche.com/img/diaporama/vignette-06-gd.jpg) no-repeat;
}

.loading {
	background: url(http://www.demeure-de-la-touche.com/img/diaporama/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}


.slideshowThumbnail img {
	/*border: 1px solid #fff;*/
	padding-bottom:6px;
	/*
	padding: 5px;
	*/
}

a:hover.slideshowThumbnail img {
	/*border: 1px solid #fff;	
	padding: 5px;
	*/
}

.current img {
	border: 1px solid red;
	/*padding: 5px;*/
}
/*
.outline {
	border: 1px solid #fff;
	padding-right:2px;
	z-index: 0;
	position: absolute;
}
*/
#main2 {
padding-top:10px;
padding-left:6px;
z-index: 999;
position: absolute;
}

#thumbnails {
	/*width: 592px;*/
	/*float: right;*/
	color:#fff;
}

a {
	color:#fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color:#fff;
	text-decoration: none;
}

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