#myGallery {
	border: none;
	height: 325px;
	width: 392px; 
}

.jdGallery .slideElement, .jdGallery .loadingElement {
	background-color: #ffffff;
	background-position: top left;
}

.jdGallery .slideInfoZone {
	background-color: #ffffff;
	color: #373535;
	height: none;
}

.jdGallery .slideInfoZone h2 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0 0 22px 15px;
}

.jdGallery a.right, .jdGallery a.left {
	opacity: 1;
	height: 15px;
	width: 17px;
	z-index: 100;
}

.jdGallery a.left {
	background: url(/fileadmin/images/arrow_prev.gif) no-repeat scroll  center;
	margin: 281px 0 0 334px;
}

*2 html .jdGallery a.left {}

.jdGallery a.right {
	background: url(/fileadmin/images/arrow_next.gif) no-repeat scroll  center;
        margin: 281px 9px 0 335px;

}

* html .2jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }


