div#nyitoBanner {
    width: 625px;
    text-align: center;
}

ul.thumb {
    float: left;
    list-style: none;
    margin: auto;
    width: 625px;
    background-color: white;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

ul.thumb li {
    margin: 5px;
    float: left;
    position: relative;
    width: 198px;
    height: 119px;
}

ul.thumb li img {
    width: 198px;
    height: 119px;
    border: 1px solid #ddd;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}

.bannerTitle{
    position:absolute;
    bottom: -1px;
    left: 1px;
    color:#fff;
    width:198px;
    margin:0;
    font-weight:900;
    background-color:black;
    text-align:center;
    font-size: 11px;
    min-height: 2.5em;
}

