Do you always want the image on the top instead of on the left? If it's just a matter of placing the image, try adding this to additional.css:
HTML Code:
/* CMS image on top/center, text align left */
.cms_article_preview_image {float:none;}
.article_preview div.fullwidth {text-align: center;}
.article_preview div.fullwidth div {text-align: left;}
If you need the preview to take the styling from how you have it styled in the article, then that is probably going to be a bit more involved.