div.view-header {
    padding: 11px;
    text-align: center;
    background-color: #ebf4f8;
    margin: 100px 0px 10px 0px;
    border-radius: 3px 3px 3px 3px;
}
li.view-item {
    width: 200px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    height: 250px;
    float: left;
    overflow: hidden;
    padding: 10px;
}
img.viewedimg {
    height: 80px;
    margin-bottom: 10px;
}

.viewedname {
    font-size: 13px;
    margin-top: 10px;
}

.viewedprice {
    font-weight: 600;
    font-size: 15px;
}

.flexslider .slides li.view-item {
	margin-bottom: 10px;
    margin-top: 10px;
}