.owl-container{
    margin: 20px 0px;
    /*border-bottom: silver 2px solid;
    border-top: silver 2px solid;*/
}
.owl-carousel{
    margin: 20px 0px;
}
.owl-carousel .item{
    width: 180px;
    height: 70px;
    border: silver 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    padding: 5px;
}

.owl-carousel .item a .image{
    width: 60px;
    float: left;
}

.owl-carousel .item a .content{
    margin-left: 65px;
}

.owl-carousel .item a .content .title{
    font-size: 11px;
    font-weight: bold;
}

.owl-carousel .item a .content .subtitle{
    font-size: 10px;
}
