#mySlideshow
{ background-color: black; width: 577px; height: 180px; z-index:5; border: solid 1px #cccfff; }

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

.jdSlideshow img
{
	border: 0;
	margin: 0;
}
.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: white;
	background-repeat: no-repeat;
}
.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/loading-bar-black.gif);
}
