#myGallery{	
width: 600px;	
height: 400px;	
z-index:5;	
display: none;	
border: 1px solid #000;
}

.jdGallery{	
overflow: hidden;	
position: relative;
}

.jdGallery img{	
border: 0;	
margin: 0;
}

.jdGallery .slideElement{	
width: 100%;	
height: 100%;	
background-color: #000;	
background-repeat: no-repeat;
}

