1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189 | <style>
#cssplayGallery a, body {behavior:url(cssplay18/trigger.htc)}
#cssplayGallery {position:relative;width:320px;margin:0 auto;height:300px; overflow:hidden;}
#cssplayGallery .cover {width:320px; height:100px; background:url(trans.gif); position:absolute; left:0; top:0; z-index:30;}
#cssplayGallery a {display:block; width:320px; height:200px; position:absolute; outline:0; background:#fff; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;}
#cssplayGallery a.p1 {top:100px; z-index:10;}
#cssplayGallery a.p2 {top:90px; z-index:9;}
#cssplayGallery a.p3 {top:80px; z-index:8;}
#cssplayGallery a.p4 {top:70px; z-index:7;}
#cssplayGallery a.p5 {top:60px; z-index:6;}
#cssplayGallery a.p6 {top:50px; z-index:5;}
#cssplayGallery a.p7 {top:40px; z-index:4;}
#cssplayGallery a.p8 {top:30px; z-index:3;}
#cssplayGallery a.p9 {top:20px; z-index:2;}
#cssplayGallery a.p1 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p2 img {width:311px; padding:0 9px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p3 img {width:302px; padding:0 18px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p4 img {width:293px; padding:0 27px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p5 img {width:284px; padding:0 36px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p6 img {width:275px; padding:0 45px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p7 img {width:266px; padding:0 54px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p8 img {width:257px; padding:0 63px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a.p9 img {width:248px; padding:0 72px; opacity:0.5; filter: alpha(opacity=50);}
#cssplayGallery a img {display:block; border:1px solid #fff;
-webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;}
/* IE browsers */
#cssplayGallery a:active {opacity:0;}
#cssplayGallery a.p1:active ~ a.p2 {top:100px; z-index:20;}
#cssplayGallery a.p1:active ~ a.p3 {top:90px; z-index:19;}
#cssplayGallery a.p1:active ~ a.p4 {top:80px; z-index:18;}
#cssplayGallery a.p1:active ~ a.p5 {top:70px; z-index:17;}
#cssplayGallery a.p1:active ~ a.p6 {top:60px; z-index:16;}
#cssplayGallery a.p1:active ~ a.p7 {top:50px; z-index:15;}
#cssplayGallery a.p1:active ~ a.p8 {top:40px; z-index:14;}
#cssplayGallery a.p1:active ~ a.p9 {top:30px; z-index:13;}
#cssplayGallery a.p1:active ~ a.p2 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p1:active ~ a.p3 img {width:311px; padding:0 9px; filter: alpha(opacity=50);}
#cssplayGallery a.p1:active ~ a.p4 img {width:302px; padding:0 18px; filter: alpha(opacity=50);}
#cssplayGallery a.p1:active ~ a.p5 img {width:293px; padding:0 27px; filter: alpha(opacity=50);}
#cssplayGallery a.p1:active ~ a.p6 img {width:284px; padding:0 36px; filter: alpha(opacity=50);}
#cssplayGallery a.p1:active ~ a.p7 img {width:275px; padding:0 45px; filter: alpha(opacity=50);}
#cssplayGallery a.p1:active ~ a.p8 img {width:266px; padding:0 54px; filter: alpha(opacity=50);}
#cssplayGallery a.p1:active ~ a.p9 img {width:257px; padding:0 63px; filter: alpha(opacity=50);}
#cssplayGallery a.p2:active ~ a.p3 {top:100px; z-index:20;}
#cssplayGallery a.p2:active ~ a.p4 {top:90px; z-index:19;}
#cssplayGallery a.p2:active ~ a.p5 {top:70px; z-index:18;}
#cssplayGallery a.p2:active ~ a.p6 {top:60px; z-index:17;}
#cssplayGallery a.p2:active ~ a.p7 {top:50px; z-index:16;}
#cssplayGallery a.p2:active ~ a.p8 {top:40px; z-index:15;}
#cssplayGallery a.p2:active ~ a.p9 {top:30px; z-index:14;}
#cssplayGallery a.p2:active ~ a.p3 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p2:active ~ a.p4 img {width:311px; padding:0 9px; filter: alpha(opacity=45);}
#cssplayGallery a.p2:active ~ a.p5 img {width:302px; padding:0 18px; filter: alpha(opacity=40);}
#cssplayGallery a.p2:active ~ a.p6 img {width:293px; padding:0 27px; filter: alpha(opacity=35);}
#cssplayGallery a.p2:active ~ a.p7 img {width:284px; padding:0 36px; filter: alpha(opacity=30);}
#cssplayGallery a.p2:active ~ a.p8 img {width:275px; padding:0 45px; filter: alpha(opacity=25);}
#cssplayGallery a.p2:active ~ a.p9 img {width:266px; padding:0 54px; filter: alpha(opacity=20);}
#cssplayGallery a.p3:active ~ a.p4 {top:100px; z-index:20;}
#cssplayGallery a.p3:active ~ a.p5 {top:90px; z-index:19;}
#cssplayGallery a.p3:active ~ a.p6 {top:80px; z-index:18;}
#cssplayGallery a.p3:active ~ a.p7 {top:70px; z-index:17;}
#cssplayGallery a.p3:active ~ a.p8 {top:60px; z-index:16;}
#cssplayGallery a.p3:active ~ a.p9 {top:50px; z-index:15;}
#cssplayGallery a.p3:active ~ a.p4 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p3:active ~ a.p5 img {width:311px; padding:0 9px; filter: alpha(opacity=45);}
#cssplayGallery a.p3:active ~ a.p6 img {width:302px; padding:0 18px; filter: alpha(opacity=40);}
#cssplayGallery a.p3:active ~ a.p7 img {width:293px; padding:0 27px; filter: alpha(opacity=35);}
#cssplayGallery a.p3:active ~ a.p8 img {width:284px; padding:0 36px; filter: alpha(opacity=30);}
#cssplayGallery a.p3:active ~ a.p9 img {width:275px; padding:0 45px; filter: alpha(opacity=25);}
#cssplayGallery a.p4:active ~ a.p5 {top:100px; z-index:20;}
#cssplayGallery a.p4:active ~ a.p6 {top:90px; z-index:19;}
#cssplayGallery a.p4:active ~ a.p7 {top:80px; z-index:18;}
#cssplayGallery a.p4:active ~ a.p8 {top:70px; z-index:17;}
#cssplayGallery a.p4:active ~ a.p9 {top:60px; z-index:16;}
#cssplayGallery a.p4:active ~ a.p5 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p4:active ~ a.p6 img {width:311px; padding:0 9px; filter: alpha(opacity=45);}
#cssplayGallery a.p4:active ~ a.p7 img {width:302px; padding:0 18px; filter: alpha(opacity=40);}
#cssplayGallery a.p4:active ~ a.p8 img {width:293px; padding:0 27px; filter: alpha(opacity=35);}
#cssplayGallery a.p4:active ~ a.p9 img {width:284px; padding:0 36px; filter: alpha(opacity=30);}
#cssplayGallery a.p5:active ~ a.p6 {top:100px; z-index:20;}
#cssplayGallery a.p5:active ~ a.p7 {top:90px; z-index:19;}
#cssplayGallery a.p5:active ~ a.p8 {top:80px; z-index:18;}
#cssplayGallery a.p5:active ~ a.p9 {top:70px; z-index:17;}
#cssplayGallery a.p5:active ~ a.p6 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p5:active ~ a.p7 img {width:311px; padding:0 9px; filter: alpha(opacity=45);}
#cssplayGallery a.p5:active ~ a.p8 img {width:302px; padding:0 18px; filter: alpha(opacity=40);}
#cssplayGallery a.p5:active ~ a.p9 img {width:293px; padding:0 27px; filter: alpha(opacity=35);}
#cssplayGallery a.p6:active ~ a.p7 {top:100px; z-index:20;}
#cssplayGallery a.p6:active ~ a.p8 {top:90px; z-index:19;}
#cssplayGallery a.p6:active ~ a.p9 {top:80px; z-index:18;}
#cssplayGallery a.p6:active ~ a.p7 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p6:active ~ a.p8 img {width:311px; padding:0 9px; filter: alpha(opacity=45);}
#cssplayGallery a.p6:active ~ a.p9 img {width:302px; padding:0 18px; filter: alpha(opacity=40);}
#cssplayGallery a.p7:active ~ a.p8 {top:100px; z-index:20;}
#cssplayGallery a.p7:active ~ a.p9 {top:90px; z-index:19;}
#cssplayGallery a.p7:active ~ a.p8 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p7:active ~ a.p9 img {width:311px; padding:0 9px; filter: alpha(opacity=45);}
#cssplayGallery a.p8:active ~ a.p9 {top:100px; z-index:20;}
#cssplayGallery a.p8:active ~ a.p9 img {width:320px; padding:0; filter: alpha(opacity=100);}
#cssplayGallery a.p8:active {top:100px; z-index:13;}
/* non-IE browsers */
#cssplayGallery a:focus {opacity:0;}
#cssplayGallery a.p1:focus ~ a.p2 {top:100px; z-index:20;}
#cssplayGallery a.p1:focus ~ a.p3 {top:90px; z-index:19;}
#cssplayGallery a.p1:focus ~ a.p4 {top:80px; z-index:18;}
#cssplayGallery a.p1:focus ~ a.p5 {top:70px; z-index:17;}
#cssplayGallery a.p1:focus ~ a.p6 {top:60px; z-index:16;}
#cssplayGallery a.p1:focus ~ a.p7 {top:50px; z-index:15;}
#cssplayGallery a.p1:focus ~ a.p8 {top:40px; z-index:14;}
#cssplayGallery a.p1:focus ~ a.p9 {top:30px; z-index:13;}
#cssplayGallery a.p1:focus ~ a.p2 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p1:focus ~ a.p3 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p1:focus ~ a.p4 img {width:302px; padding:0 18px; opacity:0.4; filter: alpha(opacity=40);}
#cssplayGallery a.p1:focus ~ a.p5 img {width:293px; padding:0 27px; opacity:0.35; filter: alpha(opacity=35);}
#cssplayGallery a.p1:focus ~ a.p6 img {width:284px; padding:0 36px; opacity:0.3; filter: alpha(opacity=30);}
#cssplayGallery a.p1:focus ~ a.p7 img {width:275px; padding:0 45px; opacity:0.25; filter: alpha(opacity=25);}
#cssplayGallery a.p1:focus ~ a.p8 img {width:266px; padding:0 54px; opacity:0.2; filter: alpha(opacity=20);}
#cssplayGallery a.p1:focus ~ a.p9 img {width:257px; padding:0 63px; opacity:0.15; filter: alpha(opacity=15);}
#cssplayGallery a.p2:focus ~ a.p3 {top:100px; z-index:20;}
#cssplayGallery a.p2:focus ~ a.p4 {top:90px; z-index:19;}
#cssplayGallery a.p2:focus ~ a.p5 {top:80px; z-index:18;}
#cssplayGallery a.p2:focus ~ a.p6 {top:70px; z-index:17;}
#cssplayGallery a.p2:focus ~ a.p7 {top:60px; z-index:16;}
#cssplayGallery a.p2:focus ~ a.p8 {top:50px; z-index:15;}
#cssplayGallery a.p2:focus ~ a.p9 {top:40px; z-index:14;}
#cssplayGallery a.p2:focus ~ a.p3 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p2:focus ~ a.p4 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p2:focus ~ a.p5 img {width:302px; padding:0 18px; opacity:0.4; filter: alpha(opacity=40);}
#cssplayGallery a.p2:focus ~ a.p6 img {width:293px; padding:0 36px; opacity:0.35; filter: alpha(opacity=35);}
#cssplayGallery a.p2:focus ~ a.p7 img {width:284px; padding:0 45px; opacity:0.3; filter: alpha(opacity=30);}
#cssplayGallery a.p2:focus ~ a.p8 img {width:275px; padding:0 54px; opacity:0.25; filter: alpha(opacity=25);}
#cssplayGallery a.p2:focus ~ a.p9 img {width:266px; padding:0 63px; opacity:0.2; filter: alpha(opacity=20);}
#cssplayGallery a.p3:focus ~ a.p4 {top:100px; z-index:20;}
#cssplayGallery a.p3:focus ~ a.p5 {top:90px; z-index:19;}
#cssplayGallery a.p3:focus ~ a.p6 {top:80px; z-index:18;}
#cssplayGallery a.p3:focus ~ a.p7 {top:70px; z-index:17;}
#cssplayGallery a.p3:focus ~ a.p8 {top:60px; z-index:16;}
#cssplayGallery a.p3:focus ~ a.p9 {top:50px; z-index:15;}
#cssplayGallery a.p3:focus ~ a.p4 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p3:focus ~ a.p5 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p3:focus ~ a.p6 img {width:302px; padding:0 18px; opacity:0.4; filter: alpha(opacity=40);}
#cssplayGallery a.p3:focus ~ a.p7 img {width:293px; padding:0 27px; opacity:0.35; filter: alpha(opacity=35);}
#cssplayGallery a.p3:focus ~ a.p8 img {width:284px; padding:0 36px; opacity:0.3; filter: alpha(opacity=30);}
#cssplayGallery a.p3:focus ~ a.p9 img {width:275px; padding:0 45px; opacity:0.25; filter: alpha(opacity=25);}
#cssplayGallery a.p4:focus ~ a.p5 {top:100px; z-index:20;}
#cssplayGallery a.p4:focus ~ a.p6 {top:90px; z-index:19;}
#cssplayGallery a.p4:focus ~ a.p7 {top:80px; z-index:18;}
#cssplayGallery a.p4:focus ~ a.p8 {top:70px; z-index:17;}
#cssplayGallery a.p4:focus ~ a.p9 {top:60px; z-index:16;}
#cssplayGallery a.p4:focus ~ a.p5 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p4:focus ~ a.p6 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p4:focus ~ a.p7 img {width:302px; padding:0 18px; opacity:0.4; filter: alpha(opacity=40);}
#cssplayGallery a.p4:focus ~ a.p8 img {width:293px; padding:0 27px; opacity:0.35; filter: alpha(opacity=35);}
#cssplayGallery a.p4:focus ~ a.p9 img {width:284px; padding:0 36px; opacity:0.3; filter: alpha(opacity=30);}
#cssplayGallery a.p5:focus ~ a.p6 {top:100px; z-index:20;}
#cssplayGallery a.p5:focus ~ a.p7 {top:90px; z-index:19;}
#cssplayGallery a.p5:focus ~ a.p8 {top:80px; z-index:18;}
#cssplayGallery a.p5:focus ~ a.p9 {top:70px; z-index:17;}
#cssplayGallery a.p5:focus ~ a.p6 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p5:focus ~ a.p7 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p5:focus ~ a.p8 img {width:302px; padding:0 18px; opacity:0.4; filter: alpha(opacity=40);}
#cssplayGallery a.p5:focus ~ a.p9 img {width:293px; padding:0 27px; opacity:0.35; filter: alpha(opacity=35);}
#cssplayGallery a.p6:focus ~ a.p7 {top:100px; z-index:20;}
#cssplayGallery a.p6:focus ~ a.p8 {top:90px; z-index:19;}
#cssplayGallery a.p6:focus ~ a.p9 {top:80px; z-index:18;}
#cssplayGallery a.p6:focus ~ a.p7 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p6:focus ~ a.p8 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p6:focus ~ a.p9 img {width:302px; padding:0 18px; opacity:0.4; filter: alpha(opacity=40);}
#cssplayGallery a.p7:focus ~ a.p8 {top:100px; z-index:20;}
#cssplayGallery a.p7:focus ~ a.p9 {top:90px; z-index:19;}
#cssplayGallery a.p7:focus ~ a.p8 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p7:focus ~ a.p9 img {width:311px; padding:0 9px; opacity:0.45; filter: alpha(opacity=45);}
#cssplayGallery a.p8:focus ~ a.p9 {top:100px; z-index:20;}
#cssplayGallery a.p8:focus ~ a.p9 img {width:320px; padding:0; opacity:1; filter: alpha(opacity=100);}
#cssplayGallery a.p8:focus {top:100px; z-index:13;}
</style>
<div id="cssplayGallery">
<div class="cover"></div>
<a class="p1" href="#url" tabindex="1"><img src="http://i.imgur.com/Pq9Dexam.jpg" alt="" /></a>
<a class="p2" href="#url" tabindex="2"><img src="http://i.imgur.com/kbCkBYem.jpg" alt="" /></a>
<a class="p3" href="#url" tabindex="3"><img src="http://i.imgur.com/gCr4ycDm.jpg" alt="" /></a>
<a class="p4" href="#url" tabindex="4"><img src="http://i.imgur.com/JcRaeRSm.jpg" alt="" /></a>
<a class="p5" href="#url" tabindex="5"><img src="http://i.imgur.com/XMS6PHsm.jpg" alt="" /></a>
<a class="p6" href="#url" tabindex="6"><img src="http://i.imgur.com/I9SFA0sm.jpg" alt="" /></a>
<a class="p7" href="#url" tabindex="7"><img src="http://i.imgur.com/bVvl5ywm.jpg" alt="" /></a>
<a class="p8" href="#url" tabindex="8"><img src="http://i.imgur.com/w9qsfyQm.jpg" alt="" /></a>
<a class="p9" href="#url" tabindex="9"><img src="http://i.imgur.com/gptb8xnm.jpg" alt="" /></a>
<center>GREEK ISLANDS PHOTOS</center>
</div>
|