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

	SlideShow
	v 1.2

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

.slideshow {	
	width: 447px;
	height: 245px;
	/*background: url(img/diaporama/vignette-gd.jpg) no-repeat;*/
}

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

.slideshowThumbnail {
	outline: none;
}


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

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

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

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

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

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