Query CSS Selector Problem

Query CSS Selector Problem

Hello,
This is my first post in the forum.

I want to select all Product Reviews in the page:


I am using this selector:
  1. $("body>div#Container>div#Outer>div#Wrapper>div#LayoutColumn2>div#ProductReviews>div.BlockContent>ol.ProductReviewList>li>p:eq(1)")


But it selects only 1 item.

Thanks for your help,
Best regards