/**
 * Property Carousel for Property Hive CSS
 */

/* Override something in the flexslider CSS */
li.property-carousel-property.clear {
    clear: none
}

/* Make things a bit more carousel looking */
div.property-carousel-propertyhive-shortcode ul.property-carousel-propertyhive.properties li .thumbnail {
    width: 35%;
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
}
div.property-carousel-propertyhive-shortcode ul.property-carousel-propertyhive.properties li .details {
    width: 63%;
    float: right;
}

