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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 434px;
	height: 340px;
	margin: 42px 0 0 0;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px;
	padding: 4px 4px;
}

a:hover.slideshowThumbnail img {
	padding: 4px 4px;
}

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

.outline {
	z-index: 0;
	position: absolute;
	border: 1px solid #999999;
	background-color: #FFFFFF;	
	background-image: url(../img_slide/fond.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.50;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
}

#thumbnails {
	margin-top: 10px;
	/*margin-left: 10px;
 
	width: 130px;
	float: left;*/
}

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

