


#mySlideshow
{
	width: 900px;
	height: 200px;
	z-index:10;
}

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

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}
