#mySlideshow
{
	width: 600px;
	height: 200px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 20px;
	margin: 0px;
	width: 600px;
}

.jdSlideshow img
{
	border: 0px;
	margin: 0px;
}

.jdSlideshow .slideElement
{
	width: 600px;
	height: 200px;
	/*background: #ffffff;*/
}

.jdSlideshow .loadingElement
{
	width: 600px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10px;
	/*background: #ffffff;*/
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 0;
	margin: 0;
	left: 0px;
	top: 0px;
	height: 200px;
	text-align: left;
	color: #000000;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	width: 155px;
	color: #000000;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 15px;
	width: 20px;
	cursor: pointer;
	z-index:20;
}

.jdSlideshow a.left
{
	left: 0px;
	bottom: 0px;
	background: url('referenzen/left_out.gif') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('referenzen/left_out.gif') no-repeat top left; }

.jdSlideshow a.right
{
	left: 30px;
	bottom: 0px;
	background: url('referenzen/right_out.gif') no-repeat top left;
}

* html .jdSlideshow a.right { background: url('referenzen/right_out.gif') no-repeat top left; }
