cineworld_uk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +15 -0
- data/.gitignore +17 -0
- data/.travis.yml +4 -0
- data/CHANGELOG.md +9 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +59 -0
- data/Rakefile +15 -0
- data/cineworld_uk.gemspec +29 -0
- data/lib/cineworld_uk.rb +15 -0
- data/lib/cineworld_uk/cinema.rb +218 -0
- data/lib/cineworld_uk/film.rb +47 -0
- data/lib/cineworld_uk/internal/film_with_screenings_parser.rb +128 -0
- data/lib/cineworld_uk/screening.rb +33 -0
- data/lib/cineworld_uk/version.rb +6 -0
- data/test/fixtures/cinemas.html +420 -0
- data/test/fixtures/cinemas/brighton.html +8 -0
- data/test/fixtures/cinemas/bristol.html +1206 -0
- data/test/fixtures/cinemas/bury-st-edmunds.html +1211 -0
- data/test/fixtures/cinemas/chelsea.html +1030 -0
- data/test/fixtures/cinemas/the-o2-grenwich.html +1191 -0
- data/test/fixtures/whatson/brighton.html +7906 -0
- data/test/fixtures/whatson/brighton/autism-friendly-cloudy-2.html +79 -0
- data/test/fixtures/whatson/brighton/geethanjali-malayalam.html +71 -0
- data/test/fixtures/whatson/brighton/gravity.html +2129 -0
- data/test/fixtures/whatson/brighton/take-2-thursday-about-time.html +89 -0
- data/test/fixtures/whatson/glasgow-imax-at-gsc-cinema.html +3160 -0
- data/test/fixtures/whatson/glasgow-imax-at-gsc/the-hunger-games-catching-fire.html +498 -0
- data/test/fixtures/whatson/the-o2-greenwich.html +6854 -0
- data/test/fixtures/whatson/the-o2-greenwich/gravity.html +784 -0
- data/test/fixtures/whatson/wandsworth.html +13729 -0
- data/test/fixtures/whatson/wandsworth/arrambam-tamil.html +126 -0
- data/test/fixtures/whatson/wandsworth/bolshoi-ballet-live-lost-illusions.html +80 -0
- data/test/fixtures/whatson/wandsworth/frankenstein-nt-50th.html +82 -0
- data/test/fixtures/whatson/wandsworth/met-opera-falstaff.html +74 -0
- data/test/fixtures/whatson/wandsworth/nt-live-war-horse.html +80 -0
- data/test/fixtures/whatson/wandsworth/royal-ballet-live-the-sleeping-beauty.html +79 -0
- data/test/fixtures/whatson/wandsworth/royal-opera-live-parsifal-weird-date.html +79 -0
- data/test/fixtures/whatson/wandsworth/rsc-live-richard-ii-encore.html +80 -0
- data/test/fixtures/whatson/wandsworth/west-end-theatre-series-private-lives.html +80 -0
- data/test/lib/cineworld_uk/cinema_test.rb +466 -0
- data/test/lib/cineworld_uk/film_test.rb +95 -0
- data/test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb +200 -0
- data/test/lib/cineworld_uk/screening_test.rb +31 -0
- data/test/lib/cineworld_uk/version_test.rb +9 -0
- data/test/test_helper.rb +6 -0
- metadata +219 -0
@@ -0,0 +1,79 @@
|
|
1
|
+
<div class="row">
|
2
|
+
<div class="span2">
|
3
|
+
<div class="poster">
|
4
|
+
<a href="/whatson/6932?cinema=3&date=all">
|
5
|
+
<div class="image">
|
6
|
+
<img src="/assets/media/films/6932_poster_large.jpg" data-original="/assets/media/films/6932_poster_large.jpg" width="140" alt="Poster for Film Autism Friendly Screening: Cloudy With A Chance Of Meatballs 2" style="display: inline;"></div>
|
7
|
+
</a>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
|
11
|
+
<div class="span7">
|
12
|
+
<h1>
|
13
|
+
<a href="/whatson/6932?cinema=3&date=all">
|
14
|
+
Autism Friendly Screening: Cloudy With A Chance Of Meatballs 2
|
15
|
+
</a>
|
16
|
+
<a class="classification gb-u tooltip" href="/classification" data-classification="U" data-territory="GB" data-field-title="It is impossible to predict what might upset any particular child. But a 'U' film should be suitable for audiences aged four years and over. 'U' films should be set within a positive moral framework and should offer reassuring counterbalances to any violence, threat or horror.">(U)</a>
|
17
|
+
</h1>
|
18
|
+
|
19
|
+
<div class="inline-children">
|
20
|
+
<h3>Release date:</h3>
|
21
|
+
<p>1st December 2013</p>
|
22
|
+
</div>
|
23
|
+
|
24
|
+
<div class="inline-children">
|
25
|
+
<h3>Running time:</h3>
|
26
|
+
<p>95 mins</p>
|
27
|
+
</div>
|
28
|
+
|
29
|
+
<h3>Synopsis:</h3>
|
30
|
+
<p>
|
31
|
+
Inventor Flint Lockwood's out-of-control food machine goes even crazier in this hilarious sequel!
|
32
|
+
</p>
|
33
|
+
|
34
|
+
<h3>Available screening types</h3>
|
35
|
+
|
36
|
+
<ul class="unstyled">
|
37
|
+
<li class="icon-service-twod"></li>
|
38
|
+
|
39
|
+
<li class="icon-service-au"></li>
|
40
|
+
|
41
|
+
</ul>
|
42
|
+
|
43
|
+
<a class="action primary" title="Find out more about Autism Friendly Screening: Cloudy With A Chance Of Meatballs 2" href="/whatson/6932?cinema=3&date=all">Find out more</a>
|
44
|
+
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
<br>
|
48
|
+
<p> <strong>Select a showtime and book to save 10% on your tickets with
|
49
|
+
<span class="icon-logo-mycineworld ">mycineworld</span></strong>
|
50
|
+
</p>
|
51
|
+
<div class="schedule row">
|
52
|
+
<div class="span9">
|
53
|
+
<div class="date row">
|
54
|
+
<div class="span2">
|
55
|
+
<h3>Sunday 1st Dec</h3>
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div class="span7">
|
59
|
+
<ol class="performances">
|
60
|
+
<li>
|
61
|
+
<a class="tooltip performance action" href="/booking?cinema=3&filmEdi=445938&date=20131201&time=11:00" rel="nofollow" data-field-title="11:00">11:00</a>
|
62
|
+
<div class="tooltip-box performance">
|
63
|
+
<h2>Available screening types:</h2>
|
64
|
+
|
65
|
+
<hr class="thin">
|
66
|
+
|
67
|
+
<ul class="unstyled">
|
68
|
+
<li class="icon-service-twod">2D</li>
|
69
|
+
<li class="icon-service-au">Autism Friendly</li>
|
70
|
+
</ul>
|
71
|
+
</div>
|
72
|
+
</li>
|
73
|
+
</ol>
|
74
|
+
</div>
|
75
|
+
</div>
|
76
|
+
|
77
|
+
<a class="action secondary light" href="/whatson/6932?cinema=3&date=all">View all dates</a>
|
78
|
+
</div>
|
79
|
+
</div>
|
@@ -0,0 +1,71 @@
|
|
1
|
+
<div class="row">
|
2
|
+
<div class="span2">
|
3
|
+
<div class="poster">
|
4
|
+
<a href="/whatson/6828?cinema=3&date=all">
|
5
|
+
<div class="image">
|
6
|
+
<img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6828_poster_large.jpg" width="140" alt="Poster for Film Geethanjali (Malayalam)" />
|
7
|
+
</div>
|
8
|
+
</a>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
<div class="span7">
|
13
|
+
<h1>
|
14
|
+
<a href="/whatson/6828?cinema=3&date=all">Geethanjali (Malayalam)</a>
|
15
|
+
</h1>
|
16
|
+
|
17
|
+
<div class="inline-children">
|
18
|
+
<h3>Release date:</h3>
|
19
|
+
<p>15th November 2013</p>
|
20
|
+
</div>
|
21
|
+
|
22
|
+
<h3>Synopsis:</h3>
|
23
|
+
<p>
|
24
|
+
Mohan Lal reprises psychiatrist Dr. Sunny in Priyadarshan's eagerly anticipated Malayalam psychological thriller.
|
25
|
+
</p>
|
26
|
+
|
27
|
+
<h3>Available screening types</h3>
|
28
|
+
|
29
|
+
<ul class="unstyled">
|
30
|
+
<li class="icon-service-twod"></li>
|
31
|
+
|
32
|
+
</ul>
|
33
|
+
|
34
|
+
<a class="action primary" title="Find out more about Geethanjali (Malayalam)" href="/whatson/6828?cinema=3&date=all">Find out more</a>
|
35
|
+
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<br />
|
40
|
+
<p> <strong>Select a showtime and book to save 10% on your tickets with
|
41
|
+
<span class="icon-logo-mycineworld ">mycineworld</span></strong>
|
42
|
+
</p>
|
43
|
+
|
44
|
+
<div class="schedule row">
|
45
|
+
<div class="span9">
|
46
|
+
<div class="date row">
|
47
|
+
<div class="span2">
|
48
|
+
<h3>Sunday 17th Nov</h3>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div class="span7">
|
52
|
+
<ol class="performances">
|
53
|
+
<li>
|
54
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=155045&date=20131117&time=18:00" rel="nofollow">18:00</a>
|
55
|
+
<div class="tooltip-box performance">
|
56
|
+
<h2>Available screening types:</h2>
|
57
|
+
|
58
|
+
<hr class="thin" />
|
59
|
+
|
60
|
+
<ul class="unstyled">
|
61
|
+
<li class="icon-service-twod">2D</li>
|
62
|
+
</ul>
|
63
|
+
</div>
|
64
|
+
</li>
|
65
|
+
</ol>
|
66
|
+
</div>
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<a class="action secondary light" href="/whatson/6828?cinema=3&date=all">View all dates</a>
|
70
|
+
</div>
|
71
|
+
</div>
|
@@ -0,0 +1,2129 @@
|
|
1
|
+
<div class="row">
|
2
|
+
<div class="span4">
|
3
|
+
<div class="poster">
|
4
|
+
<a href="/whatson/6515?cinema=3&date=all">
|
5
|
+
<div class="image">
|
6
|
+
<img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6515_poster_iphone.jpg" width="300" alt="Poster for Film Gravity" />
|
7
|
+
</div>
|
8
|
+
</a>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
<div class="span5">
|
13
|
+
<h1>
|
14
|
+
<a href="/whatson/6515?cinema=3&date=all">Gravity</a>
|
15
|
+
<a class="classification gb-12a tooltip" href="/classification" title="No-one younger than 12 may see a '12A' film in a cinema unless accompanied by an adult. Responsibility for allowing under-12s to view lies with the accompanying or supervising adult." data-classification="12A" data-territory="GB">(12A)</a>
|
16
|
+
</h1>
|
17
|
+
|
18
|
+
<div class="inline-children">
|
19
|
+
<h3>Release date:</h3>
|
20
|
+
<p>8th November 2013</p>
|
21
|
+
</div>
|
22
|
+
|
23
|
+
<div class="inline-children">
|
24
|
+
<h3>Running time:</h3>
|
25
|
+
<p>91 mins</p>
|
26
|
+
</div>
|
27
|
+
|
28
|
+
<h3>Synopsis:</h3>
|
29
|
+
<p>
|
30
|
+
Sandra Bullock and George Clooney are cast adrift in space in this intense sci-fi thriller - amazing in 3D!
|
31
|
+
</p>
|
32
|
+
|
33
|
+
<h3>Cast:</h3>
|
34
|
+
<p>George Clooney, Sandra Bullock</p>
|
35
|
+
|
36
|
+
<h3>Director:</h3>
|
37
|
+
<p>Alfonso Cuaron</p>
|
38
|
+
|
39
|
+
<h3>Available screening types</h3>
|
40
|
+
|
41
|
+
<ul class="unstyled">
|
42
|
+
<li class="icon-service-twod"></li>
|
43
|
+
|
44
|
+
<li class="icon-service-thrd"></li>
|
45
|
+
|
46
|
+
<li class="icon-service-ad"></li>
|
47
|
+
|
48
|
+
</ul>
|
49
|
+
|
50
|
+
<a class="action primary" title="Find out more about Gravity" href="/whatson/6515?cinema=3&date=all">Find out more</a>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
</div>
|
54
|
+
|
55
|
+
<br />
|
56
|
+
<p> <strong>Select a showtime and book to save 10% on your tickets with
|
57
|
+
<span class="icon-logo-mycineworld ">mycineworld</span></strong>
|
58
|
+
</p>
|
59
|
+
|
60
|
+
<div class="schedule row">
|
61
|
+
<div class="span9">
|
62
|
+
<div class="date row">
|
63
|
+
<div class="span2">
|
64
|
+
<h3>Tuesday 12th Nov</h3>
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<div class="span7">
|
68
|
+
<ol class="performances">
|
69
|
+
<li>
|
70
|
+
<span class="tooltip performance action unavailable" data-tooltip-template="performance-unavailable" data-field-title="" data-field-explanation="">21:20</span>
|
71
|
+
</li>
|
72
|
+
</ol>
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
<div class="date row">
|
76
|
+
<div class="span2">
|
77
|
+
<h3>Wednesday 13th Nov</h3>
|
78
|
+
</div>
|
79
|
+
|
80
|
+
<div class="span7">
|
81
|
+
<ol class="performances">
|
82
|
+
<li>
|
83
|
+
<a class="tooltip performance action" title="12:00" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=12:00" rel="nofollow">12:00</a>
|
84
|
+
<div class="tooltip-box performance">
|
85
|
+
<h2>Available screening types:</h2>
|
86
|
+
|
87
|
+
<hr class="thin" />
|
88
|
+
|
89
|
+
<ul class="unstyled">
|
90
|
+
<li class="icon-service-twod">2D</li>
|
91
|
+
<li class="icon-service-ad">Audio described</li>
|
92
|
+
</ul>
|
93
|
+
</div>
|
94
|
+
</li>
|
95
|
+
<li>
|
96
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=12:50" rel="nofollow">12:50</a>
|
97
|
+
<div class="tooltip-box performance">
|
98
|
+
<h2>Available screening types:</h2>
|
99
|
+
|
100
|
+
<hr class="thin" />
|
101
|
+
|
102
|
+
<ul class="unstyled">
|
103
|
+
<li class="icon-service-thrd">3D</li>
|
104
|
+
<li class="icon-service-ad">Audio described</li>
|
105
|
+
</ul>
|
106
|
+
</div>
|
107
|
+
</li>
|
108
|
+
<li>
|
109
|
+
<a class="tooltip performance action" title="13:40" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=13:40" rel="nofollow">13:40</a>
|
110
|
+
<div class="tooltip-box performance">
|
111
|
+
<h2>Available screening types:</h2>
|
112
|
+
|
113
|
+
<hr class="thin" />
|
114
|
+
|
115
|
+
<ul class="unstyled">
|
116
|
+
<li class="icon-service-thrd">3D</li>
|
117
|
+
<li class="icon-service-ad">Audio described</li>
|
118
|
+
</ul>
|
119
|
+
</div>
|
120
|
+
</li>
|
121
|
+
<li>
|
122
|
+
<a class="tooltip performance action" title="14:20" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=14:20" rel="nofollow">14:20</a>
|
123
|
+
<div class="tooltip-box performance">
|
124
|
+
<h2>Available screening types:</h2>
|
125
|
+
|
126
|
+
<hr class="thin" />
|
127
|
+
|
128
|
+
<ul class="unstyled">
|
129
|
+
<li class="icon-service-twod">2D</li>
|
130
|
+
<li class="icon-service-ad">Audio described</li>
|
131
|
+
</ul>
|
132
|
+
</div>
|
133
|
+
</li>
|
134
|
+
<li>
|
135
|
+
<a class="tooltip performance action" title="15:10" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=15:10" rel="nofollow">15:10</a>
|
136
|
+
<div class="tooltip-box performance">
|
137
|
+
<h2>Available screening types:</h2>
|
138
|
+
|
139
|
+
<hr class="thin" />
|
140
|
+
|
141
|
+
<ul class="unstyled">
|
142
|
+
<li class="icon-service-thrd">3D</li>
|
143
|
+
<li class="icon-service-ad">Audio described</li>
|
144
|
+
</ul>
|
145
|
+
</div>
|
146
|
+
</li>
|
147
|
+
<li>
|
148
|
+
<a class="tooltip performance action" title="16:00" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=16:00" rel="nofollow">16:00</a>
|
149
|
+
<div class="tooltip-box performance">
|
150
|
+
<h2>Available screening types:</h2>
|
151
|
+
|
152
|
+
<hr class="thin" />
|
153
|
+
|
154
|
+
<ul class="unstyled">
|
155
|
+
<li class="icon-service-thrd">3D</li>
|
156
|
+
<li class="icon-service-ad">Audio described</li>
|
157
|
+
</ul>
|
158
|
+
</div>
|
159
|
+
</li>
|
160
|
+
<li>
|
161
|
+
<a class="tooltip performance action" title="17:30" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=17:30" rel="nofollow">17:30</a>
|
162
|
+
<div class="tooltip-box performance">
|
163
|
+
<h2>Available screening types:</h2>
|
164
|
+
|
165
|
+
<hr class="thin" />
|
166
|
+
|
167
|
+
<ul class="unstyled">
|
168
|
+
<li class="icon-service-twod">2D</li>
|
169
|
+
<li class="icon-service-ad">Audio described</li>
|
170
|
+
</ul>
|
171
|
+
</div>
|
172
|
+
</li>
|
173
|
+
<li>
|
174
|
+
<a class="tooltip performance action" title="18:20" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=18:20" rel="nofollow">18:20</a>
|
175
|
+
<div class="tooltip-box performance">
|
176
|
+
<h2>Available screening types:</h2>
|
177
|
+
|
178
|
+
<hr class="thin" />
|
179
|
+
|
180
|
+
<ul class="unstyled">
|
181
|
+
<li class="icon-service-thrd">3D</li>
|
182
|
+
<li class="icon-service-ad">Audio described</li>
|
183
|
+
</ul>
|
184
|
+
</div>
|
185
|
+
</li>
|
186
|
+
<li>
|
187
|
+
<a class="tooltip performance action" title="19:00" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=19:00" rel="nofollow">19:00</a>
|
188
|
+
<div class="tooltip-box performance">
|
189
|
+
<h2>Available screening types:</h2>
|
190
|
+
|
191
|
+
<hr class="thin" />
|
192
|
+
|
193
|
+
<ul class="unstyled">
|
194
|
+
<li class="icon-service-thrd">3D</li>
|
195
|
+
<li class="icon-service-ad">Audio described</li>
|
196
|
+
</ul>
|
197
|
+
</div>
|
198
|
+
</li>
|
199
|
+
<li>
|
200
|
+
<a class="tooltip performance action" title="19:50" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=19:50" rel="nofollow">19:50</a>
|
201
|
+
<div class="tooltip-box performance">
|
202
|
+
<h2>Available screening types:</h2>
|
203
|
+
|
204
|
+
<hr class="thin" />
|
205
|
+
|
206
|
+
<ul class="unstyled">
|
207
|
+
<li class="icon-service-thrd">3D</li>
|
208
|
+
<li class="icon-service-ad">Audio described</li>
|
209
|
+
</ul>
|
210
|
+
</div>
|
211
|
+
</li>
|
212
|
+
<li>
|
213
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=20:40" rel="nofollow">20:40</a>
|
214
|
+
<div class="tooltip-box performance">
|
215
|
+
<h2>Available screening types:</h2>
|
216
|
+
|
217
|
+
<hr class="thin" />
|
218
|
+
|
219
|
+
<ul class="unstyled">
|
220
|
+
<li class="icon-service-thrd">3D</li>
|
221
|
+
<li class="icon-service-ad">Audio described</li>
|
222
|
+
</ul>
|
223
|
+
</div>
|
224
|
+
</li>
|
225
|
+
<li>
|
226
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131113&time=21:20" rel="nofollow">21:20</a>
|
227
|
+
<div class="tooltip-box performance">
|
228
|
+
<h2>Available screening types:</h2>
|
229
|
+
|
230
|
+
<hr class="thin" />
|
231
|
+
|
232
|
+
<ul class="unstyled">
|
233
|
+
<li class="icon-service-thrd">3D</li>
|
234
|
+
<li class="icon-service-ad">Audio described</li>
|
235
|
+
</ul>
|
236
|
+
</div>
|
237
|
+
</li>
|
238
|
+
</ol>
|
239
|
+
</div>
|
240
|
+
</div>
|
241
|
+
<div class="date row">
|
242
|
+
<div class="span2">
|
243
|
+
<h3>Thursday 14th Nov</h3>
|
244
|
+
</div>
|
245
|
+
|
246
|
+
<div class="span7">
|
247
|
+
<ol class="performances">
|
248
|
+
<li>
|
249
|
+
<a class="tooltip performance action" title="12:00" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=12:00" rel="nofollow">12:00</a>
|
250
|
+
<div class="tooltip-box performance">
|
251
|
+
<h2>Available screening types:</h2>
|
252
|
+
|
253
|
+
<hr class="thin" />
|
254
|
+
|
255
|
+
<ul class="unstyled">
|
256
|
+
<li class="icon-service-twod">2D</li>
|
257
|
+
<li class="icon-service-ad">Audio described</li>
|
258
|
+
</ul>
|
259
|
+
</div>
|
260
|
+
</li>
|
261
|
+
<li>
|
262
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=12:50" rel="nofollow">12:50</a>
|
263
|
+
<div class="tooltip-box performance">
|
264
|
+
<h2>Available screening types:</h2>
|
265
|
+
|
266
|
+
<hr class="thin" />
|
267
|
+
|
268
|
+
<ul class="unstyled">
|
269
|
+
<li class="icon-service-thrd">3D</li>
|
270
|
+
<li class="icon-service-ad">Audio described</li>
|
271
|
+
</ul>
|
272
|
+
</div>
|
273
|
+
</li>
|
274
|
+
<li>
|
275
|
+
<a class="tooltip performance action" title="13:40" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=13:40" rel="nofollow">13:40</a>
|
276
|
+
<div class="tooltip-box performance">
|
277
|
+
<h2>Available screening types:</h2>
|
278
|
+
|
279
|
+
<hr class="thin" />
|
280
|
+
|
281
|
+
<ul class="unstyled">
|
282
|
+
<li class="icon-service-thrd">3D</li>
|
283
|
+
<li class="icon-service-ad">Audio described</li>
|
284
|
+
</ul>
|
285
|
+
</div>
|
286
|
+
</li>
|
287
|
+
<li>
|
288
|
+
<a class="tooltip performance action" title="14:20" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=14:20" rel="nofollow">14:20</a>
|
289
|
+
<div class="tooltip-box performance">
|
290
|
+
<h2>Available screening types:</h2>
|
291
|
+
|
292
|
+
<hr class="thin" />
|
293
|
+
|
294
|
+
<ul class="unstyled">
|
295
|
+
<li class="icon-service-twod">2D</li>
|
296
|
+
<li class="icon-service-ad">Audio described</li>
|
297
|
+
</ul>
|
298
|
+
</div>
|
299
|
+
</li>
|
300
|
+
<li>
|
301
|
+
<a class="tooltip performance action" title="15:10" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=15:10" rel="nofollow">15:10</a>
|
302
|
+
<div class="tooltip-box performance">
|
303
|
+
<h2>Available screening types:</h2>
|
304
|
+
|
305
|
+
<hr class="thin" />
|
306
|
+
|
307
|
+
<ul class="unstyled">
|
308
|
+
<li class="icon-service-thrd">3D</li>
|
309
|
+
<li class="icon-service-ad">Audio described</li>
|
310
|
+
</ul>
|
311
|
+
</div>
|
312
|
+
</li>
|
313
|
+
<li>
|
314
|
+
<a class="tooltip performance action" title="16:00" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=16:00" rel="nofollow">16:00</a>
|
315
|
+
<div class="tooltip-box performance">
|
316
|
+
<h2>Available screening types:</h2>
|
317
|
+
|
318
|
+
<hr class="thin" />
|
319
|
+
|
320
|
+
<ul class="unstyled">
|
321
|
+
<li class="icon-service-thrd">3D</li>
|
322
|
+
<li class="icon-service-ad">Audio described</li>
|
323
|
+
</ul>
|
324
|
+
</div>
|
325
|
+
</li>
|
326
|
+
<li>
|
327
|
+
<a class="tooltip performance action" title="17:30" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=17:30" rel="nofollow">17:30</a>
|
328
|
+
<div class="tooltip-box performance">
|
329
|
+
<h2>Available screening types:</h2>
|
330
|
+
|
331
|
+
<hr class="thin" />
|
332
|
+
|
333
|
+
<ul class="unstyled">
|
334
|
+
<li class="icon-service-twod">2D</li>
|
335
|
+
<li class="icon-service-ad">Audio described</li>
|
336
|
+
</ul>
|
337
|
+
</div>
|
338
|
+
</li>
|
339
|
+
<li>
|
340
|
+
<a class="tooltip performance action" title="18:20" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=18:20" rel="nofollow">18:20</a>
|
341
|
+
<div class="tooltip-box performance">
|
342
|
+
<h2>Available screening types:</h2>
|
343
|
+
|
344
|
+
<hr class="thin" />
|
345
|
+
|
346
|
+
<ul class="unstyled">
|
347
|
+
<li class="icon-service-thrd">3D</li>
|
348
|
+
<li class="icon-service-ad">Audio described</li>
|
349
|
+
</ul>
|
350
|
+
</div>
|
351
|
+
</li>
|
352
|
+
<li>
|
353
|
+
<a class="tooltip performance action" title="19:00" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=19:00" rel="nofollow">19:00</a>
|
354
|
+
<div class="tooltip-box performance">
|
355
|
+
<h2>Available screening types:</h2>
|
356
|
+
|
357
|
+
<hr class="thin" />
|
358
|
+
|
359
|
+
<ul class="unstyled">
|
360
|
+
<li class="icon-service-thrd">3D</li>
|
361
|
+
<li class="icon-service-ad">Audio described</li>
|
362
|
+
</ul>
|
363
|
+
</div>
|
364
|
+
</li>
|
365
|
+
<li>
|
366
|
+
<a class="tooltip performance action" title="19:50" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=19:50" rel="nofollow">19:50</a>
|
367
|
+
<div class="tooltip-box performance">
|
368
|
+
<h2>Available screening types:</h2>
|
369
|
+
|
370
|
+
<hr class="thin" />
|
371
|
+
|
372
|
+
<ul class="unstyled">
|
373
|
+
<li class="icon-service-thrd">3D</li>
|
374
|
+
<li class="icon-service-ad">Audio described</li>
|
375
|
+
</ul>
|
376
|
+
</div>
|
377
|
+
</li>
|
378
|
+
<li>
|
379
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=20:40" rel="nofollow">20:40</a>
|
380
|
+
<div class="tooltip-box performance">
|
381
|
+
<h2>Available screening types:</h2>
|
382
|
+
|
383
|
+
<hr class="thin" />
|
384
|
+
|
385
|
+
<ul class="unstyled">
|
386
|
+
<li class="icon-service-thrd">3D</li>
|
387
|
+
<li class="icon-service-ad">Audio described</li>
|
388
|
+
</ul>
|
389
|
+
</div>
|
390
|
+
</li>
|
391
|
+
<li>
|
392
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131114&time=21:20" rel="nofollow">21:20</a>
|
393
|
+
<div class="tooltip-box performance">
|
394
|
+
<h2>Available screening types:</h2>
|
395
|
+
|
396
|
+
<hr class="thin" />
|
397
|
+
|
398
|
+
<ul class="unstyled">
|
399
|
+
<li class="icon-service-thrd">3D</li>
|
400
|
+
<li class="icon-service-ad">Audio described</li>
|
401
|
+
</ul>
|
402
|
+
</div>
|
403
|
+
</li>
|
404
|
+
</ol>
|
405
|
+
</div>
|
406
|
+
</div>
|
407
|
+
<div class="date row">
|
408
|
+
<div class="span2">
|
409
|
+
<h3>Friday 15th Nov</h3>
|
410
|
+
</div>
|
411
|
+
|
412
|
+
<div class="span7">
|
413
|
+
<ol class="performances">
|
414
|
+
<li>
|
415
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=12:50" rel="nofollow">12:50</a>
|
416
|
+
<div class="tooltip-box performance">
|
417
|
+
<h2>Available screening types:</h2>
|
418
|
+
|
419
|
+
<hr class="thin" />
|
420
|
+
|
421
|
+
<ul class="unstyled">
|
422
|
+
<li class="icon-service-thrd">3D</li>
|
423
|
+
<li class="icon-service-ad">Audio described</li>
|
424
|
+
</ul>
|
425
|
+
</div>
|
426
|
+
</li>
|
427
|
+
<li>
|
428
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=13:50" rel="nofollow">13:50</a>
|
429
|
+
<div class="tooltip-box performance">
|
430
|
+
<h2>Available screening types:</h2>
|
431
|
+
|
432
|
+
<hr class="thin" />
|
433
|
+
|
434
|
+
<ul class="unstyled">
|
435
|
+
<li class="icon-service-thrd">3D</li>
|
436
|
+
<li class="icon-service-ad">Audio described</li>
|
437
|
+
</ul>
|
438
|
+
</div>
|
439
|
+
</li>
|
440
|
+
<li>
|
441
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=15:30" rel="nofollow">15:30</a>
|
442
|
+
<div class="tooltip-box performance">
|
443
|
+
<h2>Available screening types:</h2>
|
444
|
+
|
445
|
+
<hr class="thin" />
|
446
|
+
|
447
|
+
<ul class="unstyled">
|
448
|
+
<li class="icon-service-thrd">3D</li>
|
449
|
+
<li class="icon-service-ad">Audio described</li>
|
450
|
+
</ul>
|
451
|
+
</div>
|
452
|
+
</li>
|
453
|
+
<li>
|
454
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=16:20" rel="nofollow">16:20</a>
|
455
|
+
<div class="tooltip-box performance">
|
456
|
+
<h2>Available screening types:</h2>
|
457
|
+
|
458
|
+
<hr class="thin" />
|
459
|
+
|
460
|
+
<ul class="unstyled">
|
461
|
+
<li class="icon-service-twod">2D</li>
|
462
|
+
<li class="icon-service-ad">Audio described</li>
|
463
|
+
</ul>
|
464
|
+
</div>
|
465
|
+
</li>
|
466
|
+
<li>
|
467
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=18:00" rel="nofollow">18:00</a>
|
468
|
+
<div class="tooltip-box performance">
|
469
|
+
<h2>Available screening types:</h2>
|
470
|
+
|
471
|
+
<hr class="thin" />
|
472
|
+
|
473
|
+
<ul class="unstyled">
|
474
|
+
<li class="icon-service-thrd">3D</li>
|
475
|
+
<li class="icon-service-ad">Audio described</li>
|
476
|
+
</ul>
|
477
|
+
</div>
|
478
|
+
</li>
|
479
|
+
<li>
|
480
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=18:50" rel="nofollow">18:50</a>
|
481
|
+
<div class="tooltip-box performance">
|
482
|
+
<h2>Available screening types:</h2>
|
483
|
+
|
484
|
+
<hr class="thin" />
|
485
|
+
|
486
|
+
<ul class="unstyled">
|
487
|
+
<li class="icon-service-thrd">3D</li>
|
488
|
+
<li class="icon-service-ad">Audio described</li>
|
489
|
+
</ul>
|
490
|
+
</div>
|
491
|
+
</li>
|
492
|
+
<li>
|
493
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=20:40" rel="nofollow">20:40</a>
|
494
|
+
<div class="tooltip-box performance">
|
495
|
+
<h2>Available screening types:</h2>
|
496
|
+
|
497
|
+
<hr class="thin" />
|
498
|
+
|
499
|
+
<ul class="unstyled">
|
500
|
+
<li class="icon-service-thrd">3D</li>
|
501
|
+
<li class="icon-service-ad">Audio described</li>
|
502
|
+
</ul>
|
503
|
+
</div>
|
504
|
+
</li>
|
505
|
+
<li>
|
506
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=21:20" rel="nofollow">21:20</a>
|
507
|
+
<div class="tooltip-box performance">
|
508
|
+
<h2>Available screening types:</h2>
|
509
|
+
|
510
|
+
<hr class="thin" />
|
511
|
+
|
512
|
+
<ul class="unstyled">
|
513
|
+
<li class="icon-service-thrd">3D</li>
|
514
|
+
<li class="icon-service-ad">Audio described</li>
|
515
|
+
</ul>
|
516
|
+
</div>
|
517
|
+
</li>
|
518
|
+
<li>
|
519
|
+
<a class="tooltip performance action" title="23:00" href="/booking?cinema=3&filmEdi=39755&date=20131115&time=23:00" rel="nofollow">23:00</a>
|
520
|
+
<div class="tooltip-box performance">
|
521
|
+
<h2>Available screening types:</h2>
|
522
|
+
|
523
|
+
<hr class="thin" />
|
524
|
+
|
525
|
+
<ul class="unstyled">
|
526
|
+
<li class="icon-service-thrd">3D</li>
|
527
|
+
<li class="icon-service-ad">Audio described</li>
|
528
|
+
</ul>
|
529
|
+
</div>
|
530
|
+
</li>
|
531
|
+
</ol>
|
532
|
+
</div>
|
533
|
+
</div>
|
534
|
+
<div class="date row">
|
535
|
+
<div class="span2">
|
536
|
+
<h3>Saturday 16th Nov</h3>
|
537
|
+
</div>
|
538
|
+
|
539
|
+
<div class="span7">
|
540
|
+
<ol class="performances">
|
541
|
+
<li>
|
542
|
+
<a class="tooltip performance action" title="11:20" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=11:20" rel="nofollow">11:20</a>
|
543
|
+
<div class="tooltip-box performance">
|
544
|
+
<h2>Available screening types:</h2>
|
545
|
+
|
546
|
+
<hr class="thin" />
|
547
|
+
|
548
|
+
<ul class="unstyled">
|
549
|
+
<li class="icon-service-thrd">3D</li>
|
550
|
+
<li class="icon-service-ad">Audio described</li>
|
551
|
+
</ul>
|
552
|
+
</div>
|
553
|
+
</li>
|
554
|
+
<li>
|
555
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=12:50" rel="nofollow">12:50</a>
|
556
|
+
<div class="tooltip-box performance">
|
557
|
+
<h2>Available screening types:</h2>
|
558
|
+
|
559
|
+
<hr class="thin" />
|
560
|
+
|
561
|
+
<ul class="unstyled">
|
562
|
+
<li class="icon-service-thrd">3D</li>
|
563
|
+
<li class="icon-service-ad">Audio described</li>
|
564
|
+
</ul>
|
565
|
+
</div>
|
566
|
+
</li>
|
567
|
+
<li>
|
568
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=13:50" rel="nofollow">13:50</a>
|
569
|
+
<div class="tooltip-box performance">
|
570
|
+
<h2>Available screening types:</h2>
|
571
|
+
|
572
|
+
<hr class="thin" />
|
573
|
+
|
574
|
+
<ul class="unstyled">
|
575
|
+
<li class="icon-service-thrd">3D</li>
|
576
|
+
<li class="icon-service-ad">Audio described</li>
|
577
|
+
</ul>
|
578
|
+
</div>
|
579
|
+
</li>
|
580
|
+
<li>
|
581
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=15:30" rel="nofollow">15:30</a>
|
582
|
+
<div class="tooltip-box performance">
|
583
|
+
<h2>Available screening types:</h2>
|
584
|
+
|
585
|
+
<hr class="thin" />
|
586
|
+
|
587
|
+
<ul class="unstyled">
|
588
|
+
<li class="icon-service-thrd">3D</li>
|
589
|
+
<li class="icon-service-ad">Audio described</li>
|
590
|
+
</ul>
|
591
|
+
</div>
|
592
|
+
</li>
|
593
|
+
<li>
|
594
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=16:20" rel="nofollow">16:20</a>
|
595
|
+
<div class="tooltip-box performance">
|
596
|
+
<h2>Available screening types:</h2>
|
597
|
+
|
598
|
+
<hr class="thin" />
|
599
|
+
|
600
|
+
<ul class="unstyled">
|
601
|
+
<li class="icon-service-twod">2D</li>
|
602
|
+
<li class="icon-service-ad">Audio described</li>
|
603
|
+
</ul>
|
604
|
+
</div>
|
605
|
+
</li>
|
606
|
+
<li>
|
607
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=18:00" rel="nofollow">18:00</a>
|
608
|
+
<div class="tooltip-box performance">
|
609
|
+
<h2>Available screening types:</h2>
|
610
|
+
|
611
|
+
<hr class="thin" />
|
612
|
+
|
613
|
+
<ul class="unstyled">
|
614
|
+
<li class="icon-service-thrd">3D</li>
|
615
|
+
<li class="icon-service-ad">Audio described</li>
|
616
|
+
</ul>
|
617
|
+
</div>
|
618
|
+
</li>
|
619
|
+
<li>
|
620
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=18:50" rel="nofollow">18:50</a>
|
621
|
+
<div class="tooltip-box performance">
|
622
|
+
<h2>Available screening types:</h2>
|
623
|
+
|
624
|
+
<hr class="thin" />
|
625
|
+
|
626
|
+
<ul class="unstyled">
|
627
|
+
<li class="icon-service-thrd">3D</li>
|
628
|
+
<li class="icon-service-ad">Audio described</li>
|
629
|
+
</ul>
|
630
|
+
</div>
|
631
|
+
</li>
|
632
|
+
<li>
|
633
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=20:40" rel="nofollow">20:40</a>
|
634
|
+
<div class="tooltip-box performance">
|
635
|
+
<h2>Available screening types:</h2>
|
636
|
+
|
637
|
+
<hr class="thin" />
|
638
|
+
|
639
|
+
<ul class="unstyled">
|
640
|
+
<li class="icon-service-thrd">3D</li>
|
641
|
+
<li class="icon-service-ad">Audio described</li>
|
642
|
+
</ul>
|
643
|
+
</div>
|
644
|
+
</li>
|
645
|
+
<li>
|
646
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=21:20" rel="nofollow">21:20</a>
|
647
|
+
<div class="tooltip-box performance">
|
648
|
+
<h2>Available screening types:</h2>
|
649
|
+
|
650
|
+
<hr class="thin" />
|
651
|
+
|
652
|
+
<ul class="unstyled">
|
653
|
+
<li class="icon-service-thrd">3D</li>
|
654
|
+
<li class="icon-service-ad">Audio described</li>
|
655
|
+
</ul>
|
656
|
+
</div>
|
657
|
+
</li>
|
658
|
+
<li>
|
659
|
+
<a class="tooltip performance action" title="23:00" href="/booking?cinema=3&filmEdi=39755&date=20131116&time=23:00" rel="nofollow">23:00</a>
|
660
|
+
<div class="tooltip-box performance">
|
661
|
+
<h2>Available screening types:</h2>
|
662
|
+
|
663
|
+
<hr class="thin" />
|
664
|
+
|
665
|
+
<ul class="unstyled">
|
666
|
+
<li class="icon-service-thrd">3D</li>
|
667
|
+
<li class="icon-service-ad">Audio described</li>
|
668
|
+
</ul>
|
669
|
+
</div>
|
670
|
+
</li>
|
671
|
+
</ol>
|
672
|
+
</div>
|
673
|
+
</div>
|
674
|
+
<div class="date row">
|
675
|
+
<div class="span2">
|
676
|
+
<h3>Sunday 17th Nov</h3>
|
677
|
+
</div>
|
678
|
+
|
679
|
+
<div class="span7">
|
680
|
+
<ol class="performances">
|
681
|
+
<li>
|
682
|
+
<a class="tooltip performance action" title="11:20" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=11:20" rel="nofollow">11:20</a>
|
683
|
+
<div class="tooltip-box performance">
|
684
|
+
<h2>Available screening types:</h2>
|
685
|
+
|
686
|
+
<hr class="thin" />
|
687
|
+
|
688
|
+
<ul class="unstyled">
|
689
|
+
<li class="icon-service-thrd">3D</li>
|
690
|
+
<li class="icon-service-ad">Audio described</li>
|
691
|
+
</ul>
|
692
|
+
</div>
|
693
|
+
</li>
|
694
|
+
<li>
|
695
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=12:50" rel="nofollow">12:50</a>
|
696
|
+
<div class="tooltip-box performance">
|
697
|
+
<h2>Available screening types:</h2>
|
698
|
+
|
699
|
+
<hr class="thin" />
|
700
|
+
|
701
|
+
<ul class="unstyled">
|
702
|
+
<li class="icon-service-thrd">3D</li>
|
703
|
+
<li class="icon-service-ad">Audio described</li>
|
704
|
+
</ul>
|
705
|
+
</div>
|
706
|
+
</li>
|
707
|
+
<li>
|
708
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=13:50" rel="nofollow">13:50</a>
|
709
|
+
<div class="tooltip-box performance">
|
710
|
+
<h2>Available screening types:</h2>
|
711
|
+
|
712
|
+
<hr class="thin" />
|
713
|
+
|
714
|
+
<ul class="unstyled">
|
715
|
+
<li class="icon-service-thrd">3D</li>
|
716
|
+
<li class="icon-service-ad">Audio described</li>
|
717
|
+
</ul>
|
718
|
+
</div>
|
719
|
+
</li>
|
720
|
+
<li>
|
721
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=15:30" rel="nofollow">15:30</a>
|
722
|
+
<div class="tooltip-box performance">
|
723
|
+
<h2>Available screening types:</h2>
|
724
|
+
|
725
|
+
<hr class="thin" />
|
726
|
+
|
727
|
+
<ul class="unstyled">
|
728
|
+
<li class="icon-service-thrd">3D</li>
|
729
|
+
<li class="icon-service-ad">Audio described</li>
|
730
|
+
</ul>
|
731
|
+
</div>
|
732
|
+
</li>
|
733
|
+
<li>
|
734
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=16:20" rel="nofollow">16:20</a>
|
735
|
+
<div class="tooltip-box performance">
|
736
|
+
<h2>Available screening types:</h2>
|
737
|
+
|
738
|
+
<hr class="thin" />
|
739
|
+
|
740
|
+
<ul class="unstyled">
|
741
|
+
<li class="icon-service-twod">2D</li>
|
742
|
+
<li class="icon-service-ad">Audio described</li>
|
743
|
+
</ul>
|
744
|
+
</div>
|
745
|
+
</li>
|
746
|
+
<li>
|
747
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=18:00" rel="nofollow">18:00</a>
|
748
|
+
<div class="tooltip-box performance">
|
749
|
+
<h2>Available screening types:</h2>
|
750
|
+
|
751
|
+
<hr class="thin" />
|
752
|
+
|
753
|
+
<ul class="unstyled">
|
754
|
+
<li class="icon-service-thrd">3D</li>
|
755
|
+
<li class="icon-service-ad">Audio described</li>
|
756
|
+
</ul>
|
757
|
+
</div>
|
758
|
+
</li>
|
759
|
+
<li>
|
760
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=18:50" rel="nofollow">18:50</a>
|
761
|
+
<div class="tooltip-box performance">
|
762
|
+
<h2>Available screening types:</h2>
|
763
|
+
|
764
|
+
<hr class="thin" />
|
765
|
+
|
766
|
+
<ul class="unstyled">
|
767
|
+
<li class="icon-service-thrd">3D</li>
|
768
|
+
<li class="icon-service-ad">Audio described</li>
|
769
|
+
</ul>
|
770
|
+
</div>
|
771
|
+
</li>
|
772
|
+
<li>
|
773
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=20:40" rel="nofollow">20:40</a>
|
774
|
+
<div class="tooltip-box performance">
|
775
|
+
<h2>Available screening types:</h2>
|
776
|
+
|
777
|
+
<hr class="thin" />
|
778
|
+
|
779
|
+
<ul class="unstyled">
|
780
|
+
<li class="icon-service-thrd">3D</li>
|
781
|
+
<li class="icon-service-ad">Audio described</li>
|
782
|
+
</ul>
|
783
|
+
</div>
|
784
|
+
</li>
|
785
|
+
<li>
|
786
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131117&time=21:20" rel="nofollow">21:20</a>
|
787
|
+
<div class="tooltip-box performance">
|
788
|
+
<h2>Available screening types:</h2>
|
789
|
+
|
790
|
+
<hr class="thin" />
|
791
|
+
|
792
|
+
<ul class="unstyled">
|
793
|
+
<li class="icon-service-thrd">3D</li>
|
794
|
+
<li class="icon-service-ad">Audio described</li>
|
795
|
+
</ul>
|
796
|
+
</div>
|
797
|
+
</li>
|
798
|
+
</ol>
|
799
|
+
</div>
|
800
|
+
</div>
|
801
|
+
<div class="date row">
|
802
|
+
<div class="span2">
|
803
|
+
<h3>Monday 18th Nov</h3>
|
804
|
+
</div>
|
805
|
+
|
806
|
+
<div class="span7">
|
807
|
+
<ol class="performances">
|
808
|
+
<li>
|
809
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=12:50" rel="nofollow">12:50</a>
|
810
|
+
<div class="tooltip-box performance">
|
811
|
+
<h2>Available screening types:</h2>
|
812
|
+
|
813
|
+
<hr class="thin" />
|
814
|
+
|
815
|
+
<ul class="unstyled">
|
816
|
+
<li class="icon-service-thrd">3D</li>
|
817
|
+
<li class="icon-service-ad">Audio described</li>
|
818
|
+
</ul>
|
819
|
+
</div>
|
820
|
+
</li>
|
821
|
+
<li>
|
822
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=13:50" rel="nofollow">13:50</a>
|
823
|
+
<div class="tooltip-box performance">
|
824
|
+
<h2>Available screening types:</h2>
|
825
|
+
|
826
|
+
<hr class="thin" />
|
827
|
+
|
828
|
+
<ul class="unstyled">
|
829
|
+
<li class="icon-service-thrd">3D</li>
|
830
|
+
<li class="icon-service-ad">Audio described</li>
|
831
|
+
</ul>
|
832
|
+
</div>
|
833
|
+
</li>
|
834
|
+
<li>
|
835
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=15:30" rel="nofollow">15:30</a>
|
836
|
+
<div class="tooltip-box performance">
|
837
|
+
<h2>Available screening types:</h2>
|
838
|
+
|
839
|
+
<hr class="thin" />
|
840
|
+
|
841
|
+
<ul class="unstyled">
|
842
|
+
<li class="icon-service-thrd">3D</li>
|
843
|
+
<li class="icon-service-ad">Audio described</li>
|
844
|
+
</ul>
|
845
|
+
</div>
|
846
|
+
</li>
|
847
|
+
<li>
|
848
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=16:20" rel="nofollow">16:20</a>
|
849
|
+
<div class="tooltip-box performance">
|
850
|
+
<h2>Available screening types:</h2>
|
851
|
+
|
852
|
+
<hr class="thin" />
|
853
|
+
|
854
|
+
<ul class="unstyled">
|
855
|
+
<li class="icon-service-twod">2D</li>
|
856
|
+
<li class="icon-service-ad">Audio described</li>
|
857
|
+
</ul>
|
858
|
+
</div>
|
859
|
+
</li>
|
860
|
+
<li>
|
861
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=18:00" rel="nofollow">18:00</a>
|
862
|
+
<div class="tooltip-box performance">
|
863
|
+
<h2>Available screening types:</h2>
|
864
|
+
|
865
|
+
<hr class="thin" />
|
866
|
+
|
867
|
+
<ul class="unstyled">
|
868
|
+
<li class="icon-service-thrd">3D</li>
|
869
|
+
<li class="icon-service-ad">Audio described</li>
|
870
|
+
</ul>
|
871
|
+
</div>
|
872
|
+
</li>
|
873
|
+
<li>
|
874
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=18:50" rel="nofollow">18:50</a>
|
875
|
+
<div class="tooltip-box performance">
|
876
|
+
<h2>Available screening types:</h2>
|
877
|
+
|
878
|
+
<hr class="thin" />
|
879
|
+
|
880
|
+
<ul class="unstyled">
|
881
|
+
<li class="icon-service-thrd">3D</li>
|
882
|
+
<li class="icon-service-ad">Audio described</li>
|
883
|
+
</ul>
|
884
|
+
</div>
|
885
|
+
</li>
|
886
|
+
<li>
|
887
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=20:40" rel="nofollow">20:40</a>
|
888
|
+
<div class="tooltip-box performance">
|
889
|
+
<h2>Available screening types:</h2>
|
890
|
+
|
891
|
+
<hr class="thin" />
|
892
|
+
|
893
|
+
<ul class="unstyled">
|
894
|
+
<li class="icon-service-thrd">3D</li>
|
895
|
+
<li class="icon-service-ad">Audio described</li>
|
896
|
+
</ul>
|
897
|
+
</div>
|
898
|
+
</li>
|
899
|
+
<li>
|
900
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131118&time=21:20" rel="nofollow">21:20</a>
|
901
|
+
<div class="tooltip-box performance">
|
902
|
+
<h2>Available screening types:</h2>
|
903
|
+
|
904
|
+
<hr class="thin" />
|
905
|
+
|
906
|
+
<ul class="unstyled">
|
907
|
+
<li class="icon-service-thrd">3D</li>
|
908
|
+
<li class="icon-service-ad">Audio described</li>
|
909
|
+
</ul>
|
910
|
+
</div>
|
911
|
+
</li>
|
912
|
+
</ol>
|
913
|
+
</div>
|
914
|
+
</div>
|
915
|
+
<div class="date row">
|
916
|
+
<div class="span2">
|
917
|
+
<h3>Tuesday 19th Nov</h3>
|
918
|
+
</div>
|
919
|
+
|
920
|
+
<div class="span7">
|
921
|
+
<ol class="performances">
|
922
|
+
<li>
|
923
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=12:50" rel="nofollow">12:50</a>
|
924
|
+
<div class="tooltip-box performance">
|
925
|
+
<h2>Available screening types:</h2>
|
926
|
+
|
927
|
+
<hr class="thin" />
|
928
|
+
|
929
|
+
<ul class="unstyled">
|
930
|
+
<li class="icon-service-thrd">3D</li>
|
931
|
+
<li class="icon-service-ad">Audio described</li>
|
932
|
+
</ul>
|
933
|
+
</div>
|
934
|
+
</li>
|
935
|
+
<li>
|
936
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=13:50" rel="nofollow">13:50</a>
|
937
|
+
<div class="tooltip-box performance">
|
938
|
+
<h2>Available screening types:</h2>
|
939
|
+
|
940
|
+
<hr class="thin" />
|
941
|
+
|
942
|
+
<ul class="unstyled">
|
943
|
+
<li class="icon-service-thrd">3D</li>
|
944
|
+
<li class="icon-service-ad">Audio described</li>
|
945
|
+
</ul>
|
946
|
+
</div>
|
947
|
+
</li>
|
948
|
+
<li>
|
949
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=15:30" rel="nofollow">15:30</a>
|
950
|
+
<div class="tooltip-box performance">
|
951
|
+
<h2>Available screening types:</h2>
|
952
|
+
|
953
|
+
<hr class="thin" />
|
954
|
+
|
955
|
+
<ul class="unstyled">
|
956
|
+
<li class="icon-service-thrd">3D</li>
|
957
|
+
<li class="icon-service-ad">Audio described</li>
|
958
|
+
</ul>
|
959
|
+
</div>
|
960
|
+
</li>
|
961
|
+
<li>
|
962
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=16:20" rel="nofollow">16:20</a>
|
963
|
+
<div class="tooltip-box performance">
|
964
|
+
<h2>Available screening types:</h2>
|
965
|
+
|
966
|
+
<hr class="thin" />
|
967
|
+
|
968
|
+
<ul class="unstyled">
|
969
|
+
<li class="icon-service-twod">2D</li>
|
970
|
+
<li class="icon-service-ad">Audio described</li>
|
971
|
+
</ul>
|
972
|
+
</div>
|
973
|
+
</li>
|
974
|
+
<li>
|
975
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=18:00" rel="nofollow">18:00</a>
|
976
|
+
<div class="tooltip-box performance">
|
977
|
+
<h2>Available screening types:</h2>
|
978
|
+
|
979
|
+
<hr class="thin" />
|
980
|
+
|
981
|
+
<ul class="unstyled">
|
982
|
+
<li class="icon-service-thrd">3D</li>
|
983
|
+
<li class="icon-service-ad">Audio described</li>
|
984
|
+
</ul>
|
985
|
+
</div>
|
986
|
+
</li>
|
987
|
+
<li>
|
988
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=18:50" rel="nofollow">18:50</a>
|
989
|
+
<div class="tooltip-box performance">
|
990
|
+
<h2>Available screening types:</h2>
|
991
|
+
|
992
|
+
<hr class="thin" />
|
993
|
+
|
994
|
+
<ul class="unstyled">
|
995
|
+
<li class="icon-service-thrd">3D</li>
|
996
|
+
<li class="icon-service-ad">Audio described</li>
|
997
|
+
</ul>
|
998
|
+
</div>
|
999
|
+
</li>
|
1000
|
+
<li>
|
1001
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=20:40" rel="nofollow">20:40</a>
|
1002
|
+
<div class="tooltip-box performance">
|
1003
|
+
<h2>Available screening types:</h2>
|
1004
|
+
|
1005
|
+
<hr class="thin" />
|
1006
|
+
|
1007
|
+
<ul class="unstyled">
|
1008
|
+
<li class="icon-service-thrd">3D</li>
|
1009
|
+
<li class="icon-service-ad">Audio described</li>
|
1010
|
+
</ul>
|
1011
|
+
</div>
|
1012
|
+
</li>
|
1013
|
+
<li>
|
1014
|
+
<a class="tooltip performance action" title="21:20" href="/booking?cinema=3&filmEdi=39755&date=20131119&time=21:20" rel="nofollow">21:20</a>
|
1015
|
+
<div class="tooltip-box performance">
|
1016
|
+
<h2>Available screening types:</h2>
|
1017
|
+
|
1018
|
+
<hr class="thin" />
|
1019
|
+
|
1020
|
+
<ul class="unstyled">
|
1021
|
+
<li class="icon-service-thrd">3D</li>
|
1022
|
+
<li class="icon-service-ad">Audio described</li>
|
1023
|
+
</ul>
|
1024
|
+
</div>
|
1025
|
+
</li>
|
1026
|
+
</ol>
|
1027
|
+
</div>
|
1028
|
+
</div>
|
1029
|
+
<div class="date row">
|
1030
|
+
<div class="span2">
|
1031
|
+
<h3>Wednesday 20th Nov</h3>
|
1032
|
+
</div>
|
1033
|
+
|
1034
|
+
<div class="span7">
|
1035
|
+
<ol class="performances">
|
1036
|
+
<li>
|
1037
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=12:50" rel="nofollow">12:50</a>
|
1038
|
+
<div class="tooltip-box performance">
|
1039
|
+
<h2>Available screening types:</h2>
|
1040
|
+
|
1041
|
+
<hr class="thin" />
|
1042
|
+
|
1043
|
+
<ul class="unstyled">
|
1044
|
+
<li class="icon-service-thrd">3D</li>
|
1045
|
+
<li class="icon-service-ad">Audio described</li>
|
1046
|
+
</ul>
|
1047
|
+
</div>
|
1048
|
+
</li>
|
1049
|
+
<li>
|
1050
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=13:50" rel="nofollow">13:50</a>
|
1051
|
+
<div class="tooltip-box performance">
|
1052
|
+
<h2>Available screening types:</h2>
|
1053
|
+
|
1054
|
+
<hr class="thin" />
|
1055
|
+
|
1056
|
+
<ul class="unstyled">
|
1057
|
+
<li class="icon-service-thrd">3D</li>
|
1058
|
+
<li class="icon-service-ad">Audio described</li>
|
1059
|
+
</ul>
|
1060
|
+
</div>
|
1061
|
+
</li>
|
1062
|
+
<li>
|
1063
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=15:30" rel="nofollow">15:30</a>
|
1064
|
+
<div class="tooltip-box performance">
|
1065
|
+
<h2>Available screening types:</h2>
|
1066
|
+
|
1067
|
+
<hr class="thin" />
|
1068
|
+
|
1069
|
+
<ul class="unstyled">
|
1070
|
+
<li class="icon-service-thrd">3D</li>
|
1071
|
+
<li class="icon-service-ad">Audio described</li>
|
1072
|
+
</ul>
|
1073
|
+
</div>
|
1074
|
+
</li>
|
1075
|
+
<li>
|
1076
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=16:20" rel="nofollow">16:20</a>
|
1077
|
+
<div class="tooltip-box performance">
|
1078
|
+
<h2>Available screening types:</h2>
|
1079
|
+
|
1080
|
+
<hr class="thin" />
|
1081
|
+
|
1082
|
+
<ul class="unstyled">
|
1083
|
+
<li class="icon-service-twod">2D</li>
|
1084
|
+
<li class="icon-service-ad">Audio described</li>
|
1085
|
+
</ul>
|
1086
|
+
</div>
|
1087
|
+
</li>
|
1088
|
+
<li>
|
1089
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=18:00" rel="nofollow">18:00</a>
|
1090
|
+
<div class="tooltip-box performance">
|
1091
|
+
<h2>Available screening types:</h2>
|
1092
|
+
|
1093
|
+
<hr class="thin" />
|
1094
|
+
|
1095
|
+
<ul class="unstyled">
|
1096
|
+
<li class="icon-service-thrd">3D</li>
|
1097
|
+
<li class="icon-service-ad">Audio described</li>
|
1098
|
+
</ul>
|
1099
|
+
</div>
|
1100
|
+
</li>
|
1101
|
+
<li>
|
1102
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=18:50" rel="nofollow">18:50</a>
|
1103
|
+
<div class="tooltip-box performance">
|
1104
|
+
<h2>Available screening types:</h2>
|
1105
|
+
|
1106
|
+
<hr class="thin" />
|
1107
|
+
|
1108
|
+
<ul class="unstyled">
|
1109
|
+
<li class="icon-service-thrd">3D</li>
|
1110
|
+
<li class="icon-service-ad">Audio described</li>
|
1111
|
+
</ul>
|
1112
|
+
</div>
|
1113
|
+
</li>
|
1114
|
+
<li>
|
1115
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131120&time=20:40" rel="nofollow">20:40</a>
|
1116
|
+
<div class="tooltip-box performance">
|
1117
|
+
<h2>Available screening types:</h2>
|
1118
|
+
|
1119
|
+
<hr class="thin" />
|
1120
|
+
|
1121
|
+
<ul class="unstyled">
|
1122
|
+
<li class="icon-service-thrd">3D</li>
|
1123
|
+
<li class="icon-service-ad">Audio described</li>
|
1124
|
+
</ul>
|
1125
|
+
</div>
|
1126
|
+
</li>
|
1127
|
+
</ol>
|
1128
|
+
</div>
|
1129
|
+
</div>
|
1130
|
+
<div class="date row">
|
1131
|
+
<div class="span2">
|
1132
|
+
<h3>Thursday 21st Nov</h3>
|
1133
|
+
</div>
|
1134
|
+
|
1135
|
+
<div class="span7">
|
1136
|
+
<ol class="performances">
|
1137
|
+
<li>
|
1138
|
+
<a class="tooltip performance action" title="12:50" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=12:50" rel="nofollow">12:50</a>
|
1139
|
+
<div class="tooltip-box performance">
|
1140
|
+
<h2>Available screening types:</h2>
|
1141
|
+
|
1142
|
+
<hr class="thin" />
|
1143
|
+
|
1144
|
+
<ul class="unstyled">
|
1145
|
+
<li class="icon-service-thrd">3D</li>
|
1146
|
+
<li class="icon-service-ad">Audio described</li>
|
1147
|
+
</ul>
|
1148
|
+
</div>
|
1149
|
+
</li>
|
1150
|
+
<li>
|
1151
|
+
<a class="tooltip performance action" title="13:50" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=13:50" rel="nofollow">13:50</a>
|
1152
|
+
<div class="tooltip-box performance">
|
1153
|
+
<h2>Available screening types:</h2>
|
1154
|
+
|
1155
|
+
<hr class="thin" />
|
1156
|
+
|
1157
|
+
<ul class="unstyled">
|
1158
|
+
<li class="icon-service-thrd">3D</li>
|
1159
|
+
<li class="icon-service-ad">Audio described</li>
|
1160
|
+
</ul>
|
1161
|
+
</div>
|
1162
|
+
</li>
|
1163
|
+
<li>
|
1164
|
+
<a class="tooltip performance action" title="15:30" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=15:30" rel="nofollow">15:30</a>
|
1165
|
+
<div class="tooltip-box performance">
|
1166
|
+
<h2>Available screening types:</h2>
|
1167
|
+
|
1168
|
+
<hr class="thin" />
|
1169
|
+
|
1170
|
+
<ul class="unstyled">
|
1171
|
+
<li class="icon-service-thrd">3D</li>
|
1172
|
+
<li class="icon-service-ad">Audio described</li>
|
1173
|
+
</ul>
|
1174
|
+
</div>
|
1175
|
+
</li>
|
1176
|
+
<li>
|
1177
|
+
<a class="tooltip performance action" title="16:20" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=16:20" rel="nofollow">16:20</a>
|
1178
|
+
<div class="tooltip-box performance">
|
1179
|
+
<h2>Available screening types:</h2>
|
1180
|
+
|
1181
|
+
<hr class="thin" />
|
1182
|
+
|
1183
|
+
<ul class="unstyled">
|
1184
|
+
<li class="icon-service-twod">2D</li>
|
1185
|
+
<li class="icon-service-ad">Audio described</li>
|
1186
|
+
</ul>
|
1187
|
+
</div>
|
1188
|
+
</li>
|
1189
|
+
<li>
|
1190
|
+
<a class="tooltip performance action" title="18:00" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=18:00" rel="nofollow">18:00</a>
|
1191
|
+
<div class="tooltip-box performance">
|
1192
|
+
<h2>Available screening types:</h2>
|
1193
|
+
|
1194
|
+
<hr class="thin" />
|
1195
|
+
|
1196
|
+
<ul class="unstyled">
|
1197
|
+
<li class="icon-service-thrd">3D</li>
|
1198
|
+
<li class="icon-service-ad">Audio described</li>
|
1199
|
+
</ul>
|
1200
|
+
</div>
|
1201
|
+
</li>
|
1202
|
+
<li>
|
1203
|
+
<a class="tooltip performance action" title="18:50" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=18:50" rel="nofollow">18:50</a>
|
1204
|
+
<div class="tooltip-box performance">
|
1205
|
+
<h2>Available screening types:</h2>
|
1206
|
+
|
1207
|
+
<hr class="thin" />
|
1208
|
+
|
1209
|
+
<ul class="unstyled">
|
1210
|
+
<li class="icon-service-thrd">3D</li>
|
1211
|
+
<li class="icon-service-ad">Audio described</li>
|
1212
|
+
</ul>
|
1213
|
+
</div>
|
1214
|
+
</li>
|
1215
|
+
<li>
|
1216
|
+
<a class="tooltip performance action" title="20:40" href="/booking?cinema=3&filmEdi=39755&date=20131121&time=20:40" rel="nofollow">20:40</a>
|
1217
|
+
<div class="tooltip-box performance">
|
1218
|
+
<h2>Available screening types:</h2>
|
1219
|
+
|
1220
|
+
<hr class="thin" />
|
1221
|
+
|
1222
|
+
<ul class="unstyled">
|
1223
|
+
<li class="icon-service-thrd">3D</li>
|
1224
|
+
<li class="icon-service-ad">Audio described</li>
|
1225
|
+
</ul>
|
1226
|
+
</div>
|
1227
|
+
</li>
|
1228
|
+
</ol>
|
1229
|
+
</div>
|
1230
|
+
</div>
|
1231
|
+
|
1232
|
+
<a class="action secondary light" href="/whatson/6515?cinema=3&date=all">View all dates</a>
|
1233
|
+
</div>
|
1234
|
+
</div>
|
1235
|
+
|
1236
|
+
<hr />
|
1237
|
+
|
1238
|
+
<div class="row">
|
1239
|
+
<div class="span2">
|
1240
|
+
<div class="poster">
|
1241
|
+
<a href="/whatson/6532?cinema=3&date=all">
|
1242
|
+
<div class="image">
|
1243
|
+
<img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6532_poster_large.jpg" width="140" alt="Poster for Film Thor: The Dark World" />
|
1244
|
+
</div>
|
1245
|
+
</a>
|
1246
|
+
</div>
|
1247
|
+
</div>
|
1248
|
+
|
1249
|
+
<div class="span7">
|
1250
|
+
<h1>
|
1251
|
+
<a href="/whatson/6532?cinema=3&date=all">Thor: The Dark World</a>
|
1252
|
+
<a class="classification gb-12a tooltip" href="/classification" title="No-one younger than 12 may see a '12A' film in a cinema unless accompanied by an adult. Responsibility for allowing under-12s to view lies with the accompanying or supervising adult." data-classification="12A" data-territory="GB">(12A)</a>
|
1253
|
+
</h1>
|
1254
|
+
|
1255
|
+
<div class="inline-children">
|
1256
|
+
<h3>Release date:</h3>
|
1257
|
+
<p>30th October 2013</p>
|
1258
|
+
</div>
|
1259
|
+
|
1260
|
+
<div class="inline-children">
|
1261
|
+
<h3>Running time:</h3>
|
1262
|
+
<p>112 mins</p>
|
1263
|
+
</div>
|
1264
|
+
|
1265
|
+
<h3>Synopsis:</h3>
|
1266
|
+
<p>
|
1267
|
+
Chris Hemsworth's mighty avenger takes on a foe that's older than the universe in this epic Marvel superhero sequel.
|
1268
|
+
</p>
|
1269
|
+
|
1270
|
+
<h3>Available screening types</h3>
|
1271
|
+
|
1272
|
+
<ul class="unstyled">
|
1273
|
+
<li class="icon-service-twod"></li>
|
1274
|
+
|
1275
|
+
<li class="icon-service-thrd"></li>
|
1276
|
+
|
1277
|
+
<li class="icon-service-ad"></li>
|
1278
|
+
<li class="icon-service-sub"></li>
|
1279
|
+
|
1280
|
+
</ul>
|
1281
|
+
|
1282
|
+
<a class="action primary" title="Find out more about Thor: The Dark World" href="/whatson/6532?cinema=3&date=all">Find out more</a>
|
1283
|
+
|
1284
|
+
</div>
|
1285
|
+
</div>
|
1286
|
+
|
1287
|
+
<br />
|
1288
|
+
<p> <strong>Select a showtime and book to save 10% on your tickets with
|
1289
|
+
<span class="icon-logo-mycineworld ">mycineworld</span></strong>
|
1290
|
+
</p>
|
1291
|
+
|
1292
|
+
<div class="schedule row">
|
1293
|
+
<div class="span9">
|
1294
|
+
<div class="date row">
|
1295
|
+
<div class="span2">
|
1296
|
+
<h3>Tuesday 12th Nov</h3>
|
1297
|
+
</div>
|
1298
|
+
|
1299
|
+
<div class="span7">
|
1300
|
+
<ol class="performances">
|
1301
|
+
<li>
|
1302
|
+
<span class="tooltip performance action unavailable" data-tooltip-template="performance-unavailable" data-field-title="" data-field-explanation="">21:30</span>
|
1303
|
+
</li>
|
1304
|
+
</ol>
|
1305
|
+
</div>
|
1306
|
+
</div>
|
1307
|
+
<div class="date row">
|
1308
|
+
<div class="span2">
|
1309
|
+
<h3>Wednesday 13th Nov</h3>
|
1310
|
+
</div>
|
1311
|
+
|
1312
|
+
<div class="span7">
|
1313
|
+
<ol class="performances">
|
1314
|
+
<li>
|
1315
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=12:10" rel="nofollow">12:10</a>
|
1316
|
+
<div class="tooltip-box performance">
|
1317
|
+
<h2>Available screening types:</h2>
|
1318
|
+
|
1319
|
+
<hr class="thin" />
|
1320
|
+
|
1321
|
+
<ul class="unstyled">
|
1322
|
+
<li class="icon-service-thrd">3D</li>
|
1323
|
+
<li class="icon-service-ad">Audio described</li>
|
1324
|
+
</ul>
|
1325
|
+
</div>
|
1326
|
+
</li>
|
1327
|
+
<li>
|
1328
|
+
<a class="tooltip performance action" title="12:40" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=12:40" rel="nofollow">12:40</a>
|
1329
|
+
<div class="tooltip-box performance">
|
1330
|
+
<h2>Available screening types:</h2>
|
1331
|
+
|
1332
|
+
<hr class="thin" />
|
1333
|
+
|
1334
|
+
<ul class="unstyled">
|
1335
|
+
<li class="icon-service-twod">2D</li>
|
1336
|
+
<li class="icon-service-ad">Audio described</li>
|
1337
|
+
</ul>
|
1338
|
+
</div>
|
1339
|
+
</li>
|
1340
|
+
<li>
|
1341
|
+
<a class="tooltip performance action" title="14:50" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=14:50" rel="nofollow">14:50</a>
|
1342
|
+
<div class="tooltip-box performance">
|
1343
|
+
<h2>Available screening types:</h2>
|
1344
|
+
|
1345
|
+
<hr class="thin" />
|
1346
|
+
|
1347
|
+
<ul class="unstyled">
|
1348
|
+
<li class="icon-service-thrd">3D</li>
|
1349
|
+
<li class="icon-service-ad">Audio described</li>
|
1350
|
+
</ul>
|
1351
|
+
</div>
|
1352
|
+
</li>
|
1353
|
+
<li>
|
1354
|
+
<a class="tooltip performance action" title="15:40" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=15:40" rel="nofollow">15:40</a>
|
1355
|
+
<div class="tooltip-box performance">
|
1356
|
+
<h2>Available screening types:</h2>
|
1357
|
+
|
1358
|
+
<hr class="thin" />
|
1359
|
+
|
1360
|
+
<ul class="unstyled">
|
1361
|
+
<li class="icon-service-twod">2D</li>
|
1362
|
+
<li class="icon-service-ad">Audio described</li>
|
1363
|
+
</ul>
|
1364
|
+
</div>
|
1365
|
+
</li>
|
1366
|
+
<li>
|
1367
|
+
<a class="tooltip performance action" title="17:40" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=17:40" rel="nofollow">17:40</a>
|
1368
|
+
<div class="tooltip-box performance">
|
1369
|
+
<h2>Available screening types:</h2>
|
1370
|
+
|
1371
|
+
<hr class="thin" />
|
1372
|
+
|
1373
|
+
<ul class="unstyled">
|
1374
|
+
<li class="icon-service-thrd">3D</li>
|
1375
|
+
<li class="icon-service-ad">Audio described</li>
|
1376
|
+
</ul>
|
1377
|
+
</div>
|
1378
|
+
</li>
|
1379
|
+
<li>
|
1380
|
+
<a class="tooltip performance action" title="18:40" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=18:40" rel="nofollow">18:40</a>
|
1381
|
+
<div class="tooltip-box performance">
|
1382
|
+
<h2>Available screening types:</h2>
|
1383
|
+
|
1384
|
+
<hr class="thin" />
|
1385
|
+
|
1386
|
+
<ul class="unstyled">
|
1387
|
+
<li class="icon-service-twod">2D</li>
|
1388
|
+
<li class="icon-service-ad">Audio described</li>
|
1389
|
+
</ul>
|
1390
|
+
</div>
|
1391
|
+
</li>
|
1392
|
+
<li>
|
1393
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=20:30" rel="nofollow">20:30</a>
|
1394
|
+
<div class="tooltip-box performance">
|
1395
|
+
<h2>Available screening types:</h2>
|
1396
|
+
|
1397
|
+
<hr class="thin" />
|
1398
|
+
|
1399
|
+
<ul class="unstyled">
|
1400
|
+
<li class="icon-service-thrd">3D</li>
|
1401
|
+
<li class="icon-service-ad">Audio described</li>
|
1402
|
+
</ul>
|
1403
|
+
</div>
|
1404
|
+
</li>
|
1405
|
+
<li>
|
1406
|
+
<a class="tooltip performance action" title="21:30" href="/booking?cinema=3&filmEdi=43483&date=20131113&time=21:30" rel="nofollow">21:30</a>
|
1407
|
+
<div class="tooltip-box performance">
|
1408
|
+
<h2>Available screening types:</h2>
|
1409
|
+
|
1410
|
+
<hr class="thin" />
|
1411
|
+
|
1412
|
+
<ul class="unstyled">
|
1413
|
+
<li class="icon-service-twod">2D</li>
|
1414
|
+
<li class="icon-service-ad">Audio described</li>
|
1415
|
+
</ul>
|
1416
|
+
</div>
|
1417
|
+
</li>
|
1418
|
+
</ol>
|
1419
|
+
</div>
|
1420
|
+
</div>
|
1421
|
+
<div class="date row">
|
1422
|
+
<div class="span2">
|
1423
|
+
<h3>Thursday 14th Nov</h3>
|
1424
|
+
</div>
|
1425
|
+
|
1426
|
+
<div class="span7">
|
1427
|
+
<ol class="performances">
|
1428
|
+
<li>
|
1429
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=12:10" rel="nofollow">12:10</a>
|
1430
|
+
<div class="tooltip-box performance">
|
1431
|
+
<h2>Available screening types:</h2>
|
1432
|
+
|
1433
|
+
<hr class="thin" />
|
1434
|
+
|
1435
|
+
<ul class="unstyled">
|
1436
|
+
<li class="icon-service-thrd">3D</li>
|
1437
|
+
<li class="icon-service-ad">Audio described</li>
|
1438
|
+
</ul>
|
1439
|
+
</div>
|
1440
|
+
</li>
|
1441
|
+
<li>
|
1442
|
+
<a class="tooltip performance action" title="12:40" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=12:40" rel="nofollow">12:40</a>
|
1443
|
+
<div class="tooltip-box performance">
|
1444
|
+
<h2>Available screening types:</h2>
|
1445
|
+
|
1446
|
+
<hr class="thin" />
|
1447
|
+
|
1448
|
+
<ul class="unstyled">
|
1449
|
+
<li class="icon-service-twod">2D</li>
|
1450
|
+
<li class="icon-service-ad">Audio described</li>
|
1451
|
+
</ul>
|
1452
|
+
</div>
|
1453
|
+
</li>
|
1454
|
+
<li>
|
1455
|
+
<a class="tooltip performance action" title="14:50" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=14:50" rel="nofollow">14:50</a>
|
1456
|
+
<div class="tooltip-box performance">
|
1457
|
+
<h2>Available screening types:</h2>
|
1458
|
+
|
1459
|
+
<hr class="thin" />
|
1460
|
+
|
1461
|
+
<ul class="unstyled">
|
1462
|
+
<li class="icon-service-thrd">3D</li>
|
1463
|
+
<li class="icon-service-ad">Audio described</li>
|
1464
|
+
</ul>
|
1465
|
+
</div>
|
1466
|
+
</li>
|
1467
|
+
<li>
|
1468
|
+
<a class="tooltip performance action" title="15:40" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=15:40" rel="nofollow">15:40</a>
|
1469
|
+
<div class="tooltip-box performance">
|
1470
|
+
<h2>Available screening types:</h2>
|
1471
|
+
|
1472
|
+
<hr class="thin" />
|
1473
|
+
|
1474
|
+
<ul class="unstyled">
|
1475
|
+
<li class="icon-service-twod">2D</li>
|
1476
|
+
<li class="icon-service-ad">Audio described</li>
|
1477
|
+
</ul>
|
1478
|
+
</div>
|
1479
|
+
</li>
|
1480
|
+
<li>
|
1481
|
+
<a class="tooltip performance action" title="17:40" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=17:40" rel="nofollow">17:40</a>
|
1482
|
+
<div class="tooltip-box performance">
|
1483
|
+
<h2>Available screening types:</h2>
|
1484
|
+
|
1485
|
+
<hr class="thin" />
|
1486
|
+
|
1487
|
+
<ul class="unstyled">
|
1488
|
+
<li class="icon-service-thrd">3D</li>
|
1489
|
+
<li class="icon-service-ad">Audio described</li>
|
1490
|
+
</ul>
|
1491
|
+
</div>
|
1492
|
+
</li>
|
1493
|
+
<li>
|
1494
|
+
<a class="tooltip performance action" title="18:40" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=18:40" rel="nofollow">18:40</a>
|
1495
|
+
<div class="tooltip-box performance">
|
1496
|
+
<h2>Available screening types:</h2>
|
1497
|
+
|
1498
|
+
<hr class="thin" />
|
1499
|
+
|
1500
|
+
<ul class="unstyled">
|
1501
|
+
<li class="icon-service-twod">2D</li>
|
1502
|
+
<li class="icon-service-ad">Audio described</li>
|
1503
|
+
</ul>
|
1504
|
+
</div>
|
1505
|
+
</li>
|
1506
|
+
<li>
|
1507
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=20:30" rel="nofollow">20:30</a>
|
1508
|
+
<div class="tooltip-box performance">
|
1509
|
+
<h2>Available screening types:</h2>
|
1510
|
+
|
1511
|
+
<hr class="thin" />
|
1512
|
+
|
1513
|
+
<ul class="unstyled">
|
1514
|
+
<li class="icon-service-thrd">3D</li>
|
1515
|
+
<li class="icon-service-ad">Audio described</li>
|
1516
|
+
</ul>
|
1517
|
+
</div>
|
1518
|
+
</li>
|
1519
|
+
<li>
|
1520
|
+
<a class="tooltip performance action" title="21:30" href="/booking?cinema=3&filmEdi=43483&date=20131114&time=21:30" rel="nofollow">21:30</a>
|
1521
|
+
<div class="tooltip-box performance">
|
1522
|
+
<h2>Available screening types:</h2>
|
1523
|
+
|
1524
|
+
<hr class="thin" />
|
1525
|
+
|
1526
|
+
<ul class="unstyled">
|
1527
|
+
<li class="icon-service-twod">2D</li>
|
1528
|
+
<li class="icon-service-ad">Audio described</li>
|
1529
|
+
</ul>
|
1530
|
+
</div>
|
1531
|
+
</li>
|
1532
|
+
</ol>
|
1533
|
+
</div>
|
1534
|
+
</div>
|
1535
|
+
<div class="date row">
|
1536
|
+
<div class="span2">
|
1537
|
+
<h3>Friday 15th Nov</h3>
|
1538
|
+
</div>
|
1539
|
+
|
1540
|
+
<div class="span7">
|
1541
|
+
<ol class="performances">
|
1542
|
+
<li>
|
1543
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=12:10" rel="nofollow">12:10</a>
|
1544
|
+
<div class="tooltip-box performance">
|
1545
|
+
<h2>Available screening types:</h2>
|
1546
|
+
|
1547
|
+
<hr class="thin" />
|
1548
|
+
|
1549
|
+
<ul class="unstyled">
|
1550
|
+
<li class="icon-service-twod">2D</li>
|
1551
|
+
<li class="icon-service-ad">Audio described</li>
|
1552
|
+
</ul>
|
1553
|
+
</div>
|
1554
|
+
</li>
|
1555
|
+
<li>
|
1556
|
+
<a class="tooltip performance action" title="13:15" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=13:15" rel="nofollow">13:15</a>
|
1557
|
+
<div class="tooltip-box performance">
|
1558
|
+
<h2>Available screening types:</h2>
|
1559
|
+
|
1560
|
+
<hr class="thin" />
|
1561
|
+
|
1562
|
+
<ul class="unstyled">
|
1563
|
+
<li class="icon-service-thrd">3D</li>
|
1564
|
+
<li class="icon-service-ad">Audio described</li>
|
1565
|
+
</ul>
|
1566
|
+
</div>
|
1567
|
+
</li>
|
1568
|
+
<li>
|
1569
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=15:00" rel="nofollow">15:00</a>
|
1570
|
+
<div class="tooltip-box performance">
|
1571
|
+
<h2>Available screening types:</h2>
|
1572
|
+
|
1573
|
+
<hr class="thin" />
|
1574
|
+
|
1575
|
+
<ul class="unstyled">
|
1576
|
+
<li class="icon-service-twod">2D</li>
|
1577
|
+
<li class="icon-service-ad">Audio described</li>
|
1578
|
+
</ul>
|
1579
|
+
</div>
|
1580
|
+
</li>
|
1581
|
+
<li>
|
1582
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=17:45" rel="nofollow">17:45</a>
|
1583
|
+
<div class="tooltip-box performance">
|
1584
|
+
<h2>Available screening types:</h2>
|
1585
|
+
|
1586
|
+
<hr class="thin" />
|
1587
|
+
|
1588
|
+
<ul class="unstyled">
|
1589
|
+
<li class="icon-service-twod">2D</li>
|
1590
|
+
<li class="icon-service-ad">Audio described</li>
|
1591
|
+
</ul>
|
1592
|
+
</div>
|
1593
|
+
</li>
|
1594
|
+
<li>
|
1595
|
+
<a class="tooltip performance action" title="18:30" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=18:30" rel="nofollow">18:30</a>
|
1596
|
+
<div class="tooltip-box performance">
|
1597
|
+
<h2>Available screening types:</h2>
|
1598
|
+
|
1599
|
+
<hr class="thin" />
|
1600
|
+
|
1601
|
+
<ul class="unstyled">
|
1602
|
+
<li class="icon-service-thrd">3D</li>
|
1603
|
+
<li class="icon-service-ad">Audio described</li>
|
1604
|
+
</ul>
|
1605
|
+
</div>
|
1606
|
+
</li>
|
1607
|
+
<li>
|
1608
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=20:30" rel="nofollow">20:30</a>
|
1609
|
+
<div class="tooltip-box performance">
|
1610
|
+
<h2>Available screening types:</h2>
|
1611
|
+
|
1612
|
+
<hr class="thin" />
|
1613
|
+
|
1614
|
+
<ul class="unstyled">
|
1615
|
+
<li class="icon-service-twod">2D</li>
|
1616
|
+
<li class="icon-service-ad">Audio described</li>
|
1617
|
+
</ul>
|
1618
|
+
</div>
|
1619
|
+
</li>
|
1620
|
+
<li>
|
1621
|
+
<a class="tooltip performance action" title="22:40" href="/booking?cinema=3&filmEdi=43483&date=20131115&time=22:40" rel="nofollow">22:40</a>
|
1622
|
+
<div class="tooltip-box performance">
|
1623
|
+
<h2>Available screening types:</h2>
|
1624
|
+
|
1625
|
+
<hr class="thin" />
|
1626
|
+
|
1627
|
+
<ul class="unstyled">
|
1628
|
+
<li class="icon-service-twod">2D</li>
|
1629
|
+
<li class="icon-service-ad">Audio described</li>
|
1630
|
+
</ul>
|
1631
|
+
</div>
|
1632
|
+
</li>
|
1633
|
+
</ol>
|
1634
|
+
</div>
|
1635
|
+
</div>
|
1636
|
+
<div class="date row">
|
1637
|
+
<div class="span2">
|
1638
|
+
<h3>Saturday 16th Nov</h3>
|
1639
|
+
</div>
|
1640
|
+
|
1641
|
+
<div class="span7">
|
1642
|
+
<ol class="performances">
|
1643
|
+
<li>
|
1644
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131116&time=12:10" rel="nofollow">12:10</a>
|
1645
|
+
<div class="tooltip-box performance">
|
1646
|
+
<h2>Available screening types:</h2>
|
1647
|
+
|
1648
|
+
<hr class="thin" />
|
1649
|
+
|
1650
|
+
<ul class="unstyled">
|
1651
|
+
<li class="icon-service-twod">2D</li>
|
1652
|
+
<li class="icon-service-ad">Audio described</li>
|
1653
|
+
</ul>
|
1654
|
+
</div>
|
1655
|
+
</li>
|
1656
|
+
<li>
|
1657
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131116&time=15:00" rel="nofollow">15:00</a>
|
1658
|
+
<div class="tooltip-box performance">
|
1659
|
+
<h2>Available screening types:</h2>
|
1660
|
+
|
1661
|
+
<hr class="thin" />
|
1662
|
+
|
1663
|
+
<ul class="unstyled">
|
1664
|
+
<li class="icon-service-twod">2D</li>
|
1665
|
+
<li class="icon-service-ad">Audio described</li>
|
1666
|
+
</ul>
|
1667
|
+
</div>
|
1668
|
+
</li>
|
1669
|
+
<li>
|
1670
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131116&time=17:45" rel="nofollow">17:45</a>
|
1671
|
+
<div class="tooltip-box performance">
|
1672
|
+
<h2>Available screening types:</h2>
|
1673
|
+
|
1674
|
+
<hr class="thin" />
|
1675
|
+
|
1676
|
+
<ul class="unstyled">
|
1677
|
+
<li class="icon-service-twod">2D</li>
|
1678
|
+
<li class="icon-service-ad">Audio described</li>
|
1679
|
+
</ul>
|
1680
|
+
</div>
|
1681
|
+
</li>
|
1682
|
+
<li>
|
1683
|
+
<a class="tooltip performance action" title="18:30" href="/booking?cinema=3&filmEdi=43483&date=20131116&time=18:30" rel="nofollow">18:30</a>
|
1684
|
+
<div class="tooltip-box performance">
|
1685
|
+
<h2>Available screening types:</h2>
|
1686
|
+
|
1687
|
+
<hr class="thin" />
|
1688
|
+
|
1689
|
+
<ul class="unstyled">
|
1690
|
+
<li class="icon-service-thrd">3D</li>
|
1691
|
+
<li class="icon-service-ad">Audio described</li>
|
1692
|
+
</ul>
|
1693
|
+
</div>
|
1694
|
+
</li>
|
1695
|
+
<li>
|
1696
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131116&time=20:30" rel="nofollow">20:30</a>
|
1697
|
+
<div class="tooltip-box performance">
|
1698
|
+
<h2>Available screening types:</h2>
|
1699
|
+
|
1700
|
+
<hr class="thin" />
|
1701
|
+
|
1702
|
+
<ul class="unstyled">
|
1703
|
+
<li class="icon-service-twod">2D</li>
|
1704
|
+
<li class="icon-service-ad">Audio described</li>
|
1705
|
+
</ul>
|
1706
|
+
</div>
|
1707
|
+
</li>
|
1708
|
+
<li>
|
1709
|
+
<a class="tooltip performance action" title="22:40" href="/booking?cinema=3&filmEdi=43483&date=20131116&time=22:40" rel="nofollow">22:40</a>
|
1710
|
+
<div class="tooltip-box performance">
|
1711
|
+
<h2>Available screening types:</h2>
|
1712
|
+
|
1713
|
+
<hr class="thin" />
|
1714
|
+
|
1715
|
+
<ul class="unstyled">
|
1716
|
+
<li class="icon-service-twod">2D</li>
|
1717
|
+
<li class="icon-service-ad">Audio described</li>
|
1718
|
+
</ul>
|
1719
|
+
</div>
|
1720
|
+
</li>
|
1721
|
+
</ol>
|
1722
|
+
</div>
|
1723
|
+
</div>
|
1724
|
+
<div class="date row">
|
1725
|
+
<div class="span2">
|
1726
|
+
<h3>Sunday 17th Nov</h3>
|
1727
|
+
</div>
|
1728
|
+
|
1729
|
+
<div class="span7">
|
1730
|
+
<ol class="performances">
|
1731
|
+
<li>
|
1732
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131117&time=12:10" rel="nofollow">12:10</a>
|
1733
|
+
<div class="tooltip-box performance">
|
1734
|
+
<h2>Available screening types:</h2>
|
1735
|
+
|
1736
|
+
<hr class="thin" />
|
1737
|
+
|
1738
|
+
<ul class="unstyled">
|
1739
|
+
<li class="icon-service-sub">Subtitled</li>
|
1740
|
+
<li class="icon-service-twod">2D</li>
|
1741
|
+
<li class="icon-service-ad">Audio described</li>
|
1742
|
+
</ul>
|
1743
|
+
</div>
|
1744
|
+
</li>
|
1745
|
+
<li>
|
1746
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131117&time=15:00" rel="nofollow">15:00</a>
|
1747
|
+
<div class="tooltip-box performance">
|
1748
|
+
<h2>Available screening types:</h2>
|
1749
|
+
|
1750
|
+
<hr class="thin" />
|
1751
|
+
|
1752
|
+
<ul class="unstyled">
|
1753
|
+
<li class="icon-service-twod">2D</li>
|
1754
|
+
<li class="icon-service-ad">Audio described</li>
|
1755
|
+
</ul>
|
1756
|
+
</div>
|
1757
|
+
</li>
|
1758
|
+
<li>
|
1759
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131117&time=17:45" rel="nofollow">17:45</a>
|
1760
|
+
<div class="tooltip-box performance">
|
1761
|
+
<h2>Available screening types:</h2>
|
1762
|
+
|
1763
|
+
<hr class="thin" />
|
1764
|
+
|
1765
|
+
<ul class="unstyled">
|
1766
|
+
<li class="icon-service-twod">2D</li>
|
1767
|
+
<li class="icon-service-ad">Audio described</li>
|
1768
|
+
</ul>
|
1769
|
+
</div>
|
1770
|
+
</li>
|
1771
|
+
<li>
|
1772
|
+
<a class="tooltip performance action" title="18:30" href="/booking?cinema=3&filmEdi=43483&date=20131117&time=18:30" rel="nofollow">18:30</a>
|
1773
|
+
<div class="tooltip-box performance">
|
1774
|
+
<h2>Available screening types:</h2>
|
1775
|
+
|
1776
|
+
<hr class="thin" />
|
1777
|
+
|
1778
|
+
<ul class="unstyled">
|
1779
|
+
<li class="icon-service-thrd">3D</li>
|
1780
|
+
<li class="icon-service-ad">Audio described</li>
|
1781
|
+
</ul>
|
1782
|
+
</div>
|
1783
|
+
</li>
|
1784
|
+
<li>
|
1785
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131117&time=20:30" rel="nofollow">20:30</a>
|
1786
|
+
<div class="tooltip-box performance">
|
1787
|
+
<h2>Available screening types:</h2>
|
1788
|
+
|
1789
|
+
<hr class="thin" />
|
1790
|
+
|
1791
|
+
<ul class="unstyled">
|
1792
|
+
<li class="icon-service-twod">2D</li>
|
1793
|
+
<li class="icon-service-ad">Audio described</li>
|
1794
|
+
</ul>
|
1795
|
+
</div>
|
1796
|
+
</li>
|
1797
|
+
</ol>
|
1798
|
+
</div>
|
1799
|
+
</div>
|
1800
|
+
<div class="date row">
|
1801
|
+
<div class="span2">
|
1802
|
+
<h3>Monday 18th Nov</h3>
|
1803
|
+
</div>
|
1804
|
+
|
1805
|
+
<div class="span7">
|
1806
|
+
<ol class="performances">
|
1807
|
+
<li>
|
1808
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131118&time=12:10" rel="nofollow">12:10</a>
|
1809
|
+
<div class="tooltip-box performance">
|
1810
|
+
<h2>Available screening types:</h2>
|
1811
|
+
|
1812
|
+
<hr class="thin" />
|
1813
|
+
|
1814
|
+
<ul class="unstyled">
|
1815
|
+
<li class="icon-service-twod">2D</li>
|
1816
|
+
<li class="icon-service-ad">Audio described</li>
|
1817
|
+
</ul>
|
1818
|
+
</div>
|
1819
|
+
</li>
|
1820
|
+
<li>
|
1821
|
+
<a class="tooltip performance action" title="13:15" href="/booking?cinema=3&filmEdi=43483&date=20131118&time=13:15" rel="nofollow">13:15</a>
|
1822
|
+
<div class="tooltip-box performance">
|
1823
|
+
<h2>Available screening types:</h2>
|
1824
|
+
|
1825
|
+
<hr class="thin" />
|
1826
|
+
|
1827
|
+
<ul class="unstyled">
|
1828
|
+
<li class="icon-service-thrd">3D</li>
|
1829
|
+
<li class="icon-service-ad">Audio described</li>
|
1830
|
+
</ul>
|
1831
|
+
</div>
|
1832
|
+
</li>
|
1833
|
+
<li>
|
1834
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131118&time=15:00" rel="nofollow">15:00</a>
|
1835
|
+
<div class="tooltip-box performance">
|
1836
|
+
<h2>Available screening types:</h2>
|
1837
|
+
|
1838
|
+
<hr class="thin" />
|
1839
|
+
|
1840
|
+
<ul class="unstyled">
|
1841
|
+
<li class="icon-service-twod">2D</li>
|
1842
|
+
<li class="icon-service-ad">Audio described</li>
|
1843
|
+
</ul>
|
1844
|
+
</div>
|
1845
|
+
</li>
|
1846
|
+
<li>
|
1847
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131118&time=17:45" rel="nofollow">17:45</a>
|
1848
|
+
<div class="tooltip-box performance">
|
1849
|
+
<h2>Available screening types:</h2>
|
1850
|
+
|
1851
|
+
<hr class="thin" />
|
1852
|
+
|
1853
|
+
<ul class="unstyled">
|
1854
|
+
<li class="icon-service-twod">2D</li>
|
1855
|
+
<li class="icon-service-ad">Audio described</li>
|
1856
|
+
</ul>
|
1857
|
+
</div>
|
1858
|
+
</li>
|
1859
|
+
<li>
|
1860
|
+
<a class="tooltip performance action" title="18:30" href="/booking?cinema=3&filmEdi=43483&date=20131118&time=18:30" rel="nofollow">18:30</a>
|
1861
|
+
<div class="tooltip-box performance">
|
1862
|
+
<h2>Available screening types:</h2>
|
1863
|
+
|
1864
|
+
<hr class="thin" />
|
1865
|
+
|
1866
|
+
<ul class="unstyled">
|
1867
|
+
<li class="icon-service-thrd">3D</li>
|
1868
|
+
<li class="icon-service-ad">Audio described</li>
|
1869
|
+
</ul>
|
1870
|
+
</div>
|
1871
|
+
</li>
|
1872
|
+
<li>
|
1873
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131118&time=20:30" rel="nofollow">20:30</a>
|
1874
|
+
<div class="tooltip-box performance">
|
1875
|
+
<h2>Available screening types:</h2>
|
1876
|
+
|
1877
|
+
<hr class="thin" />
|
1878
|
+
|
1879
|
+
<ul class="unstyled">
|
1880
|
+
<li class="icon-service-twod">2D</li>
|
1881
|
+
<li class="icon-service-ad">Audio described</li>
|
1882
|
+
</ul>
|
1883
|
+
</div>
|
1884
|
+
</li>
|
1885
|
+
</ol>
|
1886
|
+
</div>
|
1887
|
+
</div>
|
1888
|
+
<div class="date row">
|
1889
|
+
<div class="span2">
|
1890
|
+
<h3>Tuesday 19th Nov</h3>
|
1891
|
+
</div>
|
1892
|
+
|
1893
|
+
<div class="span7">
|
1894
|
+
<ol class="performances">
|
1895
|
+
<li>
|
1896
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131119&time=12:10" rel="nofollow">12:10</a>
|
1897
|
+
<div class="tooltip-box performance">
|
1898
|
+
<h2>Available screening types:</h2>
|
1899
|
+
|
1900
|
+
<hr class="thin" />
|
1901
|
+
|
1902
|
+
<ul class="unstyled">
|
1903
|
+
<li class="icon-service-twod">2D</li>
|
1904
|
+
<li class="icon-service-ad">Audio described</li>
|
1905
|
+
</ul>
|
1906
|
+
</div>
|
1907
|
+
</li>
|
1908
|
+
<li>
|
1909
|
+
<a class="tooltip performance action" title="13:15" href="/booking?cinema=3&filmEdi=43483&date=20131119&time=13:15" rel="nofollow">13:15</a>
|
1910
|
+
<div class="tooltip-box performance">
|
1911
|
+
<h2>Available screening types:</h2>
|
1912
|
+
|
1913
|
+
<hr class="thin" />
|
1914
|
+
|
1915
|
+
<ul class="unstyled">
|
1916
|
+
<li class="icon-service-thrd">3D</li>
|
1917
|
+
<li class="icon-service-ad">Audio described</li>
|
1918
|
+
</ul>
|
1919
|
+
</div>
|
1920
|
+
</li>
|
1921
|
+
<li>
|
1922
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131119&time=15:00" rel="nofollow">15:00</a>
|
1923
|
+
<div class="tooltip-box performance">
|
1924
|
+
<h2>Available screening types:</h2>
|
1925
|
+
|
1926
|
+
<hr class="thin" />
|
1927
|
+
|
1928
|
+
<ul class="unstyled">
|
1929
|
+
<li class="icon-service-twod">2D</li>
|
1930
|
+
<li class="icon-service-ad">Audio described</li>
|
1931
|
+
</ul>
|
1932
|
+
</div>
|
1933
|
+
</li>
|
1934
|
+
<li>
|
1935
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131119&time=17:45" rel="nofollow">17:45</a>
|
1936
|
+
<div class="tooltip-box performance">
|
1937
|
+
<h2>Available screening types:</h2>
|
1938
|
+
|
1939
|
+
<hr class="thin" />
|
1940
|
+
|
1941
|
+
<ul class="unstyled">
|
1942
|
+
<li class="icon-service-twod">2D</li>
|
1943
|
+
<li class="icon-service-ad">Audio described</li>
|
1944
|
+
</ul>
|
1945
|
+
</div>
|
1946
|
+
</li>
|
1947
|
+
<li>
|
1948
|
+
<a class="tooltip performance action" title="18:30" href="/booking?cinema=3&filmEdi=43483&date=20131119&time=18:30" rel="nofollow">18:30</a>
|
1949
|
+
<div class="tooltip-box performance">
|
1950
|
+
<h2>Available screening types:</h2>
|
1951
|
+
|
1952
|
+
<hr class="thin" />
|
1953
|
+
|
1954
|
+
<ul class="unstyled">
|
1955
|
+
<li class="icon-service-thrd">3D</li>
|
1956
|
+
<li class="icon-service-ad">Audio described</li>
|
1957
|
+
</ul>
|
1958
|
+
</div>
|
1959
|
+
</li>
|
1960
|
+
<li>
|
1961
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131119&time=20:30" rel="nofollow">20:30</a>
|
1962
|
+
<div class="tooltip-box performance">
|
1963
|
+
<h2>Available screening types:</h2>
|
1964
|
+
|
1965
|
+
<hr class="thin" />
|
1966
|
+
|
1967
|
+
<ul class="unstyled">
|
1968
|
+
<li class="icon-service-twod">2D</li>
|
1969
|
+
<li class="icon-service-ad">Audio described</li>
|
1970
|
+
</ul>
|
1971
|
+
</div>
|
1972
|
+
</li>
|
1973
|
+
</ol>
|
1974
|
+
</div>
|
1975
|
+
</div>
|
1976
|
+
<div class="date row">
|
1977
|
+
<div class="span2">
|
1978
|
+
<h3>Wednesday 20th Nov</h3>
|
1979
|
+
</div>
|
1980
|
+
|
1981
|
+
<div class="span7">
|
1982
|
+
<ol class="performances">
|
1983
|
+
<li>
|
1984
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131120&time=12:10" rel="nofollow">12:10</a>
|
1985
|
+
<div class="tooltip-box performance">
|
1986
|
+
<h2>Available screening types:</h2>
|
1987
|
+
|
1988
|
+
<hr class="thin" />
|
1989
|
+
|
1990
|
+
<ul class="unstyled">
|
1991
|
+
<li class="icon-service-twod">2D</li>
|
1992
|
+
<li class="icon-service-ad">Audio described</li>
|
1993
|
+
</ul>
|
1994
|
+
</div>
|
1995
|
+
</li>
|
1996
|
+
<li>
|
1997
|
+
<a class="tooltip performance action" title="13:15" href="/booking?cinema=3&filmEdi=43483&date=20131120&time=13:15" rel="nofollow">13:15</a>
|
1998
|
+
<div class="tooltip-box performance">
|
1999
|
+
<h2>Available screening types:</h2>
|
2000
|
+
|
2001
|
+
<hr class="thin" />
|
2002
|
+
|
2003
|
+
<ul class="unstyled">
|
2004
|
+
<li class="icon-service-thrd">3D</li>
|
2005
|
+
<li class="icon-service-ad">Audio described</li>
|
2006
|
+
</ul>
|
2007
|
+
</div>
|
2008
|
+
</li>
|
2009
|
+
<li>
|
2010
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131120&time=15:00" rel="nofollow">15:00</a>
|
2011
|
+
<div class="tooltip-box performance">
|
2012
|
+
<h2>Available screening types:</h2>
|
2013
|
+
|
2014
|
+
<hr class="thin" />
|
2015
|
+
|
2016
|
+
<ul class="unstyled">
|
2017
|
+
<li class="icon-service-twod">2D</li>
|
2018
|
+
<li class="icon-service-ad">Audio described</li>
|
2019
|
+
</ul>
|
2020
|
+
</div>
|
2021
|
+
</li>
|
2022
|
+
<li>
|
2023
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131120&time=17:45" rel="nofollow">17:45</a>
|
2024
|
+
<div class="tooltip-box performance">
|
2025
|
+
<h2>Available screening types:</h2>
|
2026
|
+
|
2027
|
+
<hr class="thin" />
|
2028
|
+
|
2029
|
+
<ul class="unstyled">
|
2030
|
+
<li class="icon-service-twod">2D</li>
|
2031
|
+
<li class="icon-service-ad">Audio described</li>
|
2032
|
+
</ul>
|
2033
|
+
</div>
|
2034
|
+
</li>
|
2035
|
+
<li>
|
2036
|
+
<a class="tooltip performance action" title="18:30" href="/booking?cinema=3&filmEdi=43483&date=20131120&time=18:30" rel="nofollow">18:30</a>
|
2037
|
+
<div class="tooltip-box performance">
|
2038
|
+
<h2>Available screening types:</h2>
|
2039
|
+
|
2040
|
+
<hr class="thin" />
|
2041
|
+
|
2042
|
+
<ul class="unstyled">
|
2043
|
+
<li class="icon-service-thrd">3D</li>
|
2044
|
+
<li class="icon-service-ad">Audio described</li>
|
2045
|
+
</ul>
|
2046
|
+
</div>
|
2047
|
+
</li>
|
2048
|
+
<li>
|
2049
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131120&time=20:30" rel="nofollow">20:30</a>
|
2050
|
+
<div class="tooltip-box performance">
|
2051
|
+
<h2>Available screening types:</h2>
|
2052
|
+
|
2053
|
+
<hr class="thin" />
|
2054
|
+
|
2055
|
+
<ul class="unstyled">
|
2056
|
+
<li class="icon-service-twod">2D</li>
|
2057
|
+
<li class="icon-service-ad">Audio described</li>
|
2058
|
+
</ul>
|
2059
|
+
</div>
|
2060
|
+
</li>
|
2061
|
+
</ol>
|
2062
|
+
</div>
|
2063
|
+
</div>
|
2064
|
+
<div class="date row">
|
2065
|
+
<div class="span2">
|
2066
|
+
<h3>Thursday 21st Nov</h3>
|
2067
|
+
</div>
|
2068
|
+
|
2069
|
+
<div class="span7">
|
2070
|
+
<ol class="performances">
|
2071
|
+
<li>
|
2072
|
+
<a class="tooltip performance action" title="12:10" href="/booking?cinema=3&filmEdi=43483&date=20131121&time=12:10" rel="nofollow">12:10</a>
|
2073
|
+
<div class="tooltip-box performance">
|
2074
|
+
<h2>Available screening types:</h2>
|
2075
|
+
|
2076
|
+
<hr class="thin" />
|
2077
|
+
|
2078
|
+
<ul class="unstyled">
|
2079
|
+
<li class="icon-service-thrd">3D</li>
|
2080
|
+
<li class="icon-service-ad">Audio described</li>
|
2081
|
+
</ul>
|
2082
|
+
</div>
|
2083
|
+
</li>
|
2084
|
+
<li>
|
2085
|
+
<a class="tooltip performance action" title="15:00" href="/booking?cinema=3&filmEdi=43483&date=20131121&time=15:00" rel="nofollow">15:00</a>
|
2086
|
+
<div class="tooltip-box performance">
|
2087
|
+
<h2>Available screening types:</h2>
|
2088
|
+
|
2089
|
+
<hr class="thin" />
|
2090
|
+
|
2091
|
+
<ul class="unstyled">
|
2092
|
+
<li class="icon-service-twod">2D</li>
|
2093
|
+
<li class="icon-service-ad">Audio described</li>
|
2094
|
+
</ul>
|
2095
|
+
</div>
|
2096
|
+
</li>
|
2097
|
+
<li>
|
2098
|
+
<a class="tooltip performance action" title="17:45" href="/booking?cinema=3&filmEdi=43483&date=20131121&time=17:45" rel="nofollow">17:45</a>
|
2099
|
+
<div class="tooltip-box performance">
|
2100
|
+
<h2>Available screening types:</h2>
|
2101
|
+
|
2102
|
+
<hr class="thin" />
|
2103
|
+
|
2104
|
+
<ul class="unstyled">
|
2105
|
+
<li class="icon-service-thrd">3D</li>
|
2106
|
+
<li class="icon-service-ad">Audio described</li>
|
2107
|
+
</ul>
|
2108
|
+
</div>
|
2109
|
+
</li>
|
2110
|
+
<li>
|
2111
|
+
<a class="tooltip performance action" title="20:30" href="/booking?cinema=3&filmEdi=43483&date=20131121&time=20:30" rel="nofollow">20:30</a>
|
2112
|
+
<div class="tooltip-box performance">
|
2113
|
+
<h2>Available screening types:</h2>
|
2114
|
+
|
2115
|
+
<hr class="thin" />
|
2116
|
+
|
2117
|
+
<ul class="unstyled">
|
2118
|
+
<li class="icon-service-twod">2D</li>
|
2119
|
+
<li class="icon-service-ad">Audio described</li>
|
2120
|
+
</ul>
|
2121
|
+
</div>
|
2122
|
+
</li>
|
2123
|
+
</ol>
|
2124
|
+
</div>
|
2125
|
+
</div>
|
2126
|
+
|
2127
|
+
<a class="action secondary light" href="/whatson/6532?cinema=3&date=all">View all dates</a>
|
2128
|
+
</div>
|
2129
|
+
</div>
|