#mySlideshow
{
	
}

.jdSlideshow
{
	width: 400px;
	height: 546px;
	z-index:5;
	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: #000;
	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%;
	left: 0;
	bottom: 0;
	height: 25px;
	background: #333;
	color: #fff;
	float: right;
	text-align: right;
}

.jdSlideshow .slideInfoZone h2
{
	font-size: 11px;
	font-weight: bold;
	color: inherit;
	text-align: inherit;
}
