.ec-widget {
    font-family: Sans-serif;
    color: #1B1B1B;
    font-size: 12px;
    text-align: center;
    background-color: white;
    margin-left: 50px;
    padding-top: 20px;
}

.ec-widget-products {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ec-widget-title {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    color: #0068A6;
    padding-bottom: 10px;
}

.ec-widget-name {
    line-height: 20px;
    font-weight: bold;
    font-size: 13px;
}

.ec-widget-price {
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
    color: #0068A6;
}

.ec-widget-price-old {
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    text-decoration: line-through;
}

.ec-widget-price-new {
    font-style: italic;
    font-size: 13px;
    color: red;
    line-height: 18px;
}

.ec-widget-attribute {
    line-height: 16px;    
    font-size: 11px;
}

.ec-widget-image {
    display: block;
    height: auto !important;
    max-width: 100%;
    padding-left: 10px;
}

.ec-widget-grid {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ec-widget-list {
    float: left;
    width: 150px;
    list-style: none outside none;
    margin-left: 0em !important;
}

.ec-widget a, .ec-widget a img {
    text-decoration: none;
    color: #0068A6;
    border: none;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: relative;
    width: 30px;
    height: 30px;
    top: -100px;
    text-align: center;
    background: #fff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
}

.jcarousel-control-prev {
    right: 0px;
}

.jcarousel-control-next {
    left: 0px;
}
