.lightSlider-parent {
    width:100%;
}
.lightSlider-parent ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.lightSlider-parent li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.lightSlider-parent img {
    display: block;
    max-width: 100%;
}
.lSAction > a {
    width: 30%;
    top: 0;
    height: 100%;
    background-image: url(../img/control-prev.png);
    background-repeat: no-repeat;
    margin-top: 0;
}
.lSAction > .lSPrev {
    background-position: center left;
}
.lSAction > .lSNext {
    background-image: url(../img/control-next.png);
    background-position: center right;
}