#mySlideshow
{
	clear:both;
	width: 100%;
	height: auto;
	z-index:5;
}

.jdSlideshow
{
	clear:both;
	width: 100%;
	height: auto;
	z-index:5;
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow li
{
}
.jdSlideshow img
{
	width:400px;
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	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: left top;
	background-image: url('img/loading-bar-black.gif');
}