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

	SlideShow
	v 1.3

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

.slideshowcontainer {
	border: 1px solid #ccc;
	width:600px;
	height: 450px;
	margin-bottom: 5px;
	border-color: #ffffff;
}

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

.slideshowthumbnail {
	outline: none;
}

.slideshowthumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowthumbnail img {
	border: 1px solid #fff;
	padding: 4px;
}

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

.outline {
	/*atef  orange oder white*/
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
	
}

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


