Is it possible to display view results, but to omit the first few ones. It would be something opposite to limit the display to the first few ones.

My example: I am using nodequeue and need to display six entries on the front page and the rest of the entries at the separate page. But, some of the nodes are marked as "special" and are displayed separately at the front page. So, I can't set the filter inside my view to display nodequeue positions 1 to 6 at the front page and above 6 at the separate page, because if "special" node is at the position 3, then nodes 1, 2, 4, 5, 6 and 7 should be displayed at the front page and 8, 9 etc. should be displayed at the separate page.

The front page situation is not a problem because I can set the limit to 6, but don't know how to use the view inside the separate page.