summaryrefslogtreecommitdiff
path: root/bak/oldluxpages/photos/galleries/bled-slovenia/index.html
blob: 2e2c8b5a4543e95685cd2622cff26121525fbbb9 (plain)
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
<!DOCTYPE html>
<html class="black" dir="ltr" lang="en-US">
    
<head>
    <title>Bled, Slovenia - Luxagraf, Photos</title>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" 
          content="Actually most of these are outside of Bled in the Julian Alps&#8230; There is a roughly 200km loop of road that leads northwest out of Bled, through a pass in &#8230;">
    <meta name="author" content="Scott Gilbertson">
    <!--[if IE]>
    <script src="/js/html5css3ie.min.js"></script>
    <![endif]-->
    <link rel="alternate" 
          type="application/rss+xml" 
          title="Luxagraf RSS feed"
          href="https://luxagraf.net/rss/">
    <link rel="stylesheet" 
          href="/media/screenv8.css" 
          media="screen">
    <!--[if IE]>
    <link rel="stylesheet" 
          href="/media/css/ie.css" 
          media="screen">
    <![endif]-->
    <link rel="manifest" href="manifest.json">
    <meta property="fb:pages" content="900822029969349" />
    
     <script src="/media/js/leaflet-master/leaflet-mod.js"></script>
     <style>
         #map-canvas img{ border: none;}
     </style>

