  .slider {
        position: relative;
        width: 990px;
        height: 406px;
        overflow: hidden;
        margin: auto;
    }
    .slides {
        position: relative;
        width: 990px;
        height: 406px;
    }
    .slide {
        position: absolute;
        width: 990px;
        height: 406px;
        top: 0;
        left: 100%;
        transition: left 1s ease-in-out;
        z-index: 1;
    }
    .active {
        left: 0; /* Move into view */
        z-index: 2; /* Bring active slide to front */
    }
    .exit {
        left: -100%; /* Move out to the left */
        z-index: 0; /* Push exiting slide back */
    }
    #slide1{
        background: url('https://exitcleanadelaide.com.au/images/slide_01.png') no-repeat left top;
        background-size: cover;
    }
  

.slidertext1{
    float: left;
    width: 250px;
    margin: 100px 0 0 500px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: normal;
    font-family: 'cgbold';
}
.slidertext2{
 float: left;
 margin: 20px 0px 0px 500px;
}
