#mySlideshow
{
	width: 900px;
	height: 200px;
	z-index:10;
}

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

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

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

.jdSlideshow .slideInfoZone
{

}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

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

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

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{

}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{

}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
}

* html .jdSlideshow a.left { 
}

.jdSlideshow a.right
{
	right: 0;
	top: 0;
}

* html .jdSlideshow a.right { 
}