}
?>
		</abbr><!-- .dtend -->
	</div><!-- .duration -->

	<div class="tribe-events-event-body">
		<?php 
if (has_post_thumbnail($event->ID)) {
    ?>
			<div class="tribe-events-event-thumb "><?php 
    echo get_the_post_thumbnail($event->ID, array(75, 75));
    ?>
</div>
		<?php 
}
?>

		<p class="entry-summary description">
		<?php 
if (has_excerpt($event->ID)) {
    echo Tribe__Events__Main::truncate($event->post_excerpt, 30);
} else {
    echo Tribe__Events__Main::truncate($event->post_content, 30);
}
?>
		</p><!-- .entry-summary -->

	</div><!-- .tribe-events-event-body -->
	<span class="tribe-events-arrow"></span>
</div><!-- .tribe-events-tooltip -->