.jdSlideshow { 
	display: none; 
	overflow:hidden; 
	position:relative; 
}
.jdSlideshow img { 
	margin: 0; 
	border: 0; 
}
.jdSlideshow .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}
.jdSlideshow .slideInfoZone {
	display: none; /* hide */
	font-family: Arial;
	position: absolute;
	left: 0; bottom: 0;
	background: #333; 
	z-index: 10;
	width: 100%;
	margin: 0px;
	height:26px;
	color: #fff;
}
.jdSlideshow .slideInfoZone h2 {
	margin: 0; padding: 0;
	font-size:10px;
	color: #ffffff;
}
.jdSlideshow .slideInfoZone p {
	margin: 0; padding: 0;
	font-size:10px;
	color: #ffffff;
}
.jdSlideshow a { 
	text-decoration: none; 
	color: inherit;
}