#mySlideshow
{
	width: 432;
	height: 222px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	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('pic/loading2.gif');
}

.jdSlideshow .slideInfoZone
{
	position: none;
	z-index: 0;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #ffffff;
	color: #ffffff;
	text-indent: 0;
}