</head>
<body class="image_gallery">
    <div class="wrapper">
    <div class="header-wrapper">
        <header role="banner">
            <h1><a id="logo" href="/" title="home">Luxagraf</a></h1>
            <h2>Walk Slowly</h2>
        </header>
        <nav role="navigation" class="bl">
            <ul>
                <li id="laverdad"><a href="/jrnl/" title="What we've been up to lately">Journal</a></li>
                <li id="nota"><a href="/field-notes/" title="Quick notes and images from the road">Notes</a></li>
                <li id="fotos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li>
                <li id="maps"><a href="/map" title="Maps">Map</a></li>
                <li id="about"><a href="/about" title="About Luxagraf">About</a></li>
                <li id="etc" class="last"><a href="/projects/" title="the less visible portions of the iceberg">Etc</a></li>
            </ul>
        </nav>
    </div>
    <ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
        <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
        <li><a href="/photos/" title="See all Photos" itemprop="url"><span>Photos</span></a> &rarr;</li> 
        <li>Bled, Slovenia</li>
    </ul>
    <p class="directions">Use left/right arrow keys to navigate through photos</p>
    <main id="slides" class="image-gallery--wrapper">
        <h1 class="hide">Photos from Bled, Slovenia</h1>
        <article id="image-1"> 
            <h6><a href="#image-1" class="permalink" title="link to this image">&#8734; one &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341827644.jpg"  alt="Slovenia Bled_5_16_06_01" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1658">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_01</h3>
                    <time class="figcaption--date" datetime="2006-05-16T17:18:24">May 16, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.380052" data-longitude="14.110522" data-imgid="id-1658">Map</a>
                    <p class="figcaption--desc">The castle on the hill, Bled. Actually its a monastery, but whatever. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341827644/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1658">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-2"> 
            <h6><a href="#image-2" class="permalink" title="link to this image">&#8734; two &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341828231.jpg"  alt="Slovenia Bled_5_16_06_02" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1659">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_02</h3>
                    <time class="figcaption--date" datetime="2006-05-16T17:20:08">May 16, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.380052" data-longitude="14.110522" data-imgid="id-1659">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341828231/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1659">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-3"> 
            <h6><a href="#image-3" class="permalink" title="link to this image">&#8734; three &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341828825.jpg"  alt="Slovenia Bled_5_16_06_03" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1660">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_03</h3>
                    <time class="figcaption--date" datetime="2006-05-16T17:20:18">May 16, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.380052" data-longitude="14.110522" data-imgid="id-1660">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/250 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341828825/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1660">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-4"> 
            <h6><a href="#image-4" class="permalink" title="link to this image">&#8734; four &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341829271.jpg"  alt="Slovenia Bled_5_16_06_04"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1661">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_04</h3>
                    <time class="figcaption--date" datetime="2006-05-16T17:27:08">May 16, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.380052" data-longitude="14.110522" data-imgid="id-1661">Map</a>
                    <p class="figcaption--desc">Lake Bled.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/400 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341829271/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1661">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-5"> 
            <h6><a href="#image-5" class="permalink" title="link to this image">&#8734; five &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341829781.jpg"  alt="Slovenia Bled_5_16_06_05" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1662">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_05</h3>
                    <time class="figcaption--date" datetime="2006-05-17T13:49:16">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1662">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/160 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341829781/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1662">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-6"> 
            <h6><a href="#image-6" class="permalink" title="link to this image">&#8734; six &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341830964.jpg"  alt="Slovenia Bled_5_16_06_06" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1663">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_06</h3>
                    <time class="figcaption--date" datetime="2006-05-17T13:50:10">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1663">Map</a>
                    <p class="figcaption--desc">First buds of spring. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/100 sec at f/4.9, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341830964/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1663">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-7"> 
            <h6><a href="#image-7" class="permalink" title="link to this image">&#8734; seven &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341831858.jpg"  alt="Slovenia Bled_5_16_06_07"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1664">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_07</h3>
                    <time class="figcaption--date" datetime="2006-05-17T13:51:22">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1664">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/13 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341831858/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1664">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-8"> 
            <h6><a href="#image-8" class="permalink" title="link to this image">&#8734; eight &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341832443.jpg"  alt="Slovenia Bled_5_16_06_08" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1665">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_08</h3>
                    <time class="figcaption--date" datetime="2006-05-17T13:52:14">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1665">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/160 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341832443/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1665">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-9"> 
            <h6><a href="#image-9" class="permalink" title="link to this image">&#8734; nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341832988.jpg"  alt="Slovenia Bled_5_16_06_09" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1666">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_09</h3>
                    <time class="figcaption--date" datetime="2006-05-17T13:53:04">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1666">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341832988/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1666">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-10"> 
            <h6><a href="#image-10" class="permalink" title="link to this image">&#8734; ten &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341833506.jpg"  alt="Slovenia Bled_5_16_06_10" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1667">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_10</h3>
                    <time class="figcaption--date" datetime="2006-05-17T13:53:26">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1667">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341833506/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1667">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-11"> 
            <h6><a href="#image-11" class="permalink" title="link to this image">&#8734; eleven &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341833954.jpg"  alt="Slovenia Bled_5_16_06_11"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1668">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_11</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:15:48">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1668">Map</a>
                    <p class="figcaption--desc">The pass through the Julian Alps. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/400 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341833954/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1668">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-12"> 
            <h6><a href="#image-12" class="permalink" title="link to this image">&#8734; twelve &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341834702.jpg"  alt="Slovenia Bled_5_16_06_12"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1669">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_12</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:19:52">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1669">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/60 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341834702/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1669">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-13"> 
            <h6><a href="#image-13" class="permalink" title="link to this image">&#8734; thirteen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341835328.jpg"  alt="Slovenia Bled_5_16_06_13" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1670">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_13</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:29:58">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1670">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/100 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341835328/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1670">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-14"> 
            <h6><a href="#image-14" class="permalink" title="link to this image">&#8734; fourteen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341836055.jpg"  alt="Slovenia Bled_5_16_06_14" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1671">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_14</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:30:10">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1671">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/125 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341836055/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1671">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-15"> 
            <h6><a href="#image-15" class="permalink" title="link to this image">&#8734; fifteen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341836545.jpg"  alt="Slovenia Bled_5_16_06_15"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1672">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_15</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:49:08">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1672">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/500 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341836545/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1672">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-16"> 
            <h6><a href="#image-16" class="permalink" title="link to this image">&#8734; sixteen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341836991.jpg"  alt="Slovenia Bled_5_16_06_16"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1673">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_16</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:49:12">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1673">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/500 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341836991/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1673">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-17"> 
            <h6><a href="#image-17" class="permalink" title="link to this image">&#8734; seventeen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341837804.jpg"  alt="Slovenia Bled_5_16_06_17" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1674">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_17</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:54:26">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1674">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/80 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341837804/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1674">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-18"> 
            <h6><a href="#image-18" class="permalink" title="link to this image">&#8734; eighteen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341838318.jpg"  alt="Slovenia Bled_5_16_06_18"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1675">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_18</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:57:14">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1675">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/500 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341838318/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1675">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-19"> 
            <h6><a href="#image-19" class="permalink" title="link to this image">&#8734; nineteen &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341838697.jpg"  alt="Slovenia Bled_5_16_06_19"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1676">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_19</h3>
                    <time class="figcaption--date" datetime="2006-05-17T14:58:00">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1676">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/500 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341838697/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1676">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-20"> 
            <h6><a href="#image-20" class="permalink" title="link to this image">&#8734; twenty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341839388.jpg"  alt="Slovenia Bled_5_16_06_20" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1677">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_20</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:16:42">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1677">Map</a>
                    <p class="figcaption--desc">More turquoise waters. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/400 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341839388/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1677">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-21"> 
            <h6><a href="#image-21" class="permalink" title="link to this image">&#8734; twenty-one &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341840175.jpg"  alt="Slovenia Bled_5_16_06_21" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1678">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_21</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:17:02">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1678">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/320 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341840175/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1678">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-22"> 
            <h6><a href="#image-22" class="permalink" title="link to this image">&#8734; twenty-two &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341840807.jpg"  alt="Slovenia Bled_5_16_06_22" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1679">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_22</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:20:34">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1679">Map</a>
                    <p class="figcaption--desc">Rickety suspension bridge. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/160 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341840807/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1679">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-23"> 
            <h6><a href="#image-23" class="permalink" title="link to this image">&#8734; twenty-three &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341841424.jpg"  alt="Slovenia Bled_5_16_06_23" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1680">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_23</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:21:54">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1680">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/160 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341841424/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1680">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-24"> 
            <h6><a href="#image-24" class="permalink" title="link to this image">&#8734; twenty-four &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341842119.jpg"  alt="Slovenia Bled_5_16_06_24" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1681">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_24</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:45:12">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1681">Map</a>
                    <p class="figcaption--desc">One of the many small towns on the back side of the mountains from Bled. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/125 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341842119/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1681">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-25"> 
            <h6><a href="#image-25" class="permalink" title="link to this image">&#8734; twenty-five &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341842815.jpg"  alt="Slovenia Bled_5_16_06_25" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1682">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_25</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:45:50">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1682">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/125 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341842815/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1682">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-26"> 
            <h6><a href="#image-26" class="permalink" title="link to this image">&#8734; twenty-six &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341843742.jpg"  alt="Slovenia Bled_5_16_06_26" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1683">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_26</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:47:18">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1683">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/100 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341843742/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1683">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-27"> 
            <h6><a href="#image-27" class="permalink" title="link to this image">&#8734; twenty-seven &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341844531.jpg"  alt="Slovenia Bled_5_16_06_27" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1684">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_27</h3>
                    <time class="figcaption--date" datetime="2006-05-17T15:48:56">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1684">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/80 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341844531/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1684">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-28"> 
            <h6><a href="#image-28" class="permalink" title="link to this image">&#8734; twenty-eight &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341845417.jpg"  alt="Slovenia Bled_5_16_06_28" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1685">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_28</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:28:10">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1685">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/320 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341845417/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1685">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-29"> 
            <h6><a href="#image-29" class="permalink" title="link to this image">&#8734; twenty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341846201.jpg"  alt="Slovenia Bled_5_16_06_29"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1686">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_29</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:28:14">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1686">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/320 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341846201/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1686">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-30"> 
            <h6><a href="#image-30" class="permalink" title="link to this image">&#8734; thirty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341846952.jpg"  alt="Slovenia Bled_5_16_06_30"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1687">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_30</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:28:58">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1687">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/60 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341846952/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1687">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-31"> 
            <h6><a href="#image-31" class="permalink" title="link to this image">&#8734; thirty-one &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341847869.jpg"  alt="Slovenia Bled_5_16_06_31" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1688">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_31</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:33:24">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1688">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/60 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341847869/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1688">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-32"> 
            <h6><a href="#image-32" class="permalink" title="link to this image">&#8734; thirty-two &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341848498.jpg"  alt="Slovenia Bled_5_16_06_32" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1689">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_32</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:33:42">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1689">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/40 sec at f/4.9, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341848498/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1689">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-33"> 
            <h6><a href="#image-33" class="permalink" title="link to this image">&#8734; thirty-three &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341848841.jpg"  alt="Slovenia Bled_5_16_06_33"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1690">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_33</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:39:24">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1690">Map</a>
                    <p class="figcaption--desc">If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/80 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341848841/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1690">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-34"> 
            <h6><a href="#image-34" class="permalink" title="link to this image">&#8734; thirty-four &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341849224.jpg"  alt="Slovenia Bled_5_16_06_34"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1691">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_34</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:39:38">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1691">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/100 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341849224/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1691">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-35"> 
            <h6><a href="#image-35" class="permalink" title="link to this image">&#8734; thirty-five &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341849712.jpg"  alt="Slovenia Bled_5_16_06_36"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1692">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_36</h3>
                    <time class="figcaption--date" datetime="2006-05-17T16:40:36">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1692">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/60 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341849712/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1692">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-36"> 
            <h6><a href="#image-36" class="permalink" title="link to this image">&#8734; thirty-six &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341850529.jpg"  alt="Slovenia Bled_5_16_06_37" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1693">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_37</h3>
                    <time class="figcaption--date" datetime="2006-05-17T17:06:48">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1693">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/80 sec at f/4, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341850529/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1693">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-37"> 
            <h6><a href="#image-37" class="permalink" title="link to this image">&#8734; thirty-seven &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341851004.jpg"  alt="Slovenia Bled_5_16_06_38"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1694">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_38</h3>
                    <time class="figcaption--date" datetime="2006-05-17T17:11:26">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1694">Map</a>
                    <p class="figcaption--desc">Strange foamy stuff that was dripping off the trees where we stopped to eat lunch. If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/640 sec at f/3.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341851004/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1694">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-38"> 
            <h6><a href="#image-38" class="permalink" title="link to this image">&#8734; thirty-eight &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341851854.jpg"  alt="Slovenia Bled_5_16_06_39" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1695">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_39</h3>
                    <time class="figcaption--date" datetime="2006-05-17T17:14:44">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1695">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/60 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341851854/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1695">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-39"> 
            <h6><a href="#image-39" class="permalink" title="link to this image">&#8734; thirty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341852595.jpg"  alt="Slovenia Bled_5_16_06_40" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1696">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_40</h3>
                    <time class="figcaption--date" datetime="2006-05-17T17:37:04">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1696">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/25 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341852595/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1696">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-40"> 
            <h6><a href="#image-40" class="permalink" title="link to this image">&#8734; forty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341853082.jpg"  alt="Slovenia Bled_5_16_06_41"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1697">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_41</h3>
                    <time class="figcaption--date" datetime="2006-05-17T17:40:18">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1697">Map</a>
                    <p class="figcaption--desc">If you'd like to read more see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341853082/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1697">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-41"> 
            <h6><a href="#image-41" class="permalink" title="link to this image">&#8734; forty-one &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341853881.jpg"  alt="Slovenia Bled_5_16_06_42"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1698">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_42</h3>
                    <time class="figcaption--date" datetime="2006-05-17T18:08:12">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1698">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/4.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341853881/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1698">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-42"> 
            <h6><a href="#image-42" class="permalink" title="link to this image">&#8734; forty-two &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341854877.jpg"  alt="Slovenia Bled_5_16_06_43" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1699">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_43</h3>
                    <time class="figcaption--date" datetime="2006-05-17T18:30:52">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1699">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/4.9, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341854877/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1699">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-43"> 
            <h6><a href="#image-43" class="permalink" title="link to this image">&#8734; forty-three &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341855460.jpg"  alt="Slovenia Bled_5_16_06_44"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1700">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_44</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:36:58">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1700">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/320 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341855460/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1700">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-44"> 
            <h6><a href="#image-44" class="permalink" title="link to this image">&#8734; forty-four &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341855992.jpg"  alt="Slovenia Bled_5_16_06_45"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1701">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_45</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:37:16">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1701">Map</a>
                    <p class="figcaption--desc">If you'd like to read about Bled, see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/400 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341855992/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1701">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-45"> 
            <h6><a href="#image-45" class="permalink" title="link to this image">&#8734; forty-five &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341856648.jpg"  alt="Slovenia Bled_5_16_06_46" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1702">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_46</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:37:40">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1702">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/320 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341856648/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1702">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-46"> 
            <h6><a href="#image-46" class="permalink" title="link to this image">&#8734; forty-six &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341857069.jpg"  alt="Slovenia Bled_5_16_06_48"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1703">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_48</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:46:16">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1703">Map</a>
                    <p class="figcaption--desc">If you'd like to read about Bled, see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/50 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341857069/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1703">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-47"> 
            <h6><a href="#image-47" class="permalink" title="link to this image">&#8734; forty-seven &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341857509.jpg"  alt="Slovenia Bled_5_16_06_49"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1704">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_49</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:46:46">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1704">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/50 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341857509/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1704">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-48"> 
            <h6><a href="#image-48" class="permalink" title="link to this image">&#8734; forty-eight &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341858348.jpg"  alt="Slovenia Bled_5_16_06_50" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1705">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_50</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:52:34">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1705">Map</a>
                    <p class="figcaption--desc">If you'd like to read about Bled, see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/250 sec at f/3.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341858348/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1705">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-49"> 
            <h6><a href="#image-49" class="permalink" title="link to this image">&#8734; forty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341858792.jpg"  alt="Slovenia Bled_5_16_06_51"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1706">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_51</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:57:02">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1706">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/100 sec at f/3.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341858792/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1706">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-50"> 
            <h6><a href="#image-50" class="permalink" title="link to this image">&#8734; fifty-nine &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341859348.jpg"  alt="Slovenia Bled_5_16_06_53"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1707">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_53</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:57:30">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1707">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/160 sec at f/3.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341859348/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1707">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-51"> 
            <h6><a href="#image-51" class="permalink" title="link to this image">&#8734; fifty-one &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341859878.jpg"  alt="Slovenia Bled_5_16_06_54"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1708">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_54</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:58:08">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1708">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/125 sec at f/3.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341859878/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1708">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-52"> 
            <h6><a href="#image-52" class="permalink" title="link to this image">&#8734; fifty-two &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341860442.jpg"  alt="Slovenia Bled_5_16_06_55"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1709">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_55</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:58:20">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1709">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/80 sec at f/3.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341860442/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1709">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-53"> 
            <h6><a href="#image-53" class="permalink" title="link to this image">&#8734; fifty-three &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341861000.jpg"  alt="Slovenia Bled_5_16_06_56" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1710">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_56</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:59:08">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1710">Map</a>
                    <p class="figcaption--desc">If you'd like to read about Bled, see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/250 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341861000/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1710">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-54"> 
            <h6><a href="#image-54" class="permalink" title="link to this image">&#8734; fifty-four &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341861761.jpg"  alt="Slovenia Bled_5_16_06_57" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1711">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_57</h3>
                    <time class="figcaption--date" datetime="2006-05-17T19:59:56">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1711">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/200 sec at f/8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341861761/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1711">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-55"> 
            <h6><a href="#image-55" class="permalink" title="link to this image">&#8734; fifty-five &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341862237.jpg"  alt="Slovenia Bled_5_16_06_58"   />
            <figcaption class="figcaption">
                <div class="caption" id="id-1712">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_58</h3>
                    <time class="figcaption--date" datetime="2006-05-17T20:00:26">May 17, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1712">Map</a>
                      
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/160 sec at f/2.8, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341862237/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1712">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
        <article id="image-56"> 
            <h6><a href="#image-56" class="permalink" title="link to this image">&#8734; fifty-six &#8734;</a></h6>
            <figure class="fig"><img src="https://images.luxagraf.net/slideshow/2006/341862785.jpg"  alt="Slovenia Bled_5_16_06_59" class="v"  />
            <figcaption class="figcaption">
                <div class="caption" id="id-1713">
                    <h3 class="figcaption--title">Slovenia Bled_5_16_06_59</h3>
                    <time class="figcaption--date" datetime="2006-05-18T15:20:00">May 18, 2006</time>
                    <a class="map-link" href="#" data-latitude="46.395489" data-longitude="13.99023" data-imgid="id-1713">Map</a>
                    <p class="figcaption--desc">If you'd like to read about Bled, see: <a href="http://luxagraf.net/2006/may/22/king-carrot-flowers-part-two/">The King of Carrot Flowers Part Two</a>.</p>   
                </div>
                <div class="photo-options">
                    <p>Canon PowerShot S45 </p>
                    <p>1/40 sec at f/4.5, ISO 50 </p>
                    <!--<p><a href="http://www.flickr.com/photos/luxagraf/341862785/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
                    <!--<a href="#" class="exif-link" title="1713">Camera</a>-->
                </div>
            </figcaption>
        </figure>
        </article>
        
    </section>

    
    <footer role="contentinfo">
        <nav class="bl">
            <ul>
                <li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li>
                <li><a href="/jrnl/feed.xml" title="RSS feed">Subscribe</a></li>
                <li><a href="/contact/" title="contact luxagraf">Contact</a></li>
                <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li>
                <li><a href="https://www.flickr.com/photos/luxagraf" rel="me" title="luxagraf on Flickr">Flickr</a></li>
                <li><a href="https://www.facebook.com/luxagraf" rel="me" title="luxagraf on Facebook">Facebook</a></li>
                <li><a href="https://www.instagram.com/luxagraf/" rel="me" title="luxagraf on Instacrap">Instacrap</a></li>
            </ul>
        </nav>
        <p id="license">
            &copy; 2003-2016 
            <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>).
        </p>
        <p><a href="https://evolution-host.com/ssd-vps-hosting.php">SSD VPS Hosting by Evolution Host</a>.</p> 
    </footer>
    </div>
    
    <script type="text/javascript" src="/media/js/jquery.js"></script>
    <script type="text/javascript" src="/media/js/jquery.scrollTo-1.4.2-min.js"></script>
    <script type="text/javascript" src="/media/js/photos.min.js" ></script>

<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
    var u="//stats.luxagraf.net/";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', 1]);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//stats.luxagraf.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->


</body>
</html>