I created a shortcode which display the employees, the HTML look somthing like that:
Shortcodes do not automatically nest -- you have to call do_shortcode($content) yourself. See the caption_shortcode() example on http://codex.wordpress.org/Shortcode_API.
do_shortcode($content)
caption_shortcode()