/* @override http://www.felixkiesewetter.de/fileadmin/scripts/slideshow/slideshow.css */

div#mySlideshow {
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 380px;
	z-index: 500;
	}

.jdSlideshow {
	display: none;
	overflow: hidden;
	position: relative;
	}

.jdSlideshow img {
	border: 0;
	margin: 0;
	}

.jdSlideshow .slideElement {
	width: 100%;
	height: 100%;
	background: #FFF no-repeat;
	}

.jdSlideshow .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../css/ext/img/loading-bar-black.gif);
	}

.jdSlideshow .slideInfoZone {
	display: none;
	}

.jdSlideshow .slideInfoZone h2 {
	float: right;
	line-height: 50px;
	color: #f36;
	padding: 0;
	}

.jdSlideshow .slideInfoZone p {
	float: right;
	padding: 0 5px 0 0;
	line-height: 50px;
	color: #000;
	font-size: 14px;
	}

.jdSlideshow a {
	font-size: 100%;
	text-decoration: none;
	color: #fff;
	}
