@charset "UTF-8";

#mySlideshow {
	width: 600px;
	height: 350px;
	z-index:5;
	background-color:#FFFFFF;
}

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

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


