Hi
The image is cropped by WordPress thumbnail setting, so, you have to edit includes/theme-functions.php, find the following code about at line 78
$attachmentimage=wp_get_attachment_image($image->ID, 'image_slider' );
Change it to
$attachmentimage=wp_get_attachment_image($image->ID, 'full' );
And put the following CSS into custom style.css or OldCar options > Custom code > CSS code
.flexslider img{margin:auto;}
I will also improve this issue in the next version.
Thanks