#mySlideshow	{
/*	width: 600px;
	height: 288px;
	position: relative;
	margin: auto;
	z-index:5;	*/
	
	
display:block; float:left; width:608px; height:288px; margin:0px 0px 0px 18px; padding:0px; /* border:#99FF00 solid 1px;*/ 

	}

.jdSlideshow	{
	display: none;
	overflow:hidden;
	position: relative;	}

.jdSlideshow img	{
	border: 0;
	margin: 0;	}

.jdSlideshow .slideElement	{
	width: 608px;
	height: 288px;
	background-color: #fff;
	background-repeat: no-repeat;	}

.jdSlideshow .loadingElement	{
	width: 608px;
	height: 288px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/ajax-loader.gif');	}

.jdSlideshow .slideInfoZone	{
	position: absolute;
	z-index: 100;
	width: 100%;
	margin-bottom: 0px;
	left: 0;
	bottom: 0;
	height: 60px;
	background: #333;
	color: #fff;
	display: none;
	text-indent: 0;	}

.jdSlideshow .slideInfoZone h2	{
	padding: 0;
	font-size: 80%;
	margin: 0;
	font-weight: bold;
	color: inherit;	}

.jdSlideshow .slideInfoZone p	{
	padding: 0;
	font-size: 11px;
	margin: 5px 65px;
	color: #eeeeee;	}
