
div#slideshow {
	width: 680px;
	height: 300px;
	z-index: 5;
	float: left;
	background: #000;
}

.jdSlideshow {
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img {
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../../img/common/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 55px;
	background: #000;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	color: #FFF;
	text-indent: 0;
	text-align: left;
}

.jdSlideshow .slideInfoZone h2 {
	padding: 0 0 0 50px;
	font-size: 13px;
	margin: 10px;
	color: inherit;
	line-height: 1;
	color: #FFF;
}

.jdSlideshow .slideInfoZone p {
	padding: 0 0 0 50px;
	font-size: 10px;
	margin: 0 10px;
	color: #DDD;
	line-height: 1;
}

.jdSlideshow a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a:hover {
	text-decoration: none;
	cursor: pointer;
}