
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	/*border: 1px solid #ccc;*/
	width: 580px;
	height: 310px;
	margin-top: 1px;
	margin-bottom: 5px;
	float: left;
	/*z-index: -20;*/
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	/*border: 1px solid white;*/
	margin: 0 0 9px 20px;
	/*padding: 1px;*/
}

a:hover.slideshowThumbnail img {
	/*border: 1px solid #ccc;
	padding: 4px;*/
}

.current img {
	/*border: 1px solid red;*/
	padding: 5px;
}

.outline {
	/*background-color:#900;*/
	border: 2px solid #0097a0;
	position: absolute;
	margin: -1px;
}

#thumbnails {
	padding-top: 1px;
	/*width: 280px;
	float: left;*/
}


/*********************************************************************************************************************\
* Hacks NUR F�R IE 7: der Selektor *:first-child+html wird von nur vom IE7 akzeptiert
* Diese Formatierungen gleichen bestimmte Fehldarstellungen des IE 7 aus
\*********************************************************************************************************************/
*:first-child+html .slideshowThumbnail img {
	margin-bottom: 13px; /*gleicht einen unerw�nschten Abstand unter dem header aus*/
}
/*********************************************************************************************************************\
* Hacks NUR F�R IE 5 & 6: der Selektor * html wird von allen anderen Browsern ignoriert
* Diese Formatierungen gleichen bestimmte Fehldarstellungen des IE 5.5. und IE6 aus
\*********************************************************************************************************************/
* html .slideshowThumbnail img {
	margin-bottom: 13px; /*gleicht einen unerw�nschten Abstand unter dem header aus*/
}
