/* Generated by KompoZer */
#mySlideshow {
  position: relative;
  background: black;
  width: 460px;
  height: 395px;
  z-index: 5;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

.jdSlideshow {
  display: block;
  overflow: hidden;
  position: relative;
}


.jdSlideshow a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12pt;
  cursor: pointer;
}

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

#slideImg {
	position: relative;
	margin: 0px auto 0px auto;
}

.slideElement{
  	width: 100%;
  	height: 100%;
	background-color: black;
	margin: 0px auto 0px auto;
	text-align: center;
}

.loadingElement {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.slideInfoZone {
  background: #333333;
  position: absolute;
  left: 0;
  top: 350px;
  width: 100%;
  height: 45px;
  z-index: 10;
  color: #ffffff;
  font-size: 10pt;
  line-height: 1;
}

.slideInfoZone a{
  	font-size: 10pt;
}

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

.slideInfoZone p {
  margin: 2px 5px;
  padding: 0;
  color: #FFFFFF;
  font-size: 10pt;
}

#ImgProgBar{
	display: none;
	position: absolute;
	top: 140px;
	left: 129px;	
	background-color: white;
	height: 26px;
	width: 200px;
	border: 1px solid gray;
	margin: auto;
	text-align: left;
	color: black;
	opacity: 0.6;
	z-index: 100;  	
}