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

	SlideShow
	v 1.3

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

.slideshowcontainer {
	width: 226px; 
	height: 226px;
}
.slideshowcontainer img {
	width: 226px; 
	height: 226px;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowthumbnail {
	border: none;
		border: 1px solid #dbb131;;
	padding: 4px; 
	margin-right: 20px;
	margin-bottom: 10px;
}

.slideshowthumbnai img {

}
.current img {
	border: 0px solid red;
	padding: 5px;
}

.outline {
	border: 0px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
width: 226px; 
margin-top: -220px;
position: absolute; 
}
.fotos {
text-align: center;
}
.weg {
visibility:hidden;
}
/*************************************************************/


