Aligning the thumbnail image

<?php echo get_the_post_thumbnail($id, 'thumbnail', array('class' => 'alignleft')); ?>

see codex for more