#mySlideshow
{
background: url(images/splash_bottom.jpg) no-repeat top left;
	width: 820px;
	height: 40px;
	z-index:5;
	margin:0px;
	padding:0px;
}

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

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

.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-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}

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

.jdSlideshow .slideInfoZone h2
{
	padding: 0px;
	margin: 0px;
	margin: 2px 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	margin: 2px 5px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

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