#qdSlide{
    width:592px;
    height:289px;
    /* background-color: #000;*/
    position: relative;  /* Never change this value */
  }
  .imageGallery{    
    width:592px;
    height:289px;
    background-color:#000;
	overflow: hidden;
    /* Never change these 3 value */
    left:0px;
    top:0px;
    position:absolute;  
  }

#qdSlide img{
	position:absolute;
}

