#mySlideshow
{
	width: 444px;
	height: 142px;
	z-index:5;
	text-align:left
}

.jdSlideshow
{
	width: 444px;
	height: 142px;
	display: none;
	overflow:hidden;
	position: relative;
}


.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
}


.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #ccffff;
	color: #dd117d;
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:hand;
	text-decoration:none;
	text-align:center
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	font-size:12px
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #000;
	font-size:10px
}

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

}

