.jdGallery{
overflow:hidden;
position:relative;
}
.jdGallery .loadingElement{
width:100%;
background:#000000 url('img/loading-bar-black.gif') no-repeat center center;
height:100%;
position:absolute;
left:0;
top:0;
}
.jdGallery .slideElement{
width:100%;
background:#000000 no-repeat;
height:100%;
}
.jdGallery img{
border:0;
margin:0;
}
#myGallery{
width:600px;
border:1px solid #000000;
display:none;
height:400px;
z-index:5;
}
