Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
mg

Test String

Code Generator

Generated Code

$re = '/<div aria-role="gridcell" class="title"><p><a href=".*" data-movieid="([0-9]*)" class="title bob-modal-only ondelhide">(.*)<\/a>/m'; $str = '<ul id="sortable" aria-label="Active queue list" class="activelist ui-sortable"><li aria-label="Table row for The Conjuring 2" id="qitem-80091246" data-id="80091246" data-pos="1" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="1" class="pos">1</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Conjuring-2/80091246" data-movieid="80091246" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/80091246.jpg" width="52" aria-label="The Conjuring 2" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Conjuring-2/80091246" data-movieid="80091246" class="title bob-modal-only ondelhide">The Conjuring 2</a> <span class="deletedTitle">The Conjuring 2 has been removed <a href="#" aria-label="Undo delete for The Conjuring 2" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Conjuring 2" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Conjuring 2" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2016</span><span class="mpaa">R</span><span class="discOrDuration">2h 13m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.4" data-userrating="0" data-movie="80091246" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 85px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Conjuring 2" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Conjuring 2 to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Conjuring 2 from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Conjuring 2" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Shining" id="qitem-959008" data-id="959008" data-pos="2" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="2" class="pos">2</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Shining/959008" data-movieid="959008" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/959008.jpg" width="52" aria-label="The Shining" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Shining/959008" data-movieid="959008" class="title bob-modal-only ondelhide">The Shining</a> <span class="deletedTitle">The Shining has been removed <a href="#" aria-label="Undo delete for The Shining" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Shining" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Shining" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1980</span><span class="mpaa">R</span><span class="discOrDuration">2h 23m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate rated done" data-rating="4.2" data-userrating="4" data-movie="959008" data-ratingdelay="0"><span class="star-mask rated-4"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 81px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Shining" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Shining to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Shining from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Shining" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Dead Silence" id="qitem-70063588" data-id="70063588" data-pos="3" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="3" class="pos">3</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Dead-Silence/70063588" data-movieid="70063588" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70063588.jpg" width="52" aria-label="Dead Silence" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Dead-Silence/70063588" data-movieid="70063588" class="title bob-modal-only ondelhide">Dead Silence</a> <span class="deletedTitle">Dead Silence has been removed <a href="#" aria-label="Undo delete for Dead Silence" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Dead Silence" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Dead Silence" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">UR</span><span class="discOrDuration">1h 32m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70063588" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Dead Silence" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Dead Silence to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Dead Silence from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Dead Silence" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Ring Two" id="qitem-70020959" data-id="70020959" data-pos="4" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="4" class="pos">4</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Ring-Two/70020959" data-movieid="70020959" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70020959.jpg" width="52" aria-label="The Ring Two" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Ring-Two/70020959" data-movieid="70020959" class="title bob-modal-only ondelhide">The Ring Two</a> <span class="deletedTitle">The Ring Two has been removed <a href="#" aria-label="Undo delete for The Ring Two" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Ring Two" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Ring Two" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">UR</span><span class="discOrDuration">1h 50m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="70020959" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Ring Two" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Ring Two to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Ring Two from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Ring Two" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Insidious: Chapter 2" id="qitem-70271486" data-id="70271486" data-pos="5" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="5" class="pos">5</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Insidious-Chapter-2/70271486" data-movieid="70271486" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70271486.jpg" width="52" aria-label="Insidious: Chapter 2" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Insidious-Chapter-2/70271486" data-movieid="70271486" class="title bob-modal-only ondelhide">Insidious: Chapter 2</a> <span class="deletedTitle">Insidious: Chapter 2 has been removed <a href="#" aria-label="Undo delete for Insidious: Chapter 2" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Insidious: Chapter 2" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Insidious: Chapter 2" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2013</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 45m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.1" data-userrating="0" data-movie="70271486" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 79px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Insidious: Chapter 2" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Insidious: Chapter 2 to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Insidious: Chapter 2 from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Insidious: Chapter 2" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Insidious" id="qitem-70142542" data-id="70142542" data-pos="6" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="6" class="pos">6</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Insidious/70142542" data-movieid="70142542" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70142542.jpg" width="52" aria-label="Insidious" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Insidious/70142542" data-movieid="70142542" class="title bob-modal-only ondelhide">Insidious</a> <span class="deletedTitle">Insidious has been removed <a href="#" aria-label="Undo delete for Insidious" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Insidious" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Insidious" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2011</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 43m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.9" data-userrating="0" data-movie="70142542" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 75px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Insidious" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Insidious to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Insidious from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Insidious" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Zodiac" id="qitem-70044686" data-id="70044686" data-pos="7" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="7" class="pos">7</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Zodiac/70044686" data-movieid="70044686" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70044686.jpg" width="52" aria-label="Zodiac" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Zodiac/70044686" data-movieid="70044686" class="title bob-modal-only ondelhide">Zodiac</a> <span class="deletedTitle">Zodiac has been removed <a href="#" aria-label="Undo delete for Zodiac" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Zodiac" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Zodiac" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">2h 37m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="70044686" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Zodiac" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Zodiac to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Zodiac from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Zodiac" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Premonition" id="qitem-70056439" data-id="70056439" data-pos="8" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="8" class="pos">8</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Premonition/70056439" data-movieid="70056439" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70056439.jpg" width="52" aria-label="Premonition" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Premonition/70056439" data-movieid="70056439" class="title bob-modal-only ondelhide">Premonition</a> <span class="deletedTitle">Premonition has been removed <a href="#" aria-label="Undo delete for Premonition" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Premonition" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Premonition" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 36m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="70056439" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Premonition" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Premonition to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Premonition from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Premonition" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Idle Hands" id="qitem-20371448" data-id="20371448" data-pos="9" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="9" class="pos">9</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Idle-Hands/20371448" data-movieid="20371448" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/20371448.jpg" width="52" aria-label="Idle Hands" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Idle-Hands/20371448" data-movieid="20371448" class="title bob-modal-only ondelhide">Idle Hands</a> <span class="deletedTitle">Idle Hands has been removed <a href="#" aria-label="Undo delete for Idle Hands" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Idle Hands" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Idle Hands" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1999</span><span class="mpaa">R</span><span class="discOrDuration">1h 32m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="20371448" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Idle Hands" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Idle Hands to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Idle Hands from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Idle Hands" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Boogeyman" id="qitem-70019501" data-id="70019501" data-pos="10" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="10" class="pos">10</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Boogeyman/70019501" data-movieid="70019501" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70019501.jpg" width="52" aria-label="Boogeyman" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Boogeyman/70019501" data-movieid="70019501" class="title bob-modal-only ondelhide">Boogeyman</a> <span class="deletedTitle">Boogeyman has been removed <a href="#" aria-label="Undo delete for Boogeyman" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Boogeyman" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Boogeyman" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 29m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.4" data-userrating="0" data-movie="70019501" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 46px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Boogeyman" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Boogeyman to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Boogeyman from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Boogeyman" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Thing" id="qitem-1038926" data-id="1038926" data-pos="11" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="11" class="pos">11</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Thing/1038926" data-movieid="1038926" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/1038926.jpg" width="52" aria-label="The Thing" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Thing/1038926" data-movieid="1038926" class="title bob-modal-only ondelhide">The Thing</a> <span class="deletedTitle">The Thing has been removed <a href="#" aria-label="Undo delete for The Thing" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Thing" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Thing" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1982</span><span class="mpaa">R</span><span class="discOrDuration">1h 48m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="1038926" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Thing" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Thing to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Thing from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Thing" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Seven" id="qitem-950149" data-id="950149" data-pos="12" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="12" class="pos">12</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Seven/950149" data-movieid="950149" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/950149.jpg" width="52" aria-label="Seven" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Seven/950149" data-movieid="950149" class="title bob-modal-only ondelhide">Seven</a> <span class="deletedTitle">Seven has been removed <a href="#" aria-label="Undo delete for Seven" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Seven" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Seven" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1995</span><span class="mpaa">R</span><span class="discOrDuration">2h 7m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.7" data-userrating="0" data-movie="950149" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 91px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Seven" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Seven to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Seven from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Seven" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Friday the 13th" id="qitem-70104894" data-id="70104894" data-pos="13" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="13" class="pos">13</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Friday-the-13th/70104894" data-movieid="70104894" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70104894.jpg" width="52" aria-label="Friday the 13th" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Friday-the-13th/70104894" data-movieid="70104894" class="title bob-modal-only ondelhide">Friday the 13th</a> <span class="deletedTitle">Friday the 13th has been removed <a href="#" aria-label="Undo delete for Friday the 13th" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Friday the 13th" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Friday the 13th" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2009</span><span class="mpaa">R</span><span class="discOrDuration">1h 37m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="70104894" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Friday the 13th" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Friday the 13th to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Friday the 13th from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Friday the 13th" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Underworld: Evolution" id="qitem-70042678" data-id="70042678" data-pos="14" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="14" class="pos">14</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Underworld-Evolution/70042678" data-movieid="70042678" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70042678.jpg" width="52" aria-label="Underworld: Evolution" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Underworld-Evolution/70042678" data-movieid="70042678" class="title bob-modal-only ondelhide">Underworld: Evolution</a> <span class="deletedTitle">Underworld: Evolution has been removed <a href="#" aria-label="Undo delete for Underworld: Evolution" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Underworld: Evolution" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Underworld: Evolution" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">R</span><span class="discOrDuration">1h 46m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4" data-userrating="0" data-movie="70042678" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 77px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Underworld: Evolution" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Underworld: Evolution to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Underworld: Evolution from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Underworld: Evolution" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Number 23" id="qitem-70056424" data-id="70056424" data-pos="15" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="15" class="pos">15</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Number-23/70056424" data-movieid="70056424" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70056424.jpg" width="52" aria-label="The Number 23" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Number-23/70056424" data-movieid="70056424" class="title bob-modal-only ondelhide">The Number 23</a> <span class="deletedTitle">The Number 23 has been removed <a href="#" aria-label="Undo delete for The Number 23" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Number 23" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Number 23" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">1h 35m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70056424" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Number 23" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Number 23 to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Number 23 from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Number 23" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Amityville Horror" id="qitem-70021631" data-id="70021631" data-pos="16" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="16" class="pos">16</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Amityville-Horror/70021631" data-movieid="70021631" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70021631.jpg" width="52" aria-label="The Amityville Horror" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Amityville-Horror/70021631" data-movieid="70021631" class="title bob-modal-only ondelhide">The Amityville Horror</a> <span class="deletedTitle">The Amityville Horror has been removed <a href="#" aria-label="Undo delete for The Amityville Horror" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Amityville Horror" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Amityville Horror" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">R</span><span class="discOrDuration">1h 29m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="70021631" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Amityville Horror" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Amityville Horror to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Amityville Horror from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Amityville Horror" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Shaun of the Dead" id="qitem-70003227" data-id="70003227" data-pos="17" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="17" class="pos">17</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Shaun-of-the-Dead/70003227" data-movieid="70003227" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70003227.jpg" width="52" aria-label="Shaun of the Dead" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Shaun-of-the-Dead/70003227" data-movieid="70003227" class="title bob-modal-only ondelhide">Shaun of the Dead</a> <span class="deletedTitle">Shaun of the Dead has been removed <a href="#" aria-label="Undo delete for Shaun of the Dead" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Shaun of the Dead" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Shaun of the Dead" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">R</span><span class="discOrDuration">1h 40m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="70003227" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Shaun of the Dead" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Shaun of the Dead to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Shaun of the Dead from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Shaun of the Dead" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Ouija: Origin of Evil" id="qitem-80106763" data-id="80106763" data-pos="18" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="18" class="pos">18</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Ouija-Origin-of-Evil/80106763" data-movieid="80106763" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/80106763.jpg" width="52" aria-label="Ouija: Origin of Evil" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Ouija-Origin-of-Evil/80106763" data-movieid="80106763" class="title bob-modal-only ondelhide">Ouija: Origin of Evil</a> <span class="deletedTitle">Ouija: Origin of Evil has been removed <a href="#" aria-label="Undo delete for Ouija: Origin of Evil" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Ouija: Origin of Evil" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Ouija: Origin of Evil" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2016</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 39m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="80106763" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Ouija: Origin of Evil" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Ouija: Origin of Evil to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Ouija: Origin of Evil from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Ouija: Origin of Evil" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Girl on the Train" id="qitem-80105068" data-id="80105068" data-pos="19" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="19" class="pos">19</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Girl-on-the-Train/80105068" data-movieid="80105068" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/80105068.jpg" width="52" aria-label="The Girl on the Train" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Girl-on-the-Train/80105068" data-movieid="80105068" class="title bob-modal-only ondelhide">The Girl on the Train</a> <span class="deletedTitle">The Girl on the Train has been removed <a href="#" aria-label="Undo delete for The Girl on the Train" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Girl on the Train" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Girl on the Train" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2016</span><span class="mpaa">R</span><span class="discOrDuration">1h 52m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate rated done" data-rating="3.7" data-userrating="4" data-movie="80105068" data-ratingdelay="0"><span class="star-mask rated-4"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Girl on the Train" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Girl on the Train to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Girl on the Train from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Girl on the Train" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Embrace of the Vampire" id="qitem-70289307" data-id="70289307" data-pos="20" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="20" class="pos">20</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Embrace-of-the-Vampire/70289307" data-movieid="70289307" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70289307.jpg" width="52" aria-label="Embrace of the Vampire" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Embrace-of-the-Vampire/70289307" data-movieid="70289307" class="title bob-modal-only ondelhide">Embrace of the Vampire</a> <span class="deletedTitle">Embrace of the Vampire has been removed <a href="#" aria-label="Undo delete for Embrace of the Vampire" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Embrace of the Vampire" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Embrace of the Vampire" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2013</span><span class="mpaa">UR</span><span class="discOrDuration">1h 31m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70289307" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Embrace of the Vampire" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Embrace of the Vampire to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Embrace of the Vampire from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Embrace of the Vampire" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Oculus" id="qitem-70293316" data-id="70293316" data-pos="21" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="21" class="pos">21</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Oculus/70293316" data-movieid="70293316" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70293316.jpg" width="52" aria-label="Oculus" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Oculus/70293316" data-movieid="70293316" class="title bob-modal-only ondelhide">Oculus</a> <span class="deletedTitle">Oculus has been removed <a href="#" aria-label="Undo delete for Oculus" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Oculus" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Oculus" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2014</span><span class="mpaa">R</span><span class="discOrDuration">1h 45m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="70293316" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Oculus" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Oculus to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Oculus from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Oculus" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for God\'s Not Dead" id="qitem-70299871" data-id="70299871" data-pos="22" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="22" class="pos">22</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/God-s-Not-Dead/70299871" data-movieid="70299871" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70299871.jpg" width="52" aria-label="God\'s Not Dead" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/God-s-Not-Dead/70299871" data-movieid="70299871" class="title bob-modal-only ondelhide">God\'s Not Dead</a> <span class="deletedTitle">God\'s Not Dead has been removed <a href="#" aria-label="Undo delete for God\'s Not Dead" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all God\'s Not Dead" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all God\'s Not Dead" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2014</span><span class="mpaa">PG</span><span class="discOrDuration">1h 52m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70299871" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for God\'s Not Dead" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move God\'s Not Dead to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete God\'s Not Dead from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for God\'s Not Dead" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Cobbler" id="qitem-80017442" data-id="80017442" data-pos="23" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="23" class="pos">23</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Cobbler/80017442" data-movieid="80017442" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/80017442.jpg" width="52" aria-label="The Cobbler" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Cobbler/80017442" data-movieid="80017442" class="title bob-modal-only ondelhide">The Cobbler</a> <span class="deletedTitle">The Cobbler has been removed <a href="#" aria-label="Undo delete for The Cobbler" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Cobbler" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Cobbler" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2015</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 38m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="80017442" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Cobbler" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Cobbler to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Cobbler from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Cobbler" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Cake" id="qitem-80017263" data-id="80017263" data-pos="24" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="24" class="pos">24</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Cake/80017263" data-movieid="80017263" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/80017263.jpg" width="52" aria-label="Cake" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Cake/80017263" data-movieid="80017263" class="title bob-modal-only ondelhide">Cake</a> <span class="deletedTitle">Cake has been removed <a href="#" aria-label="Undo delete for Cake" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Cake" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Cake" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2015</span><span class="mpaa">R</span><span class="discOrDuration">1h 42m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="80017263" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Cake" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Cake to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Cake from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Cake" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Switch" id="qitem-70120143" data-id="70120143" data-pos="25" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="25" class="pos">25</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Switch/70120143" data-movieid="70120143" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70120143.jpg" width="52" aria-label="The Switch" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Switch/70120143" data-movieid="70120143" class="title bob-modal-only ondelhide">The Switch</a> <span class="deletedTitle">The Switch has been removed <a href="#" aria-label="Undo delete for The Switch" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Switch" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Switch" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2010</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 41m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70120143" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Switch" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Switch to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Switch from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Switch" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Clueless" id="qitem-384406" data-id="384406" data-pos="26" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="26" class="pos">26</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Clueless/384406" data-movieid="384406" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/384406.jpg" width="52" aria-label="Clueless" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Clueless/384406" data-movieid="384406" class="title bob-modal-only ondelhide">Clueless</a> <span class="deletedTitle">Clueless has been removed <a href="#" aria-label="Undo delete for Clueless" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Clueless" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Clueless" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1995</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 37m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="384406" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Clueless" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Clueless to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Clueless from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Clueless" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Elf" id="qitem-60031255" data-id="60031255" data-pos="27" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="27" class="pos">27</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Elf/60031255" data-movieid="60031255" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60031255.jpg" width="52" aria-label="Elf" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Elf/60031255" data-movieid="60031255" class="title bob-modal-only ondelhide">Elf</a> <span class="deletedTitle">Elf has been removed <a href="#" aria-label="Undo delete for Elf" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Elf" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Elf" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2003</span><span class="mpaa">PG</span><span class="discOrDuration">1h 35m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.2" data-userrating="0" data-movie="60031255" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 81px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Elf" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Elf to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Elf from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Elf" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Wrestler" id="qitem-70095145" data-id="70095145" data-pos="28" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="28" class="pos">28</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Wrestler/70095145" data-movieid="70095145" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70095145.jpg" width="52" aria-label="The Wrestler" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Wrestler/70095145" data-movieid="70095145" class="title bob-modal-only ondelhide">The Wrestler</a> <span class="deletedTitle">The Wrestler has been removed <a href="#" aria-label="Undo delete for The Wrestler" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Wrestler" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Wrestler" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">R</span><span class="discOrDuration">1h 45m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70095145" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Wrestler" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Wrestler to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Wrestler from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Wrestler" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Invincible" id="qitem-70050481" data-id="70050481" data-pos="29" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="29" class="pos">29</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Invincible/70050481" data-movieid="70050481" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70050481.jpg" width="52" aria-label="Invincible" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Invincible/70050481" data-movieid="70050481" class="title bob-modal-only ondelhide">Invincible</a> <span class="deletedTitle">Invincible has been removed <a href="#" aria-label="Undo delete for Invincible" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Invincible" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Invincible" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG</span><span class="discOrDuration">1h 44m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="70050481" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Invincible" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Invincible to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Invincible from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Invincible" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Lawrence of Arabia" id="qitem-60028312" data-id="60028312" data-pos="30" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="30" class="pos">30</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Lawrence-of-Arabia/60028312" data-movieid="60028312" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60028312.jpg" width="52" aria-label="Lawrence of Arabia" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Lawrence-of-Arabia/60028312" data-movieid="60028312" class="title bob-modal-only ondelhide">Lawrence of Arabia</a> <span class="deletedTitle">Lawrence of Arabia has been removed <a href="#" aria-label="Undo delete for Lawrence of Arabia" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Lawrence of Arabia" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Lawrence of Arabia" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1962</span><span class="mpaa">PG</span><span class="discOrDuration">3h 47m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="60028312" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Lawrence of Arabia" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Lawrence of Arabia to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Lawrence of Arabia from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Lawrence of Arabia" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Last King of Scotland" id="qitem-70052691" data-id="70052691" data-pos="31" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="31" class="pos">31</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Last-King-of-Scotland/70052691" data-movieid="70052691" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70052691.jpg" width="52" aria-label="The Last King of Scotland" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Last-King-of-Scotland/70052691" data-movieid="70052691" class="title bob-modal-only ondelhide">The Last King of Scotland</a> <span class="deletedTitle">The Last King of Scotland has been removed <a href="#" aria-label="Undo delete for The Last King of Scotland" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Last King of Scotland" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Last King of Scotland" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">R</span><span class="discOrDuration">2h 1m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.4" data-userrating="0" data-movie="70052691" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 66px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Last King of Scotland" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Last King of Scotland to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Last King of Scotland from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Last King of Scotland" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for DC Super Hero Girls: Intergalactic Games" id="qitem-80180270" data-id="80180270" data-pos="32" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="32" class="pos">32</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/DC-Super-Hero-Girls-Intergalactic-Games/80180270" data-movieid="80180270" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/80180270.jpg" width="52" aria-label="DC Super Hero Girls: Intergalactic Games" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/DC-Super-Hero-Girls-Intergalactic-Games/80180270" data-movieid="80180270" class="title bob-modal-only ondelhide">DC Super Hero Girls: Intergalactic Games</a> <span class="deletedTitle">DC Super Hero Girls: Intergalactic Games has been removed <a href="#" aria-label="Undo delete for DC Super Hero Girls: Intergalactic Games" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all DC Super Hero Girls: Intergalactic Games" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all DC Super Hero Girls: Intergalactic Games" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2017</span><span class="mpaa">NR</span><span class="discOrDuration">1h 17m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="80180270" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for DC Super Hero Girls: Intergalactic Games" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move DC Super Hero Girls: Intergalactic Games to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete DC Super Hero Girls: Intergalactic Games from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for DC Super Hero Girls: Intergalactic Games" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Rocky" id="qitem-915927" data-id="915927" data-pos="33" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="33" class="pos">33</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Rocky/915927" data-movieid="915927" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/915927.jpg" width="52" aria-label="Rocky" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Rocky/915927" data-movieid="915927" class="title bob-modal-only ondelhide">Rocky</a> <span class="deletedTitle">Rocky has been removed <a href="#" aria-label="Undo delete for Rocky" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Rocky" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Rocky" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1976</span><span class="mpaa">PG</span><span class="discOrDuration">1h 59m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.1" data-userrating="0" data-movie="915927" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 79px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Rocky" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Rocky to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Rocky from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Rocky" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Alamo" id="qitem-60031287" data-id="60031287" data-pos="34" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="34" class="pos">34</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Alamo/60031287" data-movieid="60031287" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60031287.jpg" width="52" aria-label="The Alamo" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Alamo/60031287" data-movieid="60031287" class="title bob-modal-only ondelhide">The Alamo</a> <span class="deletedTitle">The Alamo has been removed <a href="#" aria-label="Undo delete for The Alamo" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Alamo" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Alamo" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 17m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="60031287" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Alamo" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Alamo to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Alamo from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Alamo" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Meet Joe Black" id="qitem-5670418" data-id="5670418" data-pos="35" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="35" class="pos">35</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Meet-Joe-Black/5670418" data-movieid="5670418" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/5670418.jpg" width="52" aria-label="Meet Joe Black" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Meet-Joe-Black/5670418" data-movieid="5670418" class="title bob-modal-only ondelhide">Meet Joe Black</a> <span class="deletedTitle">Meet Joe Black has been removed <a href="#" aria-label="Undo delete for Meet Joe Black" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Meet Joe Black" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Meet Joe Black" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1998</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 58m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="5670418" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Meet Joe Black" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Meet Joe Black to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Meet Joe Black from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Meet Joe Black" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Cellular" id="qitem-60034577" data-id="60034577" data-pos="36" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="36" class="pos">36</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Cellular/60034577" data-movieid="60034577" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60034577.jpg" width="52" aria-label="Cellular" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Cellular/60034577" data-movieid="60034577" class="title bob-modal-only ondelhide">Cellular</a> <span class="deletedTitle">Cellular has been removed <a href="#" aria-label="Undo delete for Cellular" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Cellular" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Cellular" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 35m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="60034577" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Cellular" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Cellular to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Cellular from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Cellular" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for I, Robot" id="qitem-60036238" data-id="60036238" data-pos="37" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="37" class="pos">37</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/I-Robot/60036238" data-movieid="60036238" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60036238.jpg" width="52" aria-label="I, Robot" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/I-Robot/60036238" data-movieid="60036238" class="title bob-modal-only ondelhide">I, Robot</a> <span class="deletedTitle">I, Robot has been removed <a href="#" aria-label="Undo delete for I, Robot" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all I, Robot" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all I, Robot" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 54m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="60036238" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for I, Robot" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move I, Robot to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete I, Robot from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for I, Robot" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for 25th Hour" id="qitem-60024961" data-id="60024961" data-pos="38" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="38" class="pos">38</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/25th-Hour/60024961" data-movieid="60024961" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60024961.jpg" width="52" aria-label="25th Hour" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/25th-Hour/60024961" data-movieid="60024961" class="title bob-modal-only ondelhide">25th Hour</a> <span class="deletedTitle">25th Hour has been removed <a href="#" aria-label="Undo delete for 25th Hour" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all 25th Hour" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all 25th Hour" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2002</span><span class="mpaa">R</span><span class="discOrDuration">2h 15m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="60024961" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for 25th Hour" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move 25th Hour to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete 25th Hour from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for 25th Hour" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Daredevil" id="qitem-60026123" data-id="60026123" data-pos="39" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="39" class="pos">39</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Daredevil/60026123" data-movieid="60026123" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60026123.jpg" width="52" aria-label="Daredevil" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Daredevil/60026123" data-movieid="60026123" class="title bob-modal-only ondelhide">Daredevil</a> <span class="deletedTitle">Daredevil has been removed <a href="#" aria-label="Undo delete for Daredevil" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Daredevil" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Daredevil" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2003</span><span class="mpaa">R</span><span class="discOrDuration">1h 43m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.3" data-userrating="0" data-movie="60026123" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 44px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Daredevil" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Daredevil to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Daredevil from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Daredevil" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Elektra" id="qitem-70018720" data-id="70018720" data-pos="40" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="40" class="pos">40</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Elektra/70018720" data-movieid="70018720" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70018720.jpg" width="52" aria-label="Elektra" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Elektra/70018720" data-movieid="70018720" class="title bob-modal-only ondelhide">Elektra</a> <span class="deletedTitle">Elektra has been removed <a href="#" aria-label="Undo delete for Elektra" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Elektra" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Elektra" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 37m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.2" data-userrating="0" data-movie="70018720" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 42px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Elektra" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Elektra to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Elektra from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Elektra" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Gandhi" id="qitem-60010384" data-id="60010384" data-pos="41" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="41" class="pos">41</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Gandhi/60010384" data-movieid="60010384" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60010384.jpg" width="52" aria-label="Gandhi" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Gandhi/60010384" data-movieid="60010384" class="title bob-modal-only ondelhide">Gandhi</a> <span class="deletedTitle">Gandhi has been removed <a href="#" aria-label="Undo delete for Gandhi" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Gandhi" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Gandhi" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1982</span><span class="mpaa">PG</span><span class="discOrDuration">3h 10m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.4" data-userrating="0" data-movie="60010384" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 66px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Gandhi" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Gandhi to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Gandhi from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Gandhi" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Rounders" id="qitem-17236920" data-id="17236920" data-pos="42" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="42" class="pos">42</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Rounders/17236920" data-movieid="17236920" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/17236920.jpg" width="52" aria-label="Rounders" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Rounders/17236920" data-movieid="17236920" class="title bob-modal-only ondelhide">Rounders</a> <span class="deletedTitle">Rounders has been removed <a href="#" aria-label="Undo delete for Rounders" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Rounders" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Rounders" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1998</span><span class="mpaa">R</span><span class="discOrDuration">2h 0m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.2" data-userrating="0" data-movie="17236920" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 81px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Rounders" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Rounders to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Rounders from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Rounders" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Alexander: Director\'s Cut" id="qitem-70001990" data-id="70001990" data-pos="43" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="43" class="pos">43</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Alexander-Director-s-Cut/70001990" data-movieid="70001990" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70001990.jpg" width="52" aria-label="Alexander: Director\'s Cut" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Alexander-Director-s-Cut/70001990" data-movieid="70001990" class="title bob-modal-only ondelhide">Alexander: Director\'s Cut</a> <span class="deletedTitle">Alexander: Director\'s Cut has been removed <a href="#" aria-label="Undo delete for Alexander: Director\'s Cut" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Alexander: Director\'s Cut" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Alexander: Director\'s Cut" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">R</span><span class="discOrDuration">2h 47m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2" data-userrating="0" data-movie="70001990" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 38px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Alexander: Director\'s Cut" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Alexander: Director\'s Cut to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Alexander: Director\'s Cut from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Alexander: Director\'s Cut" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Alone in the Dark" id="qitem-70000504" data-id="70000504" data-pos="44" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="44" class="pos">44</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Alone-in-the-Dark/70000504" data-movieid="70000504" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70000504.jpg" width="52" aria-label="Alone in the Dark" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Alone-in-the-Dark/70000504" data-movieid="70000504" class="title bob-modal-only ondelhide">Alone in the Dark</a> <span class="deletedTitle">Alone in the Dark has been removed <a href="#" aria-label="Undo delete for Alone in the Dark" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Alone in the Dark" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Alone in the Dark" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">R</span><span class="discOrDuration">1h 36m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="1.6" data-userrating="0" data-movie="70000504" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 31px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Alone in the Dark" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Alone in the Dark to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Alone in the Dark from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Alone in the Dark" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Flightplan" id="qitem-70023967" data-id="70023967" data-pos="45" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="45" class="pos">45</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Flightplan/70023967" data-movieid="70023967" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70023967.jpg" width="52" aria-label="Flightplan" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Flightplan/70023967" data-movieid="70023967" class="title bob-modal-only ondelhide">Flightplan</a> <span class="deletedTitle">Flightplan has been removed <a href="#" aria-label="Undo delete for Flightplan" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Flightplan" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Flightplan" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 38m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="70023967" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Flightplan" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Flightplan to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Flightplan from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Flightplan" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Four Brothers" id="qitem-70028902" data-id="70028902" data-pos="46" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="46" class="pos">46</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Four-Brothers/70028902" data-movieid="70028902" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70028902.jpg" width="52" aria-label="Four Brothers" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Four-Brothers/70028902" data-movieid="70028902" class="title bob-modal-only ondelhide">Four Brothers</a> <span class="deletedTitle">Four Brothers has been removed <a href="#" aria-label="Undo delete for Four Brothers" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Four Brothers" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Four Brothers" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">R</span><span class="discOrDuration">1h 49m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="70028902" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Four Brothers" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Four Brothers to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Four Brothers from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Four Brothers" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Day After Tomorrow" id="qitem-60034574" data-id="60034574" data-pos="47" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="47" class="pos">47</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Day-After-Tomorrow/60034574" data-movieid="60034574" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60034574.jpg" width="52" aria-label="The Day After Tomorrow" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Day-After-Tomorrow/60034574" data-movieid="60034574" class="title bob-modal-only ondelhide">The Day After Tomorrow</a> <span class="deletedTitle">The Day After Tomorrow has been removed <a href="#" aria-label="Undo delete for The Day After Tomorrow" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Day After Tomorrow" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Day After Tomorrow" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 3m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="60034574" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Day After Tomorrow" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Day After Tomorrow to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Day After Tomorrow from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Day After Tomorrow" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Brothers Grimm" id="qitem-70021661" data-id="70021661" data-pos="48" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="48" class="pos">48</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Brothers-Grimm/70021661" data-movieid="70021661" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70021661.jpg" width="52" aria-label="The Brothers Grimm" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Brothers-Grimm/70021661" data-movieid="70021661" class="title bob-modal-only ondelhide">The Brothers Grimm</a> <span class="deletedTitle">The Brothers Grimm has been removed <a href="#" aria-label="Undo delete for The Brothers Grimm" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Brothers Grimm" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Brothers Grimm" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 58m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.5" data-userrating="0" data-movie="70021661" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 48px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Brothers Grimm" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Brothers Grimm to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Brothers Grimm from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Brothers Grimm" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Hostel" id="qitem-70043240" data-id="70043240" data-pos="49" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="49" class="pos">49</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Hostel/70043240" data-movieid="70043240" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70043240.jpg" width="52" aria-label="Hostel" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Hostel/70043240" data-movieid="70043240" class="title bob-modal-only ondelhide">Hostel</a> <span class="deletedTitle">Hostel has been removed <a href="#" aria-label="Undo delete for Hostel" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Hostel" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Hostel" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">UR</span><span class="discOrDuration">1h 34m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70043240" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Hostel" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Hostel to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Hostel from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Hostel" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Prestige" id="qitem-70047095" data-id="70047095" data-pos="50" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="50" class="pos">50</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Prestige/70047095" data-movieid="70047095" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70047095.jpg" width="52" aria-label="The Prestige" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Prestige/70047095" data-movieid="70047095" class="title bob-modal-only ondelhide">The Prestige</a> <span class="deletedTitle">The Prestige has been removed <a href="#" aria-label="Undo delete for The Prestige" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Prestige" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Prestige" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 10m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4" data-userrating="0" data-movie="70047095" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 77px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Prestige" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Prestige to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Prestige from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Prestige" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Guardian" id="qitem-70050482" data-id="70050482" data-pos="51" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="51" class="pos">51</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Guardian/70050482" data-movieid="70050482" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70050482.jpg" width="52" aria-label="The Guardian" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Guardian/70050482" data-movieid="70050482" class="title bob-modal-only ondelhide">The Guardian</a> <span class="deletedTitle">The Guardian has been removed <a href="#" aria-label="Undo delete for The Guardian" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Guardian" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Guardian" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 19m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70050482" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Guardian" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Guardian to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Guardian from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Guardian" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Beerfest" id="qitem-70053823" data-id="70053823" data-pos="52" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="52" class="pos">52</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Beerfest/70053823" data-movieid="70053823" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70053823.jpg" width="52" aria-label="Beerfest" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Beerfest/70053823" data-movieid="70053823" class="title bob-modal-only ondelhide">Beerfest</a> <span class="deletedTitle">Beerfest has been removed <a href="#" aria-label="Undo delete for Beerfest" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Beerfest" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Beerfest" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">UR</span><span class="discOrDuration">1h 56m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="70053823" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Beerfest" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Beerfest to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Beerfest from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Beerfest" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Alien" id="qitem-60029356" data-id="60029356" data-pos="53" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="53" class="pos">53</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Alien/60029356" data-movieid="60029356" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60029356.jpg" width="52" aria-label="Alien" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Alien/60029356" data-movieid="60029356" class="title bob-modal-only ondelhide">Alien</a> <span class="deletedTitle">Alien has been removed <a href="#" aria-label="Undo delete for Alien" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Alien" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Alien" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1979</span><span class="mpaa">R</span><span class="discOrDuration">1h 57m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.3" data-userrating="0" data-movie="60029356" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 83px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Alien" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Alien to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Alien from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Alien" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Aliens" id="qitem-60029358" data-id="60029358" data-pos="54" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="54" class="pos">54</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Aliens/60029358" data-movieid="60029358" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60029358.jpg" width="52" aria-label="Aliens" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Aliens/60029358" data-movieid="60029358" class="title bob-modal-only ondelhide">Aliens</a> <span class="deletedTitle">Aliens has been removed <a href="#" aria-label="Undo delete for Aliens" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Aliens" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Aliens" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1986</span><span class="mpaa">R</span><span class="discOrDuration">2h 17m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.5" data-userrating="0" data-movie="60029358" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 87px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Aliens" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Aliens to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Aliens from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Aliens" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Hurricane" id="qitem-60000421" data-id="60000421" data-pos="55" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="55" class="pos">55</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Hurricane/60000421" data-movieid="60000421" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60000421.jpg" width="52" aria-label="The Hurricane" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Hurricane/60000421" data-movieid="60000421" class="title bob-modal-only ondelhide">The Hurricane</a> <span class="deletedTitle">The Hurricane has been removed <a href="#" aria-label="Undo delete for The Hurricane" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Hurricane" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Hurricane" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1999</span><span class="mpaa">R</span><span class="discOrDuration">2h 26m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="60000421" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Hurricane" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Hurricane to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Hurricane from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Hurricane" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for I Am Legend" id="qitem-70060015" data-id="70060015" data-pos="56" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="56" class="pos">56</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/I-Am-Legend/70060015" data-movieid="70060015" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70060015.jpg" width="52" aria-label="I Am Legend" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/I-Am-Legend/70060015" data-movieid="70060015" class="title bob-modal-only ondelhide">I Am Legend</a> <span class="deletedTitle">I Am Legend has been removed <a href="#" aria-label="Undo delete for I Am Legend" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all I Am Legend" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all I Am Legend" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 40m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="70060015" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for I Am Legend" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move I Am Legend to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete I Am Legend from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for I Am Legend" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Hero" id="qitem-60027142" data-id="60027142" data-pos="57" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="57" class="pos">57</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Hero/60027142" data-movieid="60027142" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60027142.jpg" width="52" aria-label="Hero" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Hero/60027142" data-movieid="60027142" class="title bob-modal-only ondelhide">Hero</a> <span class="deletedTitle">Hero has been removed <a href="#" aria-label="Undo delete for Hero" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Hero" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Hero" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2002</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 39m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="60027142" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Hero" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Hero to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Hero from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Hero" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Scorpion King" id="qitem-60022643" data-id="60022643" data-pos="58" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="58" class="pos">58</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Scorpion-King/60022643" data-movieid="60022643" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60022643.jpg" width="52" aria-label="The Scorpion King" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Scorpion-King/60022643" data-movieid="60022643" class="title bob-modal-only ondelhide">The Scorpion King</a> <span class="deletedTitle">The Scorpion King has been removed <a href="#" aria-label="Undo delete for The Scorpion King" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Scorpion King" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Scorpion King" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2002</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 32m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.6" data-userrating="0" data-movie="60022643" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 50px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Scorpion King" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Scorpion King to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Scorpion King from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Scorpion King" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Beowulf: Director\'s Cut" id="qitem-70047105" data-id="70047105" data-pos="59" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="59" class="pos">59</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Beowulf-Director-s-Cut/70047105" data-movieid="70047105" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70047105.jpg" width="52" aria-label="Beowulf: Director\'s Cut" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Beowulf-Director-s-Cut/70047105" data-movieid="70047105" class="title bob-modal-only ondelhide">Beowulf: Director\'s Cut</a> <span class="deletedTitle">Beowulf: Director\'s Cut has been removed <a href="#" aria-label="Undo delete for Beowulf: Director\'s Cut" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Beowulf: Director\'s Cut" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Beowulf: Director\'s Cut" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">UR</span><span class="discOrDuration">1h 54m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="70047105" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Beowulf: Director\'s Cut" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Beowulf: Director\'s Cut to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Beowulf: Director\'s Cut from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Beowulf: Director\'s Cut" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Pursuit of Happyness" id="qitem-70044605" data-id="70044605" data-pos="60" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="60" class="pos">60</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Pursuit-of-Happyness/70044605" data-movieid="70044605" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70044605.jpg" width="52" aria-label="The Pursuit of Happyness" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Pursuit-of-Happyness/70044605" data-movieid="70044605" class="title bob-modal-only ondelhide">The Pursuit of Happyness</a> <span class="deletedTitle">The Pursuit of Happyness has been removed <a href="#" aria-label="Undo delete for The Pursuit of Happyness" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Pursuit of Happyness" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Pursuit of Happyness" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 57m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="70044605" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Pursuit of Happyness" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Pursuit of Happyness to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Pursuit of Happyness from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Pursuit of Happyness" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Wanted" id="qitem-70075479" data-id="70075479" data-pos="61" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="61" class="pos">61</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Wanted/70075479" data-movieid="70075479" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70075479.jpg" width="52" aria-label="Wanted" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Wanted/70075479" data-movieid="70075479" class="title bob-modal-only ondelhide">Wanted</a> <span class="deletedTitle">Wanted has been removed <a href="#" aria-label="Undo delete for Wanted" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Wanted" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Wanted" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">R</span><span class="discOrDuration">1h 50m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="70075479" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Wanted" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Wanted to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Wanted from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Wanted" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Warriors" id="qitem-60004087" data-id="60004087" data-pos="62" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="62" class="pos">62</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Warriors/60004087" data-movieid="60004087" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60004087.jpg" width="52" aria-label="The Warriors" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Warriors/60004087" data-movieid="60004087" class="title bob-modal-only ondelhide">The Warriors</a> <span class="deletedTitle">The Warriors has been removed <a href="#" aria-label="Undo delete for The Warriors" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Warriors" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Warriors" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1979</span><span class="mpaa">R</span><span class="discOrDuration">1h 33m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="60004087" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Warriors" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Warriors to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Warriors from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Warriors" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Seven Samurai" id="qitem-950727" data-id="950727" data-pos="63" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="63" class="pos">63</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Seven-Samurai/950727" data-movieid="950727" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/950727.jpg" width="52" aria-label="Seven Samurai" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Seven-Samurai/950727" data-movieid="950727" class="title bob-modal-only ondelhide">Seven Samurai</a> <span class="deletedTitle">Seven Samurai has been removed <a href="#" aria-label="Undo delete for Seven Samurai" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Seven Samurai" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Seven Samurai" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1954</span><span class="mpaa">NR</span><span class="discOrDuration">3h 27m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.4" data-userrating="0" data-movie="950727" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 66px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Seven Samurai" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Seven Samurai to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Seven Samurai from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Seven Samurai" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Grey Gardens" id="qitem-70112518" data-id="70112518" data-pos="64" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="64" class="pos">64</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Grey-Gardens/70112518" data-movieid="70112518" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70112518.jpg" width="52" aria-label="Grey Gardens" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Grey-Gardens/70112518" data-movieid="70112518" class="title bob-modal-only ondelhide">Grey Gardens</a> <span class="deletedTitle">Grey Gardens has been removed <a href="#" aria-label="Undo delete for Grey Gardens" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Grey Gardens" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Grey Gardens" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2009</span><span class="mpaa">NR</span><span class="discOrDuration">1h 43m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70112518" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Grey Gardens" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Grey Gardens to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Grey Gardens from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Grey Gardens" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Magnolia" id="qitem-60000440" data-id="60000440" data-pos="65" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="65" class="pos">65</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Magnolia/60000440" data-movieid="60000440" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60000440.jpg" width="52" aria-label="Magnolia" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Magnolia/60000440" data-movieid="60000440" class="title bob-modal-only ondelhide">Magnolia</a> <span class="deletedTitle">Magnolia has been removed <a href="#" aria-label="Undo delete for Magnolia" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Magnolia" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Magnolia" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1999</span><span class="mpaa">R</span><span class="discOrDuration">3h 8m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.5" data-userrating="0" data-movie="60000440" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 48px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Magnolia" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Magnolia to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Magnolia from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Magnolia" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Shoot \'Em Up" id="qitem-70065113" data-id="70065113" data-pos="66" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="66" class="pos">66</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Shoot-Em-Up/70065113" data-movieid="70065113" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70065113.jpg" width="52" aria-label="Shoot \'Em Up" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Shoot-Em-Up/70065113" data-movieid="70065113" class="title bob-modal-only ondelhide">Shoot \'Em Up</a> <span class="deletedTitle">Shoot \'Em Up has been removed <a href="#" aria-label="Undo delete for Shoot \'Em Up" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Shoot \'Em Up" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Shoot \'Em Up" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">1h 26m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.5" data-userrating="0" data-movie="70065113" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 48px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Shoot \'Em Up" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Shoot \'Em Up to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Shoot \'Em Up from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Shoot \'Em Up" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Replacements" id="qitem-60001382" data-id="60001382" data-pos="67" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="67" class="pos">67</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Replacements/60001382" data-movieid="60001382" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60001382.jpg" width="52" aria-label="The Replacements" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Replacements/60001382" data-movieid="60001382" class="title bob-modal-only ondelhide">The Replacements</a> <span class="deletedTitle">The Replacements has been removed <a href="#" aria-label="Undo delete for The Replacements" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Replacements" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Replacements" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2000</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 58m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="60001382" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Replacements" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Replacements to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Replacements from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Replacements" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Singin\' in the Rain" id="qitem-967758" data-id="967758" data-pos="68" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="68" class="pos">68</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Singin-in-the-Rain/967758" data-movieid="967758" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/967758.jpg" width="52" aria-label="Singin\' in the Rain" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Singin-in-the-Rain/967758" data-movieid="967758" class="title bob-modal-only ondelhide">Singin\' in the Rain</a> <span class="deletedTitle">Singin\' in the Rain has been removed <a href="#" aria-label="Undo delete for Singin\' in the Rain" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Singin\' in the Rain" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Singin\' in the Rain" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1952</span><span class="mpaa">G</span><span class="discOrDuration">1h 43m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="967758" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Singin\' in the Rain" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Singin\' in the Rain to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Singin\' in the Rain from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Singin\' in the Rain" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Thoroughly Modern Millie" id="qitem-60011452" data-id="60011452" data-pos="69" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="69" class="pos">69</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Thoroughly-Modern-Millie/60011452" data-movieid="60011452" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60011452.jpg" width="52" aria-label="Thoroughly Modern Millie" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Thoroughly-Modern-Millie/60011452" data-movieid="60011452" class="title bob-modal-only ondelhide">Thoroughly Modern Millie</a> <span class="deletedTitle">Thoroughly Modern Millie has been removed <a href="#" aria-label="Undo delete for Thoroughly Modern Millie" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Thoroughly Modern Millie" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Thoroughly Modern Millie" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1967</span><span class="mpaa">G</span><span class="discOrDuration">2h 32m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="60011452" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Thoroughly Modern Millie" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Thoroughly Modern Millie to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Thoroughly Modern Millie from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Thoroughly Modern Millie" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Gigi" id="qitem-542137" data-id="542137" data-pos="70" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="70" class="pos">70</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Gigi/542137" data-movieid="542137" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/542137.jpg" width="52" aria-label="Gigi" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Gigi/542137" data-movieid="542137" class="title bob-modal-only ondelhide">Gigi</a> <span class="deletedTitle">Gigi has been removed <a href="#" aria-label="Undo delete for Gigi" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Gigi" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Gigi" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1958</span><span class="mpaa">G</span><span class="discOrDuration">1h 56m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="542137" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Gigi" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Gigi to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Gigi from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Gigi" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Hocus Pocus" id="qitem-594689" data-id="594689" data-pos="71" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="71" class="pos">71</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Hocus-Pocus/594689" data-movieid="594689" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/594689.jpg" width="52" aria-label="Hocus Pocus" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Hocus-Pocus/594689" data-movieid="594689" class="title bob-modal-only ondelhide">Hocus Pocus</a> <span class="deletedTitle">Hocus Pocus has been removed <a href="#" aria-label="Undo delete for Hocus Pocus" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Hocus Pocus" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Hocus Pocus" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1993</span><span class="mpaa">PG</span><span class="discOrDuration">1h 36m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="594689" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Hocus Pocus" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Hocus Pocus to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Hocus Pocus from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Hocus Pocus" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Carmen" id="qitem-70018745" data-id="70018745" data-pos="72" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="72" class="pos">72</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Carmen/70018745" data-movieid="70018745" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70018745.jpg" width="52" aria-label="Carmen" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Carmen/70018745" data-movieid="70018745" class="title bob-modal-only ondelhide">Carmen</a> <span class="deletedTitle">Carmen has been removed <a href="#" aria-label="Undo delete for Carmen" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Carmen" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Carmen" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1980</span><span class="mpaa">NR</span><span class="discOrDuration">0h 44m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70018745" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Carmen" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Carmen to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Carmen from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Carmen" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Pirates of the Caribbean: Dead Man\'s Chest" id="qitem-70040695" data-id="70040695" data-pos="73" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="73" class="pos">73</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Pirates-of-the-Caribbean-Dead-Man-s-Chest/70040695" data-movieid="70040695" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040695.jpg" width="52" aria-label="Pirates of the Caribbean: Dead Man\'s Chest" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Pirates-of-the-Caribbean-Dead-Man-s-Chest/70040695" data-movieid="70040695" class="title bob-modal-only ondelhide">Pirates of the Caribbean: Dead Man\'s Chest</a> <span class="deletedTitle">Pirates of the Caribbean: Dead Man\'s Chest has been removed <a href="#" aria-label="Undo delete for Pirates of the Caribbean: Dead Man\'s Chest" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Pirates of the Caribbean: Dead Man\'s Chest" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Pirates of the Caribbean: Dead Man\'s Chest" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 30m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70040695" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Pirates of the Caribbean: Dead Man\'s Chest" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Pirates of the Caribbean: Dead Man\'s Chest to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Pirates of the Caribbean: Dead Man\'s Chest from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Pirates of the Caribbean: Dead Man\'s Chest" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 1 Disc 1" id="qitem-70121933" data-disc-text="Disc 1" data-id="70121933" data-pos="74" data-season-parent="70040748" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="74" class="pos">74</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121933" data-movieid="70121933" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040748.jpg" width="52" aria-label="Fame Season 1 Disc 1" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121933" data-movieid="70121933" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 1 Disc 1" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 1</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 1</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121933" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 1 Disc 2" id="qitem-70121934" data-disc-text="Disc 2" data-id="70121934" data-pos="75" data-season-parent="70040748" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="75" class="pos">75</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121934" data-movieid="70121934" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040748.jpg" width="52" aria-label="Fame Season 1 Disc 2" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121934" data-movieid="70121934" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 1 Disc 2" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 1</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 2</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121934" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 1 Disc 3" id="qitem-70121935" data-disc-text="Disc 3" data-id="70121935" data-pos="76" data-season-parent="70040748" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="76" class="pos">76</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121935" data-movieid="70121935" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040748.jpg" width="52" aria-label="Fame Season 1 Disc 3" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121935" data-movieid="70121935" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 1 Disc 3" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 1</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 3</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121935" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 1 Disc 4" id="qitem-70121936" data-disc-text="Disc 4" data-id="70121936" data-pos="77" data-season-parent="70040748" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="77" class="pos">77</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121936" data-movieid="70121936" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040748.jpg" width="52" aria-label="Fame Season 1 Disc 4" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121936" data-movieid="70121936" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 1 Disc 4" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 1</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 4</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121936" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 2 Disc 1" id="qitem-70121937" data-disc-text="Disc 1" data-id="70121937" data-pos="78" data-season-parent="70122001" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="78" class="pos">78</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121937" data-movieid="70121937" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70122001.jpg" width="52" aria-label="Fame Season 2 Disc 1" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121937" data-movieid="70121937" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 2 Disc 1" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 2</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 1</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121937" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 2 Disc 2" id="qitem-70121938" data-disc-text="Disc 2" data-id="70121938" data-pos="79" data-season-parent="70122001" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="79" class="pos">79</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121938" data-movieid="70121938" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70122001.jpg" width="52" aria-label="Fame Season 2 Disc 2" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121938" data-movieid="70121938" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 2 Disc 2" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 2</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 2</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121938" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 2 Disc 3" id="qitem-70121939" data-disc-text="Disc 3" data-id="70121939" data-pos="80" data-season-parent="70122001" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="80" class="pos">80</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70121939" data-movieid="70121939" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70122001.jpg" width="52" aria-label="Fame Season 2 Disc 3" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70121939" data-movieid="70121939" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 2 Disc 3" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 2</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 3</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70121939" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Cool Hand Luke" id="qitem-397323" data-id="397323" data-pos="81" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="81" class="pos">81</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Cool-Hand-Luke/397323" data-movieid="397323" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/397323.jpg" width="52" aria-label="Cool Hand Luke" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Cool-Hand-Luke/397323" data-movieid="397323" class="title bob-modal-only ondelhide">Cool Hand Luke</a> <span class="deletedTitle">Cool Hand Luke has been removed <a href="#" aria-label="Undo delete for Cool Hand Luke" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Cool Hand Luke" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Cool Hand Luke" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1967</span><span class="mpaa">PG</span><span class="discOrDuration">2h 7m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="397323" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Cool Hand Luke" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Cool Hand Luke to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Cool Hand Luke from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Cool Hand Luke" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Blazing Saddles" id="qitem-70000380" data-id="70000380" data-pos="82" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="82" class="pos">82</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Blazing-Saddles/70000380" data-movieid="70000380" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70000380.jpg" width="52" aria-label="Blazing Saddles" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Blazing-Saddles/70000380" data-movieid="70000380" class="title bob-modal-only ondelhide">Blazing Saddles</a> <span class="deletedTitle">Blazing Saddles has been removed <a href="#" aria-label="Undo delete for Blazing Saddles" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Blazing Saddles" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Blazing Saddles" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1974</span><span class="mpaa">R</span><span class="discOrDuration">1h 33m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="70000380" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Blazing Saddles" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Blazing Saddles to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Blazing Saddles from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Blazing Saddles" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Sorority Row" id="qitem-70109888" data-id="70109888" data-pos="83" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="83" class="pos">83</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Sorority-Row/70109888" data-movieid="70109888" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70109888.jpg" width="52" aria-label="Sorority Row" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Sorority-Row/70109888" data-movieid="70109888" class="title bob-modal-only ondelhide">Sorority Row</a> <span class="deletedTitle">Sorority Row has been removed <a href="#" aria-label="Undo delete for Sorority Row" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Sorority Row" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Sorority Row" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2009</span><span class="mpaa">R</span><span class="discOrDuration">1h 41m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="70109888" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Sorority Row" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Sorority Row to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Sorority Row from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Sorority Row" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Brian\'s Song" id="qitem-60001457" data-id="60001457" data-pos="84" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="84" class="pos">84</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Brian-s-Song/60001457" data-movieid="60001457" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60001457.jpg" width="52" aria-label="Brian\'s Song" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Brian-s-Song/60001457" data-movieid="60001457" class="title bob-modal-only ondelhide">Brian\'s Song</a> <span class="deletedTitle">Brian\'s Song has been removed <a href="#" aria-label="Undo delete for Brian\'s Song" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Brian\'s Song" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Brian\'s Song" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1971</span><span class="mpaa">G</span><span class="discOrDuration">1h 14m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="60001457" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Brian\'s Song" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Brian\'s Song to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Brian\'s Song from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Brian\'s Song" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Australia" id="qitem-70099115" data-id="70099115" data-pos="85" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="85" class="pos">85</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Australia/70099115" data-movieid="70099115" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70099115.jpg" width="52" aria-label="Australia" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Australia/70099115" data-movieid="70099115" class="title bob-modal-only ondelhide">Australia</a> <span class="deletedTitle">Australia has been removed <a href="#" aria-label="Undo delete for Australia" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Australia" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Australia" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 45m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70099115" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Australia" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Australia to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Australia from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Australia" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Pride &amp; Prejudice" id="qitem-70032594" data-id="70032594" data-pos="86" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="86" class="pos">86</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Pride-Prejudice/70032594" data-movieid="70032594" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70032594.jpg" width="52" aria-label="Pride &amp; Prejudice" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Pride-Prejudice/70032594" data-movieid="70032594" class="title bob-modal-only ondelhide">Pride &amp; Prejudice</a> <span class="deletedTitle">Pride &amp; Prejudice has been removed <a href="#" aria-label="Undo delete for Pride &amp; Prejudice" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Pride &amp; Prejudice" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Pride &amp; Prejudice" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG</span><span class="discOrDuration">2h 9m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="70032594" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Pride &amp; Prejudice" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Pride &amp; Prejudice to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Pride &amp; Prejudice from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Pride &amp; Prejudice" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Big Bounce" id="qitem-60033301" data-id="60033301" data-pos="87" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="87" class="pos">87</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Big-Bounce/60033301" data-movieid="60033301" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60033301.jpg" width="52" aria-label="The Big Bounce" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Big-Bounce/60033301" data-movieid="60033301" class="title bob-modal-only ondelhide">The Big Bounce</a> <span class="deletedTitle">The Big Bounce has been removed <a href="#" aria-label="Undo delete for The Big Bounce" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Big Bounce" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Big Bounce" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 28m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.4" data-userrating="0" data-movie="60033301" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 46px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Big Bounce" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Big Bounce to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Big Bounce from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Big Bounce" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Charlie Wilson\'s War" id="qitem-70060021" data-id="70060021" data-pos="88" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="88" class="pos">88</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Charlie-Wilson-s-War/70060021" data-movieid="70060021" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70060021.jpg" width="52" aria-label="Charlie Wilson\'s War" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Charlie-Wilson-s-War/70060021" data-movieid="70060021" class="title bob-modal-only ondelhide">Charlie Wilson\'s War</a> <span class="deletedTitle">Charlie Wilson\'s War has been removed <a href="#" aria-label="Undo delete for Charlie Wilson\'s War" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Charlie Wilson\'s War" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Charlie Wilson\'s War" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">1h 42m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70060021" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Charlie Wilson\'s War" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Charlie Wilson\'s War to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Charlie Wilson\'s War from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Charlie Wilson\'s War" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Maltese Falcon" id="qitem-731705" data-id="731705" data-pos="89" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="89" class="pos">89</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Maltese-Falcon/731705" data-movieid="731705" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/731705.jpg" width="52" aria-label="The Maltese Falcon" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Maltese-Falcon/731705" data-movieid="731705" class="title bob-modal-only ondelhide">The Maltese Falcon</a> <span class="deletedTitle">The Maltese Falcon has been removed <a href="#" aria-label="Undo delete for The Maltese Falcon" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Maltese Falcon" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Maltese Falcon" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1941</span><span class="mpaa">NR</span><span class="discOrDuration">1h 40m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="731705" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Maltese Falcon" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Maltese Falcon to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Maltese Falcon from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Maltese Falcon" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Last Kiss" id="qitem-70051670" data-id="70051670" data-pos="90" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="90" class="pos">90</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Last-Kiss/70051670" data-movieid="70051670" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70051670.jpg" width="52" aria-label="The Last Kiss" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Last-Kiss/70051670" data-movieid="70051670" class="title bob-modal-only ondelhide">The Last Kiss</a> <span class="deletedTitle">The Last Kiss has been removed <a href="#" aria-label="Undo delete for The Last Kiss" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Last Kiss" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Last Kiss" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">R</span><span class="discOrDuration">1h 44m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="70051670" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Last Kiss" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Last Kiss to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Last Kiss from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Last Kiss" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Good Night, and Good Luck" id="qitem-70038131" data-id="70038131" data-pos="91" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="91" class="pos">91</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Good-Night-and-Good-Luck/70038131" data-movieid="70038131" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70038131.jpg" width="52" aria-label="Good Night, and Good Luck" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Good-Night-and-Good-Luck/70038131" data-movieid="70038131" class="title bob-modal-only ondelhide">Good Night, and Good Luck</a> <span class="deletedTitle">Good Night, and Good Luck has been removed <a href="#" aria-label="Undo delete for Good Night, and Good Luck" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Good Night, and Good Luck" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Good Night, and Good Luck" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG</span><span class="discOrDuration">1h 33m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.4" data-userrating="0" data-movie="70038131" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 46px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Good Night, and Good Luck" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Good Night, and Good Luck to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Good Night, and Good Luck from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Good Night, and Good Luck" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Gift" id="qitem-60003508" data-id="60003508" data-pos="92" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="92" class="pos">92</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Gift/60003508" data-movieid="60003508" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60003508.jpg" width="52" aria-label="The Gift" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Gift/60003508" data-movieid="60003508" class="title bob-modal-only ondelhide">The Gift</a> <span class="deletedTitle">The Gift has been removed <a href="#" aria-label="Undo delete for The Gift" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Gift" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Gift" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2000</span><span class="mpaa">R</span><span class="discOrDuration">1h 51m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4" data-userrating="0" data-movie="60003508" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 77px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Gift" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Gift to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Gift from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Gift" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Head in the Clouds" id="qitem-70001231" data-id="70001231" data-pos="93" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="93" class="pos">93</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Head-in-the-Clouds/70001231" data-movieid="70001231" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70001231.jpg" width="52" aria-label="Head in the Clouds" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Head-in-the-Clouds/70001231" data-movieid="70001231" class="title bob-modal-only ondelhide">Head in the Clouds</a> <span class="deletedTitle">Head in the Clouds has been removed <a href="#" aria-label="Undo delete for Head in the Clouds" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Head in the Clouds" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Head in the Clouds" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">R</span><span class="discOrDuration">2h 1m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70001231" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Head in the Clouds" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Head in the Clouds to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Head in the Clouds from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Head in the Clouds" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Benchwarmers" id="qitem-70040796" data-id="70040796" data-pos="94" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="94" class="pos">94</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Benchwarmers/70040796" data-movieid="70040796" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040796.jpg" width="52" aria-label="The Benchwarmers" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Benchwarmers/70040796" data-movieid="70040796" class="title bob-modal-only ondelhide">The Benchwarmers</a> <span class="deletedTitle">The Benchwarmers has been removed <a href="#" aria-label="Undo delete for The Benchwarmers" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Benchwarmers" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Benchwarmers" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 25m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="70040796" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Benchwarmers" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Benchwarmers to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Benchwarmers from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Benchwarmers" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Godsend" id="qitem-60034564" data-id="60034564" data-pos="95" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="95" class="pos">95</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Godsend/60034564" data-movieid="60034564" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60034564.jpg" width="52" aria-label="Godsend" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Godsend/60034564" data-movieid="60034564" class="title bob-modal-only ondelhide">Godsend</a> <span class="deletedTitle">Godsend has been removed <a href="#" aria-label="Undo delete for Godsend" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Godsend" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Godsend" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 42m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="60034564" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Godsend" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Godsend to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Godsend from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Godsend" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Taxi Driver" id="qitem-18907685" data-id="18907685" data-pos="96" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="96" class="pos">96</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Taxi-Driver/18907685" data-movieid="18907685" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/18907685.jpg" width="52" aria-label="Taxi Driver" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Taxi-Driver/18907685" data-movieid="18907685" class="title bob-modal-only ondelhide">Taxi Driver</a> <span class="deletedTitle">Taxi Driver has been removed <a href="#" aria-label="Undo delete for Taxi Driver" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Taxi Driver" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Taxi Driver" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1976</span><span class="mpaa">R</span><span class="discOrDuration">1h 54m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="18907685" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Taxi Driver" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Taxi Driver to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Taxi Driver from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Taxi Driver" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Bonnie and Clyde" id="qitem-19054266" data-id="19054266" data-pos="97" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="97" class="pos">97</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Bonnie-and-Clyde/19054266" data-movieid="19054266" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/19054266.jpg" width="52" aria-label="Bonnie and Clyde" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Bonnie-and-Clyde/19054266" data-movieid="19054266" class="title bob-modal-only ondelhide">Bonnie and Clyde</a> <span class="deletedTitle">Bonnie and Clyde has been removed <a href="#" aria-label="Undo delete for Bonnie and Clyde" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Bonnie and Clyde" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Bonnie and Clyde" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1967</span><span class="mpaa">R</span><span class="discOrDuration">1h 51m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="19054266" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Bonnie and Clyde" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Bonnie and Clyde to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Bonnie and Clyde from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Bonnie and Clyde" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for American Graffiti" id="qitem-70019013" data-id="70019013" data-pos="98" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="98" class="pos">98</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/American-Graffiti/70019013" data-movieid="70019013" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70019013.jpg" width="52" aria-label="American Graffiti" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/American-Graffiti/70019013" data-movieid="70019013" class="title bob-modal-only ondelhide">American Graffiti</a> <span class="deletedTitle">American Graffiti has been removed <a href="#" aria-label="Undo delete for American Graffiti" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all American Graffiti" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all American Graffiti" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1973</span><span class="mpaa">PG</span><span class="discOrDuration">1h 52m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="70019013" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for American Graffiti" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move American Graffiti to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete American Graffiti from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for American Graffiti" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Days of Thunder" id="qitem-425231" data-id="425231" data-pos="99" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="99" class="pos">99</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Days-of-Thunder/425231" data-movieid="425231" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/425231.jpg" width="52" aria-label="Days of Thunder" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Days-of-Thunder/425231" data-movieid="425231" class="title bob-modal-only ondelhide">Days of Thunder</a> <span class="deletedTitle">Days of Thunder has been removed <a href="#" aria-label="Undo delete for Days of Thunder" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Days of Thunder" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Days of Thunder" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1990</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 47m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="425231" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Days of Thunder" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Days of Thunder to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Days of Thunder from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Days of Thunder" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Absolute Power" id="qitem-1151366" data-id="1151366" data-pos="100" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="100" class="pos">100</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Absolute-Power/1151366" data-movieid="1151366" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/1151366.jpg" width="52" aria-label="Absolute Power" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Absolute-Power/1151366" data-movieid="1151366" class="title bob-modal-only ondelhide">Absolute Power</a> <span class="deletedTitle">Absolute Power has been removed <a href="#" aria-label="Undo delete for Absolute Power" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Absolute Power" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Absolute Power" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1997</span><span class="mpaa">R</span><span class="discOrDuration">2h 1m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.9" data-userrating="0" data-movie="1151366" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 75px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Absolute Power" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Absolute Power to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Absolute Power from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Absolute Power" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Dream for an Insomniac" id="qitem-60027270" data-id="60027270" data-pos="101" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="101" class="pos">101</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Dream-for-an-Insomniac/60027270" data-movieid="60027270" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60027270.jpg" width="52" aria-label="Dream for an Insomniac" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Dream-for-an-Insomniac/60027270" data-movieid="60027270" class="title bob-modal-only ondelhide">Dream for an Insomniac</a> <span class="deletedTitle">Dream for an Insomniac has been removed <a href="#" aria-label="Undo delete for Dream for an Insomniac" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Dream for an Insomniac" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Dream for an Insomniac" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1998</span><span class="mpaa">R</span><span class="discOrDuration">1h 28m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="60027270" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Dream for an Insomniac" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Dream for an Insomniac to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Dream for an Insomniac from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Dream for an Insomniac" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Camelot" id="qitem-345890" data-id="345890" data-pos="102" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="102" class="pos">102</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Camelot/345890" data-movieid="345890" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/345890.jpg" width="52" aria-label="Camelot" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Camelot/345890" data-movieid="345890" class="title bob-modal-only ondelhide">Camelot</a> <span class="deletedTitle">Camelot has been removed <a href="#" aria-label="Undo delete for Camelot" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Camelot" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Camelot" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1967</span><span class="mpaa">G</span><span class="discOrDuration">2h 58m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="345890" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Camelot" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Camelot to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Camelot from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Camelot" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Gods and Monsters" id="qitem-1193135" data-id="1193135" data-pos="103" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="103" class="pos">103</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Gods-and-Monsters/1193135" data-movieid="1193135" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/1193135.jpg" width="52" aria-label="Gods and Monsters" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Gods-and-Monsters/1193135" data-movieid="1193135" class="title bob-modal-only ondelhide">Gods and Monsters</a> <span class="deletedTitle">Gods and Monsters has been removed <a href="#" aria-label="Undo delete for Gods and Monsters" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Gods and Monsters" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Gods and Monsters" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1998</span><span class="mpaa">R</span><span class="discOrDuration">1h 46m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.7" data-userrating="0" data-movie="1193135" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 52px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Gods and Monsters" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Gods and Monsters to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Gods and Monsters from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Gods and Monsters" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Coach Carter" id="qitem-70019004" data-id="70019004" data-pos="104" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="104" class="pos">104</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Coach-Carter/70019004" data-movieid="70019004" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70019004.jpg" width="52" aria-label="Coach Carter" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Coach-Carter/70019004" data-movieid="70019004" class="title bob-modal-only ondelhide">Coach Carter</a> <span class="deletedTitle">Coach Carter has been removed <a href="#" aria-label="Undo delete for Coach Carter" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Coach Carter" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Coach Carter" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 16m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70019004" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Coach Carter" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Coach Carter to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Coach Carter from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Coach Carter" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Sneakers" id="qitem-60031755" data-id="60031755" data-pos="105" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="105" class="pos">105</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Sneakers/60031755" data-movieid="60031755" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60031755.jpg" width="52" aria-label="Sneakers" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Sneakers/60031755" data-movieid="60031755" class="title bob-modal-only ondelhide">Sneakers</a> <span class="deletedTitle">Sneakers has been removed <a href="#" aria-label="Undo delete for Sneakers" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Sneakers" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Sneakers" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1992</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 6m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.2" data-userrating="0" data-movie="60031755" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 81px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Sneakers" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Sneakers to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Sneakers from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Sneakers" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for After the Sunset" id="qitem-70000190" data-id="70000190" data-pos="106" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="106" class="pos">106</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/After-the-Sunset/70000190" data-movieid="70000190" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70000190.jpg" width="52" aria-label="After the Sunset" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/After-the-Sunset/70000190" data-movieid="70000190" class="title bob-modal-only ondelhide">After the Sunset</a> <span class="deletedTitle">After the Sunset has been removed <a href="#" aria-label="Undo delete for After the Sunset" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all After the Sunset" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all After the Sunset" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 37m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70000190" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for After the Sunset" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move After the Sunset to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete After the Sunset from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for After the Sunset" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Jacket" id="qitem-70020748" data-id="70020748" data-pos="107" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="107" class="pos">107</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Jacket/70020748" data-movieid="70020748" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70020748.jpg" width="52" aria-label="The Jacket" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Jacket/70020748" data-movieid="70020748" class="title bob-modal-only ondelhide">The Jacket</a> <span class="deletedTitle">The Jacket has been removed <a href="#" aria-label="Undo delete for The Jacket" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Jacket" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Jacket" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">R</span><span class="discOrDuration">1h 43m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.6" data-userrating="0" data-movie="70020748" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 69px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Jacket" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Jacket to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Jacket from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Jacket" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Happy Endings" id="qitem-70020725" data-id="70020725" data-pos="108" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="108" class="pos">108</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Happy-Endings/70020725" data-movieid="70020725" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70020725.jpg" width="52" aria-label="Happy Endings" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Happy-Endings/70020725" data-movieid="70020725" class="title bob-modal-only ondelhide">Happy Endings</a> <span class="deletedTitle">Happy Endings has been removed <a href="#" aria-label="Undo delete for Happy Endings" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Happy Endings" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Happy Endings" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">R</span><span class="discOrDuration">2h 8m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.5" data-userrating="0" data-movie="70020725" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 48px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Happy Endings" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Happy Endings to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Happy Endings from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Happy Endings" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Cinderella Man" id="qitem-70021639" data-id="70021639" data-pos="109" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="109" class="pos">109</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Cinderella-Man/70021639" data-movieid="70021639" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70021639.jpg" width="52" aria-label="Cinderella Man" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Cinderella-Man/70021639" data-movieid="70021639" class="title bob-modal-only ondelhide">Cinderella Man</a> <span class="deletedTitle">Cinderella Man has been removed <a href="#" aria-label="Undo delete for Cinderella Man" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Cinderella Man" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Cinderella Man" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 25m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4.1" data-userrating="0" data-movie="70021639" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 79px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Cinderella Man" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Cinderella Man to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Cinderella Man from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Cinderella Man" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Casanova" id="qitem-70040691" data-id="70040691" data-pos="110" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="110" class="pos">110</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Casanova/70040691" data-movieid="70040691" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70040691.jpg" width="52" aria-label="Casanova" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Casanova/70040691" data-movieid="70040691" class="title bob-modal-only ondelhide">Casanova</a> <span class="deletedTitle">Casanova has been removed <a href="#" aria-label="Undo delete for Casanova" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Casanova" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Casanova" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">R</span><span class="discOrDuration">1h 51m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="70040691" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Casanova" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Casanova to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Casanova from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Casanova" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Queen" id="qitem-70052705" data-id="70052705" data-pos="111" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="111" class="pos">111</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Queen/70052705" data-movieid="70052705" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70052705.jpg" width="52" aria-label="The Queen" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Queen/70052705" data-movieid="70052705" class="title bob-modal-only ondelhide">The Queen</a> <span class="deletedTitle">The Queen has been removed <a href="#" aria-label="Undo delete for The Queen" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Queen" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Queen" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 43m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70052705" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Queen" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Queen to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Queen from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Queen" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Accepted" id="qitem-70044706" data-id="70044706" data-pos="112" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="112" class="pos">112</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Accepted/70044706" data-movieid="70044706" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70044706.jpg" width="52" aria-label="Accepted" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Accepted/70044706" data-movieid="70044706" class="title bob-modal-only ondelhide">Accepted</a> <span class="deletedTitle">Accepted has been removed <a href="#" aria-label="Undo delete for Accepted" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Accepted" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Accepted" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 30m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="70044706" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Accepted" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Accepted to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Accepted from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Accepted" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Little Children" id="qitem-70052692" data-id="70052692" data-pos="113" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="113" class="pos">113</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Little-Children/70052692" data-movieid="70052692" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70052692.jpg" width="52" aria-label="Little Children" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Little-Children/70052692" data-movieid="70052692" class="title bob-modal-only ondelhide">Little Children</a> <span class="deletedTitle">Little Children has been removed <a href="#" aria-label="Undo delete for Little Children" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Little Children" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Little Children" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">R</span><span class="discOrDuration">2h 17m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70052692" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Little Children" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Little Children to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Little Children from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Little Children" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Fountain" id="qitem-70051673" data-id="70051673" data-pos="114" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="114" class="pos">114</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Fountain/70051673" data-movieid="70051673" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70051673.jpg" width="52" aria-label="The Fountain" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Fountain/70051673" data-movieid="70051673" class="title bob-modal-only ondelhide">The Fountain</a> <span class="deletedTitle">The Fountain has been removed <a href="#" aria-label="Undo delete for The Fountain" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Fountain" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Fountain" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 36m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="1.8" data-userrating="0" data-movie="70051673" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 34px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Fountain" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Fountain to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Fountain from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Fountain" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Mr. Brooks" id="qitem-70050852" data-id="70050852" data-pos="115" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="115" class="pos">115</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Mr-Brooks/70050852" data-movieid="70050852" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70050852.jpg" width="52" aria-label="Mr. Brooks" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Mr-Brooks/70050852" data-movieid="70050852" class="title bob-modal-only ondelhide">Mr. Brooks</a> <span class="deletedTitle">Mr. Brooks has been removed <a href="#" aria-label="Undo delete for Mr. Brooks" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Mr. Brooks" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Mr. Brooks" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">2h 0m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.8" data-userrating="0" data-movie="70050852" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 73px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Mr. Brooks" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Mr. Brooks to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Mr. Brooks from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Mr. Brooks" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Gracie" id="qitem-70059983" data-id="70059983" data-pos="116" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="116" class="pos">116</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Gracie/70059983" data-movieid="70059983" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70059983.jpg" width="52" aria-label="Gracie" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Gracie/70059983" data-movieid="70059983" class="title bob-modal-only ondelhide">Gracie</a> <span class="deletedTitle">Gracie has been removed <a href="#" aria-label="Undo delete for Gracie" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Gracie" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Gracie" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 35m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="70059983" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Gracie" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Gracie to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Gracie from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Gracie" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Reign Over Me" id="qitem-70056432" data-id="70056432" data-pos="117" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="117" class="pos">117</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Reign-Over-Me/70056432" data-movieid="70056432" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70056432.jpg" width="52" aria-label="Reign Over Me" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Reign-Over-Me/70056432" data-movieid="70056432" class="title bob-modal-only ondelhide">Reign Over Me</a> <span class="deletedTitle">Reign Over Me has been removed <a href="#" aria-label="Undo delete for Reign Over Me" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Reign Over Me" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Reign Over Me" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">2h 4m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.4" data-userrating="0" data-movie="70056432" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 66px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Reign Over Me" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Reign Over Me to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Reign Over Me from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Reign Over Me" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Born on the Fourth of July" id="qitem-325268" data-id="325268" data-pos="118" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="118" class="pos">118</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Born-on-the-Fourth-of-July/325268" data-movieid="325268" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/325268.jpg" width="52" aria-label="Born on the Fourth of July" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Born-on-the-Fourth-of-July/325268" data-movieid="325268" class="title bob-modal-only ondelhide">Born on the Fourth of July</a> <span class="deletedTitle">Born on the Fourth of July has been removed <a href="#" aria-label="Undo delete for Born on the Fourth of July" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Born on the Fourth of July" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Born on the Fourth of July" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1989</span><span class="mpaa">R</span><span class="discOrDuration">2h 25m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="325268" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Born on the Fourth of July" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Born on the Fourth of July to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Born on the Fourth of July from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Born on the Fourth of July" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Rendition" id="qitem-70077558" data-id="70077558" data-pos="119" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="119" class="pos">119</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Rendition/70077558" data-movieid="70077558" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70077558.jpg" width="52" aria-label="Rendition" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Rendition/70077558" data-movieid="70077558" class="title bob-modal-only ondelhide">Rendition</a> <span class="deletedTitle">Rendition has been removed <a href="#" aria-label="Undo delete for Rendition" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Rendition" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Rendition" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2007</span><span class="mpaa">R</span><span class="discOrDuration">2h 2m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70077558" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Rendition" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Rendition to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Rendition from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Rendition" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for High Society" id="qitem-60027014" data-id="60027014" data-pos="120" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="120" class="pos">120</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/High-Society/60027014" data-movieid="60027014" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60027014.jpg" width="52" aria-label="High Society" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/High-Society/60027014" data-movieid="60027014" class="title bob-modal-only ondelhide">High Society</a> <span class="deletedTitle">High Society has been removed <a href="#" aria-label="Undo delete for High Society" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all High Society" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all High Society" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1956</span><span class="mpaa">NR</span><span class="discOrDuration">1h 51m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="60027014" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for High Society" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move High Society to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete High Society from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for High Society" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for American Ballet Theatre at the Met: Mixed Bill" id="qitem-70022590" data-id="70022590" data-pos="121" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="121" class="pos">121</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/American-Ballet-Theatre-at-the-Met-Mixed-Bill/70022590" data-movieid="70022590" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70022590.jpg" width="52" aria-label="American Ballet Theatre at the Met: Mixed Bill" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/American-Ballet-Theatre-at-the-Met-Mixed-Bill/70022590" data-movieid="70022590" class="title bob-modal-only ondelhide">American Ballet Theatre at the Met: Mixed Bill</a> <span class="deletedTitle">American Ballet Theatre at the Met: Mixed Bill has been removed <a href="#" aria-label="Undo delete for American Ballet Theatre at the Met: Mixed Bill" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all American Ballet Theatre at the Met: Mixed Bill" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all American Ballet Theatre at the Met: Mixed Bill" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1984</span><span class="mpaa">NR</span><span class="discOrDuration">1h 40m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70022590" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for American Ballet Theatre at the Met: Mixed Bill" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move American Ballet Theatre at the Met: Mixed Bill to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete American Ballet Theatre at the Met: Mixed Bill from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for American Ballet Theatre at the Met: Mixed Bill" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Harvey Girls" id="qitem-60022299" data-id="60022299" data-pos="122" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="122" class="pos">122</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Harvey-Girls/60022299" data-movieid="60022299" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60022299.jpg" width="52" aria-label="The Harvey Girls" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Harvey-Girls/60022299" data-movieid="60022299" class="title bob-modal-only ondelhide">The Harvey Girls</a> <span class="deletedTitle">The Harvey Girls has been removed <a href="#" aria-label="Undo delete for The Harvey Girls" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Harvey Girls" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Harvey Girls" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1946</span><span class="mpaa">NR</span><span class="discOrDuration">1h 41m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="60022299" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Harvey Girls" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Harvey Girls to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Harvey Girls from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Harvey Girls" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The New Ballet Workout" id="qitem-70018758" data-id="70018758" data-pos="123" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="123" class="pos">123</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-New-Ballet-Workout/70018758" data-movieid="70018758" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70018758.jpg" width="52" aria-label="The New Ballet Workout" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-New-Ballet-Workout/70018758" data-movieid="70018758" class="title bob-modal-only ondelhide">The New Ballet Workout</a> <span class="deletedTitle">The New Ballet Workout has been removed <a href="#" aria-label="Undo delete for The New Ballet Workout" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The New Ballet Workout" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The New Ballet Workout" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">NR</span><span class="discOrDuration">0h 45m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70018758" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The New Ballet Workout" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The New Ballet Workout to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The New Ballet Workout from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The New Ballet Workout" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Ballet Workout II: Strength and Conditioning" id="qitem-70018164" data-id="70018164" data-pos="124" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="124" class="pos">124</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Ballet-Workout-II-Strength-and-Conditioning/70018164" data-movieid="70018164" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70018164.jpg" width="52" aria-label="The Ballet Workout II: Strength and Conditioning" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Ballet-Workout-II-Strength-and-Conditioning/70018164" data-movieid="70018164" class="title bob-modal-only ondelhide">The Ballet Workout II: Strength and Conditioning</a> <span class="deletedTitle">The Ballet Workout II: Strength and Conditioning has been removed <a href="#" aria-label="Undo delete for The Ballet Workout II: Strength and Conditioning" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Ballet Workout II: Strength and Conditioning" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Ballet Workout II: Strength and Conditioning" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">NR</span><span class="discOrDuration">1h 10m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70018164" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Ballet Workout II: Strength and Conditioning" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Ballet Workout II: Strength and Conditioning to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Ballet Workout II: Strength and Conditioning from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Ballet Workout II: Strength and Conditioning" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for American Ballet Theatre in Swan Lake" id="qitem-70039892" data-id="70039892" data-pos="125" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="125" class="pos">125</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/American-Ballet-Theatre-in-Swan-Lake/70039892" data-movieid="70039892" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70039892.jpg" width="52" aria-label="American Ballet Theatre in Swan Lake" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/American-Ballet-Theatre-in-Swan-Lake/70039892" data-movieid="70039892" class="title bob-modal-only ondelhide">American Ballet Theatre in Swan Lake</a> <span class="deletedTitle">American Ballet Theatre in Swan Lake has been removed <a href="#" aria-label="Undo delete for American Ballet Theatre in Swan Lake" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all American Ballet Theatre in Swan Lake" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all American Ballet Theatre in Swan Lake" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2005</span><span class="mpaa">NR</span><span class="discOrDuration">1h 52m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="70039892" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for American Ballet Theatre in Swan Lake" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move American Ballet Theatre in Swan Lake to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete American Ballet Theatre in Swan Lake from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for American Ballet Theatre in Swan Lake" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Erin Brockovich" id="qitem-60000165" data-id="60000165" data-pos="126" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="126" class="pos">126</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Erin-Brockovich/60000165" data-movieid="60000165" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60000165.jpg" width="52" aria-label="Erin Brockovich" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Erin-Brockovich/60000165" data-movieid="60000165" class="title bob-modal-only ondelhide">Erin Brockovich</a> <span class="deletedTitle">Erin Brockovich has been removed <a href="#" aria-label="Undo delete for Erin Brockovich" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Erin Brockovich" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Erin Brockovich" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2000</span><span class="mpaa">R</span><span class="discOrDuration">2h 11m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="60000165" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Erin Brockovich" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Erin Brockovich to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Erin Brockovich from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Erin Brockovich" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Step Up 2: The Streets" id="qitem-70083112" data-id="70083112" data-pos="127" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="127" class="pos">127</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Step-Up-2-The-Streets/70083112" data-movieid="70083112" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70083112.jpg" width="52" aria-label="Step Up 2: The Streets" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Step-Up-2-The-Streets/70083112" data-movieid="70083112" class="title bob-modal-only ondelhide">Step Up 2: The Streets</a> <span class="deletedTitle">Step Up 2: The Streets has been removed <a href="#" aria-label="Undo delete for Step Up 2: The Streets" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Step Up 2: The Streets" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Step Up 2: The Streets" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 38m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.6" data-userrating="0" data-movie="70083112" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 50px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Step Up 2: The Streets" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Step Up 2: The Streets to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Step Up 2: The Streets from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Step Up 2: The Streets" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Milk" id="qitem-70100084" data-id="70100084" data-pos="128" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="128" class="pos">128</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Milk/70100084" data-movieid="70100084" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70100084.jpg" width="52" aria-label="Milk" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Milk/70100084" data-movieid="70100084" class="title bob-modal-only ondelhide">Milk</a> <span class="deletedTitle">Milk has been removed <a href="#" aria-label="Undo delete for Milk" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Milk" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Milk" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">R</span><span class="discOrDuration">2h 9m</span></p></div> <div aria-role="gridcell" class="play"><button><span class="fa fa-play"></span>Play</button></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70100084" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Milk" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Milk to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Milk from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Milk" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Death of the Incredible Hulk" id="qitem-60028369" data-id="60028369" data-pos="129" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="129" class="pos">129</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Death-of-the-Incredible-Hulk/60028369" data-movieid="60028369" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60028369.jpg" width="52" aria-label="The Death of the Incredible Hulk" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Death-of-the-Incredible-Hulk/60028369" data-movieid="60028369" class="title bob-modal-only ondelhide">The Death of the Incredible Hulk</a> <span class="deletedTitle">The Death of the Incredible Hulk has been removed <a href="#" aria-label="Undo delete for The Death of the Incredible Hulk" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Death of the Incredible Hulk" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Death of the Incredible Hulk" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1990</span><span class="mpaa">NR</span><span class="discOrDuration">1h 40m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="60028369" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Death of the Incredible Hulk" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Death of the Incredible Hulk to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Death of the Incredible Hulk from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Death of the Incredible Hulk" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Incredible Hulk Returns" id="qitem-60027353" data-id="60027353" data-pos="130" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="130" class="pos">130</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Incredible-Hulk-Returns/60027353" data-movieid="60027353" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60027353.jpg" width="52" aria-label="The Incredible Hulk Returns" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Incredible-Hulk-Returns/60027353" data-movieid="60027353" class="title bob-modal-only ondelhide">The Incredible Hulk Returns</a> <span class="deletedTitle">The Incredible Hulk Returns has been removed <a href="#" aria-label="Undo delete for The Incredible Hulk Returns" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Incredible Hulk Returns" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Incredible Hulk Returns" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1988</span><span class="mpaa">NR</span><span class="discOrDuration">1h 30m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="60027353" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Incredible Hulk Returns" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Incredible Hulk Returns to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Incredible Hulk Returns from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Incredible Hulk Returns" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Cinderella II: Dreams Come True" id="qitem-60021869" data-id="60021869" data-pos="131" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="131" class="pos">131</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Cinderella-II-Dreams-Come-True/60021869" data-movieid="60021869" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60021869.jpg" width="52" aria-label="Cinderella II: Dreams Come True" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Cinderella-II-Dreams-Come-True/60021869" data-movieid="60021869" class="title bob-modal-only ondelhide">Cinderella II: Dreams Come True</a> <span class="deletedTitle">Cinderella II: Dreams Come True has been removed <a href="#" aria-label="Undo delete for Cinderella II: Dreams Come True" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Cinderella II: Dreams Come True" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Cinderella II: Dreams Come True" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2002</span><span class="mpaa">G</span><span class="discOrDuration">1h 13m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.6" data-userrating="0" data-movie="60021869" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 50px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Cinderella II: Dreams Come True" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Cinderella II: Dreams Come True to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Cinderella II: Dreams Come True from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Cinderella II: Dreams Come True" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Cinderella III: A Twist in Time" id="qitem-70060060" data-id="70060060" data-pos="132" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="132" class="pos">132</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Cinderella-III-A-Twist-in-Time/70060060" data-movieid="70060060" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70060060.jpg" width="52" aria-label="Cinderella III: A Twist in Time" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Cinderella-III-A-Twist-in-Time/70060060" data-movieid="70060060" class="title bob-modal-only ondelhide">Cinderella III: A Twist in Time</a> <span class="deletedTitle">Cinderella III: A Twist in Time has been removed <a href="#" aria-label="Undo delete for Cinderella III: A Twist in Time" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Cinderella III: A Twist in Time" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Cinderella III: A Twist in Time" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2006</span><span class="mpaa">G</span><span class="discOrDuration">1h 14m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.9" data-userrating="0" data-movie="70060060" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 56px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Cinderella III: A Twist in Time" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Cinderella III: A Twist in Time to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Cinderella III: A Twist in Time from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Cinderella III: A Twist in Time" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Little Mermaid II: Return to the Sea" id="qitem-60002037" data-id="60002037" data-pos="133" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="133" class="pos">133</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Little-Mermaid-II-Return-to-the-Sea/60002037" data-movieid="60002037" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60002037.jpg" width="52" aria-label="The Little Mermaid II: Return to the Sea" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Little-Mermaid-II-Return-to-the-Sea/60002037" data-movieid="60002037" class="title bob-modal-only ondelhide">The Little Mermaid II: Return to the Sea</a> <span class="deletedTitle">The Little Mermaid II: Return to the Sea has been removed <a href="#" aria-label="Undo delete for The Little Mermaid II: Return to the Sea" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Little Mermaid II: Return to the Sea" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Little Mermaid II: Return to the Sea" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2000</span><span class="mpaa">G</span><span class="discOrDuration">1h 15m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.8" data-userrating="0" data-movie="60002037" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 54px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Little Mermaid II: Return to the Sea" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Little Mermaid II: Return to the Sea to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Little Mermaid II: Return to the Sea from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Little Mermaid II: Return to the Sea" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Bear in the Big Blue House: Everybody\'s Special" id="qitem-60022909" data-id="60022909" data-pos="134" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="134" class="pos">134</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Bear-in-the-Big-Blue-House-Everybody-s-Special/60022909" data-movieid="60022909" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60022909.jpg" width="52" aria-label="Bear in the Big Blue House: Everybody\'s Special" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Bear-in-the-Big-Blue-House-Everybody-s-Special/60022909" data-movieid="60022909" class="title bob-modal-only ondelhide">Bear in the Big Blue House: Everybody\'s Special</a> <span class="deletedTitle">Bear in the Big Blue House: Everybody\'s Special has been removed <a href="#" aria-label="Undo delete for Bear in the Big Blue House: Everybody\'s Special" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Bear in the Big Blue House: Everybody\'s Special" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Bear in the Big Blue House: Everybody\'s Special" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2002</span><span class="mpaa">NR</span><span class="discOrDuration">1h 15m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.5" data-userrating="0" data-movie="60022909" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 67px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Bear in the Big Blue House: Everybody\'s Special" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Bear in the Big Blue House: Everybody\'s Special to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Bear in the Big Blue House: Everybody\'s Special from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Bear in the Big Blue House: Everybody\'s Special" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Fourth Kind" id="qitem-70124182" data-id="70124182" data-pos="135" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="135" class="pos">135</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Fourth-Kind/70124182" data-movieid="70124182" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70124182.jpg" width="52" aria-label="The Fourth Kind" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Fourth-Kind/70124182" data-movieid="70124182" class="title bob-modal-only ondelhide">The Fourth Kind</a> <span class="deletedTitle">The Fourth Kind has been removed <a href="#" aria-label="Undo delete for The Fourth Kind" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Fourth Kind" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Fourth Kind" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2009</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 38m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="70124182" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Fourth Kind" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Fourth Kind to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Fourth Kind from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Fourth Kind" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 2 Disc 5" id="qitem-70125377" data-disc-text="Disc 5" data-id="70125377" data-pos="136" data-season-parent="70122001" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="136" class="pos">136</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70125377" data-movieid="70125377" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70122001.jpg" width="52" aria-label="Fame Season 2 Disc 5" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70125377" data-movieid="70125377" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 2 Disc 5" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 2</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 5</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70125377" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Fame Season 2 Disc 4" id="qitem-70125376" data-disc-text="Disc 4" data-id="70125376" data-pos="137" data-season-parent="70122001" data-show-parent="70140387" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="137" class="pos">137</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Fame/70125376" data-movieid="70125376" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70122001.jpg" width="52" aria-label="Fame Season 2 Disc 4" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Fame/70125376" data-movieid="70125376" class="title bob-modal-only ondelhide">Fame</a> <span class="deletedTitle">Fame has been removed <a href="#" aria-label="Undo delete for Fame Season 2 Disc 4" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Fame" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Fame" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>Season 2</span><span class="mpaa">NR</span><span class="discOrDuration">Disc 4</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.2" data-userrating="0" data-movie="70125376" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 62px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Fame" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Fame to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Fame from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Fame" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Let the Right One In" id="qitem-70099621" data-id="70099621" data-pos="138" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="138" class="pos">138</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Let-the-Right-One-In/70099621" data-movieid="70099621" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70099621.jpg" width="52" aria-label="Let the Right One In" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Let-the-Right-One-In/70099621" data-movieid="70099621" class="title bob-modal-only ondelhide">Let the Right One In</a> <span class="deletedTitle">Let the Right One In has been removed <a href="#" aria-label="Undo delete for Let the Right One In" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Let the Right One In" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Let the Right One In" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">R</span><span class="discOrDuration">1h 54m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.9" data-userrating="0" data-movie="70099621" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 75px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Let the Right One In" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Let the Right One In to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Let the Right One In from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Let the Right One In" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Parenthood" id="qitem-842383" data-id="842383" data-pos="139" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="139" class="pos">139</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Parenthood/842383" data-movieid="842383" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/842383.jpg" width="52" aria-label="Parenthood" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Parenthood/842383" data-movieid="842383" class="title bob-modal-only ondelhide">Parenthood</a> <span class="deletedTitle">Parenthood has been removed <a href="#" aria-label="Undo delete for Parenthood" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Parenthood" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Parenthood" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1989</span><span class="mpaa">PG-13</span><span class="discOrDuration">2h 4m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="4" data-userrating="0" data-movie="842383" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 77px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Parenthood" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Parenthood to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Parenthood from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Parenthood" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for When Harry Met Sally" id="qitem-60000226" data-id="60000226" data-pos="140" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="140" class="pos">140</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/When-Harry-Met-Sally/60000226" data-movieid="60000226" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60000226.jpg" width="52" aria-label="When Harry Met Sally" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/When-Harry-Met-Sally/60000226" data-movieid="60000226" class="title bob-modal-only ondelhide">When Harry Met Sally</a> <span class="deletedTitle">When Harry Met Sally has been removed <a href="#" aria-label="Undo delete for When Harry Met Sally" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all When Harry Met Sally" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all When Harry Met Sally" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1989</span><span class="mpaa">R</span><span class="discOrDuration">1h 36m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.4" data-userrating="0" data-movie="60000226" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 66px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for When Harry Met Sally" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move When Harry Met Sally to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete When Harry Met Sally from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for When Harry Met Sally" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Point Break" id="qitem-60020602" data-id="60020602" data-pos="141" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="141" class="pos">141</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Point-Break/60020602" data-movieid="60020602" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60020602.jpg" width="52" aria-label="Point Break" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Point-Break/60020602" data-movieid="60020602" class="title bob-modal-only ondelhide">Point Break</a> <span class="deletedTitle">Point Break has been removed <a href="#" aria-label="Undo delete for Point Break" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Point Break" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Point Break" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1991</span><span class="mpaa">R</span><span class="discOrDuration">1h 57m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate rated done" data-rating="3.7" data-userrating="3" data-movie="60020602" data-ratingdelay="0"><span class="star-mask rated-3"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Point Break" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Point Break to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Point Break from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Point Break" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Sideways" id="qitem-70011196" data-id="70011196" data-pos="142" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="142" class="pos">142</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Sideways/70011196" data-movieid="70011196" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70011196.jpg" width="52" aria-label="Sideways" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Sideways/70011196" data-movieid="70011196" class="title bob-modal-only ondelhide">Sideways</a> <span class="deletedTitle">Sideways has been removed <a href="#" aria-label="Undo delete for Sideways" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Sideways" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Sideways" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">R</span><span class="discOrDuration">2h 3m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="2.2" data-userrating="0" data-movie="70011196" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 42px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Sideways" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Sideways to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Sideways from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Sideways" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Blue Lagoon" id="qitem-318448" data-id="318448" data-pos="143" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="143" class="pos">143</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Blue-Lagoon/318448" data-movieid="318448" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/318448.jpg" width="52" aria-label="The Blue Lagoon" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Blue-Lagoon/318448" data-movieid="318448" class="title bob-modal-only ondelhide">The Blue Lagoon</a> <span class="deletedTitle">The Blue Lagoon has been removed <a href="#" aria-label="Undo delete for The Blue Lagoon" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Blue Lagoon" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Blue Lagoon" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1980</span><span class="mpaa">R</span><span class="discOrDuration">1h 44m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.3" data-userrating="0" data-movie="318448" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 64px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Blue Lagoon" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Blue Lagoon to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Blue Lagoon from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Blue Lagoon" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Magnificent Seven" id="qitem-60011750" data-id="60011750" data-pos="144" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="144" class="pos">144</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Magnificent-Seven/60011750" data-movieid="60011750" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60011750.jpg" width="52" aria-label="The Magnificent Seven" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Magnificent-Seven/60011750" data-movieid="60011750" class="title bob-modal-only ondelhide">The Magnificent Seven</a> <span class="deletedTitle">The Magnificent Seven has been removed <a href="#" aria-label="Undo delete for The Magnificent Seven" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Magnificent Seven" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Magnificent Seven" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1960</span><span class="mpaa">NR</span><span class="discOrDuration">2h 8m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="60011750" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Magnificent Seven" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Magnificent Seven to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Magnificent Seven from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Magnificent Seven" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Who\'s Harry Crumb?" id="qitem-27828071" data-id="27828071" data-pos="145" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="145" class="pos">145</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Who-s-Harry-Crumb-/27828071" data-movieid="27828071" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/27828071.jpg" width="52" aria-label="Who\'s Harry Crumb?" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Who-s-Harry-Crumb-/27828071" data-movieid="27828071" class="title bob-modal-only ondelhide">Who\'s Harry Crumb?</a> <span class="deletedTitle">Who\'s Harry Crumb? has been removed <a href="#" aria-label="Undo delete for Who\'s Harry Crumb?" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Who\'s Harry Crumb?" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Who\'s Harry Crumb?" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1989</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 29m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.4" data-userrating="0" data-movie="27828071" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 66px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Who\'s Harry Crumb?" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Who\'s Harry Crumb? to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Who\'s Harry Crumb? from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Who\'s Harry Crumb?" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for The Method: Pilates: All in One Workout" id="qitem-70089969" data-id="70089969" data-pos="146" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="146" class="pos">146</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/The-Method-Pilates-All-in-One-Workout/70089969" data-movieid="70089969" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/70089969.jpg" width="52" aria-label="The Method: Pilates: All in One Workout" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/The-Method-Pilates-All-in-One-Workout/70089969" data-movieid="70089969" class="title bob-modal-only ondelhide">The Method: Pilates: All in One Workout</a> <span class="deletedTitle">The Method: Pilates: All in One Workout has been removed <a href="#" aria-label="Undo delete for The Method: Pilates: All in One Workout" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all The Method: Pilates: All in One Workout" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all The Method: Pilates: All in One Workout" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2008</span><span class="mpaa">NR</span><span class="discOrDuration">1h 30m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3" data-userrating="0" data-movie="70089969" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 58px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for The Method: Pilates: All in One Workout" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move The Method: Pilates: All in One Workout to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete The Method: Pilates: All in One Workout from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for The Method: Pilates: All in One Workout" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Alien vs. Predator" id="qitem-60036245" data-id="60036245" data-pos="147" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="147" class="pos">147</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Alien-vs-Predator/60036245" data-movieid="60036245" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60036245.jpg" width="52" aria-label="Alien vs. Predator" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Alien-vs-Predator/60036245" data-movieid="60036245" class="title bob-modal-only ondelhide">Alien vs. Predator</a> <span class="deletedTitle">Alien vs. Predator has been removed <a href="#" aria-label="Undo delete for Alien vs. Predator" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Alien vs. Predator" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Alien vs. Predator" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>2004</span><span class="mpaa">PG-13</span><span class="discOrDuration">1h 41m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.1" data-userrating="0" data-movie="60036245" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 60px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"></div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Alien vs. Predator" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Alien vs. Predator to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Alien vs. Predator from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Alien vs. Predator" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li><li aria-label="Table row for Little Man Tate" id="qitem-60020976" data-id="60020976" data-pos="148" class="queue-item ui-sortable-handle"><div aria-role="gridcell" class="position"><span class="move-handle move-handle-begin"></span> <span tabindex="0" aria-label="148" class="pos">148</span></div> <div aria-role="gridcell" class="boxart"><a href="/Movie/Little-Man-Tate/60020976" data-movieid="60020976" class="boxart bob-modal-only"><img src="//assets.nflxext.com/us/boxshots/166/60020976.jpg" width="52" aria-label="Little Man Tate" class="no-bob"></a></div> <div aria-role="gridcell" class="title"><p><a href="/Movie/Little-Man-Tate/60020976" data-movieid="60020976" class="title bob-modal-only ondelhide">Little Man Tate</a> <span class="deletedTitle">Little Man Tate has been removed <a href="#" aria-label="Undo delete for Little Man Tate" class="action-undo">undo</a></span></p><p class="deletedSeason">This title was part of a season <a href="#" aria-label="Remove all Little Man Tate" class="action-delete-season">Remove all</a></p> <p class="restoreSeason">This title was part of a season <a href="#" aria-label="Restore all Little Man Tate" class="action-restore-season">Restore all</a></p> <p></p> <p class="metadata ondelhide"><span>1991</span><span class="mpaa">PG</span><span class="discOrDuration">1h 39m</span></p></div> <div aria-role="gridcell" class="play"><!----></div> <div aria-role="gridcell" class="rating ondelhide"><span><span class="starbar canrate done" data-rating="3.7" data-userrating="0" data-movie="60020976" data-ratingdelay="0"><span class="star-mask"><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" class="fa fa-star grey-stars" title="Rate 5 stars"></a><a href="#" class="notint fa fa-ban" title="Not interested"></a></span><span class="red-star-mask" style="width: 71px;"><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 1 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 2 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 3 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 4 stars"></a><a href="javascript:void(0);" aria-hidden="true" tabindex="-1" class="fa fa-star red-stars" title="Rate 5 stars"></a></span></span></span></div> <div class="genre"></div> <div aria-role="gridcell" class="format ondelhide"><span tabindex="0" aria-label="format is DVD">DVD</span> <!----></div> <div aria-role="gridcell" class="availability ondelhide"><span class="fa fa-clock-o"></span> Short wait</div> <div aria-role="gridcell" class="availableactions"><p id="actions" class="actions"><a href="#" tabindex="0"><span class="actions">•••</span></a></p> <span class="actionMenu"><a href="#" aria-label="open move menu for Little Man Tate" tabindex="0" class="action-menu fa fa-list-ul"></a> <a href="#" aria-label="move Little Man Tate to the top of your queue" tabindex="0" class="action-totop fa fa-arrow-circle-up"></a> <a href="#" aria-label="delete Little Man Tate from your queue" tabindex="0" class="action-delete fa fa-trash-o"></a> <a href="#" aria-label="undo delete for Little Man Tate" tabindex="0" class="action-undo fa fa-undo no-tag"><span class="action-undo no-tag">UNDO</span></a></span> <span class="move-handle move-handle-end"></span></div></li></ul>'; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); // Print the entire match result var_dump($matches);

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php