#myGallery {
	width: 520px;
	height: 424px;
	z-index:5;
	background-color: #F7F7F7;
	text-align: left;
	margin: 0 auto;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 480px;
	height: 330px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 4px solid #9FAD6C;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jdGallery .loadingElement {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 480px;
	left: 0;
	bottom: 0;
	height: 50px;
	text-indent: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 16px;
	background-color: #F7F7F7;
	padding: 0px;
	border: 4px solid #9FAD6C;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #990000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.jdGallery .slideInfoZone p {
	padding: 11px;
	font-size: 11px;
	margin: 0px;
}
.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 20px;
	top: 0;
}
.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 48px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	background-color: #BEC89D;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 20px;
	line-height: 19px;
	color: #FFFFFF;
}
.jdGallery .carousel {
	position: absolute;
	width: 488px;
	left: 0;
	top: 0;
	height: 115px;
	text-indent: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
}
.jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}
.jdGallery .carousel .carouselInner {
	position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
	background-color: #DFE3CE;
}
.jdGallery .carousel .label {
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	position: absolute;
	bottom: -5px;
	left: 10px;
	padding: 0;
	margin: 0;
}
.jdGallery .carousel .label .number {
	color: #990000;
}
.jdGallery a {
	font-size: 11px;
	text-decoration: none;
	color: inherit;
}
.jdGallery a.right {
	position: absolute;
	height: 424px;
	width: 15px;
	cursor: pointer;
	z-index:10;
	right: 0;
	top: 0;
	background: url(../images/btn_frightgaleria.jpg) no-repeat center center;
	margin-right: auto;
}
.jdGallery a.left {
	position: absolute;
	height: 424px;
	width: 15px;
	cursor: pointer;
	z-index:10;
	left: 0;
	top: 0;
	background: url(../images/btn_fleftgaleria.jpg) no-repeat center center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jdGallery a.open {
	left: 0;
	top: 0;
}
.withArrows a.open {
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 92%;
	cursor: pointer;
	z-index: 10;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
