#myGallery, #myGallery2, #myGallery3, #myGallery4, #myGallery5 {
margin: 0 30px 30px 0;
width: 400px;
height: 250px;
z-index: 5;
float: left;
}

.jdGallery {
overflow: hidden;
position: relative;
}

.jdGallery img {
border: 0;
margin: 0;
}

.jdGallery .slideElement {
width: 100%;
height: 100%;
background: #FFFFFF url("../imgs/loader.gif") no-repeat center center;
}

.jdGallery .loadingElement {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
background: #FFFFFF url("../imgs/loader.gif") no-repeat center center;
}

.jdGallery .slideInfoZone {
position: absolute;
z-index: 10;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
height: 40px;
background: #000000;
text-indent: 0;
overflow: hidden;
cursor: default;
}
* html .jdGallery .slideInfoZone {bottom: -1px;}

.jdGallery .slideInfoZone h2 {
margin: 5px 0 0 10px;
padding: 0;
font: normal 24px arial;
color: #FFFFFF;
}

.jdGallery .slideInfoZone p {
display: none;
}

.jdGallery div.carouselContainer {
position: absolute;
height: 135px;
width: 100%;
z-index: 10;
margin: 0px;
left: 0;
top: 0;
}

.jdGallery a.carouselBtn {
position: absolute;
bottom: 0;
right: 0;
height: 7px;
display: block;
text-align: center;
padding: 10px 10px 10px 10px;
font: bold 11px arial;
background: #000000;
color: #FFFFFF;
cursor: pointer;
}

.jdGallery .carousel {
position: absolute;
width: 100%;
margin: 0px;
left: 0;
top: 0;
height: 115px;
background: #000000;
color: #FFFFFF;
text-indent: 0;
overflow: hidden;
cursor: default;
}

.jdGallery .carousel .carouselWrapper {
position: absolute;
width: 100%;
height: 78px;
top: 10px;
left: 2px;
overflow: hidden;
}

.jdGallery .carousel .carouselInner {position: relative;}

.jdGallery .carousel .carouselInner .thumbnail {
cursor: pointer;
background: #000000;
background-position: center center;
float: left;
border: solid 1px #000000;
}

.jdGallery .wall .thumbnail {
margin-bottom: 10px;
}

.jdGallery .carousel .label {
font: normal 11px arial;
color: #FFFFFF;
position: absolute;
letter-spacing: 0;
bottom: 8px;
left: 10px;
padding: 0;
margin: 0;
}

.jdGallery .carousel .label .number {
font: bold 11px arial;
color: #FFFFFF;
}

.jdGallery a {
font-size: 100%;
text-decoration: none;
color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
position: absolute;
height: 99%;
width: 25%;
cursor: pointer;
z-index: 10;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
* html .jdGallery a.right, * html .jdGallery a.left {filter:alpha(opacity=50);}

.jdGallery a.right:hover, .jdGallery a.left:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.jdGallery a.left {
left: 0;
top: 0;
background: url("../imgs/fleche1.gif") no-repeat left 162px;
}

.jdGallery a.right {
right: 0;
top: 0;
background: url("../imgs/fleche2.gif") no-repeat right 162px;
}

.jdGallery a.open {
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.withArrows a.open {
position: absolute;
top: 0;
left: 25%;
height: 99%;
width: 50%;
cursor: pointer;
z-index: 10;
background: none;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.withArrows a.open:hover { background: url("../imgs/open.gif") no-repeat center center;}