#mySlideshow
{
	width: 954px;
	height: 260px;
	z-index:1;
}
.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}
.jdSlideshow img
{
	border: 0;
	margin: 0;
}
.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('white.gif');
}
.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 26px;
	background: #999999;
	color: #ffffff;
	text-indent: 0;
}
.jdSlideshow .slideInfoZone h2
{
	padding: 9;
	font-size: 8pt;
	margin: 0px 0px;
	font-weight: bold;
	color: #ffffff;
}
.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 8pt;
	margin: 0px 0px;
      font-weight: normal;
	color: #333333;
}
.jdSlideshow a
{
	font-size: 8pt;
	text-decoration: none;
}
.jdSlideshow a:hover
{
	font-size: 8pt;
	text-decoration: underline;
      color: #ffffff;

}
