


.feedback-block-item .customer-name, .feedback-block-item .customer-rating {
    float: left;
    line-height: 1em;
    vertical-align: middle;
}

.feedback-block-item .customer-name {
    margin-right: 8px;
    font-weight:bold;
}


.feedback-clear-fix {
    content: "";
    display: table;
    clear: both;  
}

.feedback-block-text {
    height:170px;
    margin-top:10px;
}

.feedback-block-date {
    font-size:.8em
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.feedback-carousel-items {
    position: relative;
    overflow: hidden;
}


.feedback-landscape-carousel-items {
    width: 90%;
    margin-left: 4px;
    margin-right: 4px;
}

.remsto-feedback-landscape-widget .feedback-block-text
{
    border-top:0px solid #fff;
}


/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.feedback-landscape-carousel-items ul {
    width: 10000em;
    position: relative;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.feedback-landscape-carousel-items ul > li {
    float: left;
    width: 220px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    overflow: hidden;
}



.feedback-landscape-carousel .feedback-block-item {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px 10px;
}
