You need to use Views attachments. Google around to understand what an attachment display is. You don't need to install any special modules for the views module to get the attachment display.
An attachment display is a display type in Views (like Page, Block) except that it gets attached to a pre-existing view. So the first view you create a page display that shows the Title, abstract and thumb (and shows only 1 item). Let the attachment display be attached after the page display. It should have an offset of 1 (so that it skips the first item) and it should not have the thumb under fields (override the fields settings). It should show 4 items. Offset is a setting under Basic settings
of views.
This will achieve your objective.
That said, hiding the last three images using CSS is not a bad idea either. Use the css injector module.