/* slideshow */
div#photo {
	width: 514px;
	height: 289px;
	overflow: hidden;
	margin: 0 4px 0 4px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#photo div.slideElement {
	cursor: pointer;
}
.jdGallery {
    overflow: hidden;
    position: relative;
}
.jdGallery img {
    border: 0;
    margin: 0;
}
.jdGallery .slideElement {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
	background-repeat: no-repeat;
}
.jdGallery .loadingElement {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}
