
#lyappbanner {
    width: 350px;
    height: 400px;
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
}

#lyappbanner a {
    position: absolute;
    display: none;
    transition: all 0.5s;
}

.anim {
    transition: all 0.5s;
}

#lyappbanner a:nth-child(1) {

    top: 0px;
    width: 230px;
    height: 400px;
    display: block;
    z-index: 20;
    transition: left 2s;
}

#lyappbanner a:nth-child(2) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}

#lyappbanner a:nth-child(3) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}

#lyappbanner a:nth-child(4) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}

#lyappbanner a:nth-child(5) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}
#lyappbanner a:nth-child(6) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}
#lyappbanner a:nth-child(7) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}
#lyappbanner a:nth-child(8) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}
#lyappbanner a:nth-child(9) {
    top: 0px;
    width: 230px;
    height: 400px;
    z-index: 20;
    transition: left 2s;
}
#lyappbanner a>img {
    width: 100%;
    height: 100%;
    border: solid 1px #969696;
}