#mySlideshow
{
	width: 160px;
	height: 100px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow: hidden;
	position: relative;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	cursor:pointer;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
