.slideshow-fade{
    position: relative;
    width: 710px;
    height: 400px;
    margin: 0;
    padding: 0;
     ul{
     padding-left: 0;
     list-style: none;
     margin: 0;
        }
       li{
        list-style: none; 
        width: 100%;
        height: 100%;
        img{
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
        }
    }
}