Not positive, but try these..
content selector: div.listing
posts selector: #rightColumn
navigation selector: div.navigationbottom
next page selector: div.navigationbottom a.nextpostslink
@poseidon212 You might be getting it to work by setting it to the selectors below. But it won’t work “nicely” as the post contents aren’t grouped together under one div. For example you have .post2 .clear #rightColumn and .thumbLink but they’re all just floating around in the code below .listing. It’d probably be better to put them all under one div for each post.
content selector: div.listingContainer
posts selector: div.listing
navigation selector: div.navigationbottom
next page selector: div.navigationbottom #nextpage a.nextpostslink