#mySlideshow
{
	width: 763px;
	height: 351px;
	position:absolute;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}


.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('../_assets/loading-bar-black.gif');
}

