.kwicks {
    /* recommended styles for kwicks ul container */
    display: block;
    list-style: none;
    position: relative;
    padding: 0;
    z-index:1;
    border:2px solid #fff;
    margin-left:53px!important;
}
.kwicks li{
    /* required, but the values are up to you (must be pixels) */
    width: 166px;
    height: 220px;
    /* margin should be same as spacing option */
    margin-right: 5px;

    /* do not change these */
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
}
.kwicks li img{
    max-width:350px;
    height:220px;
    z-index:1;  
}
.kwicks li a {
    text-decoration:none;
    color:#fff;
}
.felirat{
    position:absolue;
    background:#000;
    opacity:0.5;
    width:100%;
    height:30px;
    display:block;
    z-index:50;
    margin-top:-40px;
    color:#fff;
    padding:3px;
}

.felirat2{
    opacity:1.0!important;
    position:relative;
    display:block;
    font-size:20px;
    margin:-35px 0px 0px 5px;
    z-index:101;
}

#kwick_1 {
    background-color: #53b388;
}
#kwick_1.active {
    background-color: #86e6bb;
}
#kwick_2 {
    background-color: #5a69a9;
}
#kwick_2.active {
    background-color: #8d9cdc;
}
#kwick_3 {
    background-color: #c26468;
}
#kwick_3.active {
    background-color: #f5979b;
}
#kwick_4 {
    background-color: #bf7cc7;
}
#kwick_4.active {
    background-color: #efaffa;
}
#kwick_5 {
    background-color: #ff0000;
}
#kwick_5.active {
    background-color: #0000ff;
}