<div class="<?php 
        wpp_css('property_overview::property_div', "property_div {$property['post_type']} clearfix");
        ?>
">

        <div class="<?php 
        wpp_css('property_overview::left_column', "wpp_overview_left_column");
        ?>
" style="width:<?php 
        echo $thumbnail_dimentions['width'] + 12;
        /* 12 is boubled image border */
        ?>
px; float:left; ">
          <?php 
        property_overview_image();
        ?>
        </div>

        <div class="<?php 
        wpp_css('property_overview::right_column', "wpp_overview_right_column");
        ?>
" style="margin-left:<?php 
        echo $thumbnail_dimentions['width'] + 12;
        /* 12 is boubled image border */
        ?>
px; ">

            <ul class="<?php 
        wpp_css('property_overview::data', "wpp_overview_data");
        ?>
    foreach (returned_properties('load_gallery=false') as $property) {
        ?>
      <li class="<?php 
        wpp_css('property_featured_shortcode::property', "{$class} wpp_featured_property_container wp-caption clearfix");
        ?>
" >

        <a class="<?php 
        wpp_css('property_featured_shortcode::thumbnail', "featured_property_thumbnail");
        ?>
"  href="<?php 
        echo $property['permalink'];
        ?>
">
          <?php 
        property_overview_image($thumbnail_size);
        ?>
        </a>

        <?php 
        if (is_array($stats)) {
            ?>
          <ul class="<?php 
            wpp_css('property_featured_shortcode::stats', "wp-caption-text shortcode_featured_properties");
            ?>
">

            <?php 
            foreach ($stats as $stat) {
                if (empty($property[$stat])) {
                    continue;