Berliner Nächte

Berliner Nächte
Berlin Nights

Berlin 2

Berlin2
Bildunterschrift

Elicxer of life!

Coffe
Because life dowsn't work without coffee

Smooth Gallery in Typolight

Custom Header Code

<script type="text/javascript" src="plugins/SmoothGallery-2/scripts/jd.gallery.js"></script>
<link rel="stylesheet" href="plugins/SmoothGallery-2/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8" />

<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
showArrows: false,
showCarousel: false,
embedLinks: true,

delay: 4000,

elementSelector: "div.ce_image",
titleSelector: "h3",
subtitleSelector: "div.caption",
linkSelector: "a",
imageSelector: "img",
thumbnailSelector: "img.thumbnail"

});
}
window.addEvent('domready', startGallery);
</script>