#mySlideshow
{
	width: 100%;
	margin: 5px 0 20px 0;
	height: 300px;
	z-index:5;
}

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

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

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #EEE;
	background-repeat: no-repeat;

}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading.gif);
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	margin: 0px;
	text-indent: 0;
	width: 100%;
	height: 300px;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}


