hi
in admin/options/plugin/colorbox_js, you have several styles : have a look on example3.
to open colorbox directly from album page instead image page, there is some code to write in your theme.
you can have a look to zpArdoise theme : there an option "Use Colorbox in Album page" who suit your needs.
THe next/prev will not be possible without theme coding. On the single image page there is no "Next/prev" known to the colorbox. YOu would have to generate a invisible list of all those images.
That is possible but as vincent says requires theme changes on the theme's album.php page. Even then you will only be able to go through the images on that album page, not the next or previous.
I suggest to read about how colorbox works on its own website and also read our theming tutorial.