
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ff3366;
	width: 200px;
	height: 300px;
	margin-bottom: 5px;
}

.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 #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}


/*************************************************************/

Ergaenzung 02.04.2008

/*************************************************************/

.border_tab_center
{
	vertical-align:bottom;
}
.border_tab
{
	text-align:center;
	border-left: 1px solid #ff3366;
}
#navigation
{
	position:relative;
	bottom:0px;
	vertical-align:bottom;	
	border-top:1px solid #ff3366;
}
.border_tab_cento
{
	text-align:center;
}


