
.product-list-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    transition: all 0.3s ease-out;
    text-align: center;
}

.product-list-slider ul li img {
    float: left;
}

.p1 img {
    width: 430px;
    height: 298px;
    margin-top: 18px;
}

.p2 img {
    width: 430px;
    height: 298px;
    margin-top: 18px;
}

.p3 img {
    width: 430px;
    height: 298px;
    margin-top: 18px;
}

.p4 img {
    width: 483px;
    height: 335px;
}

.p5 img {
    width: 430px;
    height: 298px;
    margin-top: 18px;
}

.p6 img {
    width: 430px;
    height: 298px;
    margin-top: 18px;
}

.p7 img {
    width: 430px;
    height: 298px;
    margin-top: 18px;
}

.p1 {
    transform: translate3d(-224px, 0, 0);
    opacity: 0;
}

.p2 {
    transform: translate3d(-224px, 0, 0);
    opacity: 0;
}

.p3 {
    transform: translate3d(0px, 0, 0);
    z-index: 2;
    opacity: 0.5;
}

.p4 {
    width: 483px;
    height: 335px;
    transform: translate3d(358px, 0, 0);
    opacity: 1;
    z-index: 3;
}

.p5 {
    transform: translate3d(770px, 0, 0);
    z-index: 2;
    opacity: 0.5;
}

.p6 {
    transform: translate3d(1200px, 0, 0);
    opacity: 0;
}

.p7 {
    transform: translate3d(1200px, 0, 0);
    opacity: 0;
}