
a {
    text-decoration: none;
}
.item-cams {
    margin-bottom: 20px;
}
.item-cams .item-cam {
    position: relative;
    display: block;
}
.item-cams .item-cam img {
    height: 160px;
    width: 100%;
}
.item-cams .item-cam .cam-title{
    background: url(/local/templates/laz2/images/wdh-bg.png) repeat;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}