.viewnow{
margin-top: 53px;
}

.viewnow .header2 {
    text-align: center;

}

.view-carousel-wrap {
    position: absolute;
    height: 215px;
}

.view-carousel-wrap li, .view-carousel-wrap {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.view-carousel-wrap li {
    float: left;
    padding: 0px 10px;
    text-align: center;
    width: 160px;
}

.view-carousel-wrap li:last-child {
    border: none;
}

.mask {
    overflow: hidden;
    position: relative;
}

.view-carousel {
    margin: 0 auto;
    width: 900px;
    margin-top: 40px;
}

.view-carousel .prev,
.view-carousel .next
{
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    border-bottom: none;
}

.view-carousel .prev {
    background: url(img/strelki.png) 0px center no-repeat;
    margin-left: -30px;
    margin-top: -155px;
}

.view-carousel .next {
    background: url(img/strelki.png) -12px center no-repeat;
    margin-left: 918px;
    margin-top: -155px;
}

.viewnow-item-img{
    height: 150px;
}

.viewnow-item-text{
    font-size: 13px;
    font-style: italic;
    margin-top: 6px;
    text-align: center;
}

.viewnow-item-icon{
    height: 20px;
    margin-top: 10px;
}

.viewnow-item-icon-eye{
    background: url(img/eye.png) center center no-repeat;
}

.viewnow-item-icon-kart{
    background: url(img/kart.png) center center no-repeat;
}

.viewnow-item-icon-like{
    background: url(img/like.png) center center no-repeat;
}

