$post->ID,
'post_mime_type' => 'image'
);
$gallery_images = get_children($gallery_atts);
if (!empty($gallery_images)) {
$gallery_count = count($gallery_images);
$first_image = array_shift($gallery_images);
$display_first_image = wp_get_attachment_image($first_image->ID);
?>