#mySlideshow
{
	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: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	margin: 3px;
	padding: 0.2em 0.5em;
	background: #fff;
	color: #000;
	text-indent: 0;
	bottom: 3px;
}

.jdSlideshow .slideInfoZone h3
{
	padding: 0;
	margin: 2px 5px;
	font-weight: normal;
	color: #000;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	margin: 2px;
	color: #000;
}


.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}



