#mySlideshow
{
	width: 430px;
	height: 242px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #141414;
	background-repeat: no-repeat;
}


.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #141414;
	color: #ffffff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px;
	color: #ffffff;
} 

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px;
	padding-bottom:5px;
	color: #ffffff;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}
