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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 600px;
	height: 400px;
	position: relative;
	background-image: url(Bilder/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0c6180;
	text-align: center;
	margin: 0px;
	-moz-border-radius:10px;
	border: 10px solid #004673;
}

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

.slideshowThumbnail {
	outline: none;
	height: 50px;
	width: 80px;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 1px;
	height: 10px;
	width: 10px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 1px;
}

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

.outline {
	z-index: 100;
	position: absolute;
}

#thumbnails {

	/*width: 130px;
	float: left;*/
}

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

