Hi Chaps,
I ran into this today myself.
The plugin seems not to be adding the featured image for the custom post type so I added this:
add_theme_support( 'post-thumbnails', array( 'post','slides','page' ) );
To the functions.php file (BACKUP FIRST!)
Then I added:
.slide-title {display:none!important;}
To my stylesheet to hide that box in the top right corner.
Hope this helps ??