.kwicks-wrapper {
    background: none repeat scroll 0 0 #000000;
    overflow: hidden;
}
.kwicks {
    height: 600px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}
.kwicks li {
    background: none repeat scroll 0 0 transparent !important;
    cursor: pointer;
    display: block;
    height: 600px;
    opacity: 0.5;
    overflow: hidden;
    padding: 0 !important;
    width: 25%;
}
.kwicks li.active {
    opacity: 1;
}
.kwicks.horizontal li {
    float: left;
    margin-right: 0;
}
