$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 6,
        path: "fadeshows/bigfade/slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<b>Sanleaf Naturprodukte - das Beste aus den Naturschatzkammern dieser Welt!</b> <div style="font-size:14px;margin-top:10px;"></div>',
            2:'<b>Der Wunderbaum Moringa - die Kraft der Natur in Perfektion und Vollendung!</b> <div style="font-size:14px;margin-top:10px;"></div>',
            3:'<b>Jiaogulan - Chinas Kraut der Unsterblichkeit! Sanleaf liefert Ihnen Bio-Qualitaet!</b> <div style="font-size:14px;margin-top:10px;"></div>',
            4:'<b>Schisandra - Fuenf Elemente und drei Schaetze! Vitalitaet aus dem Reich der Mitte!</b> <div style="font-size:14px;margin-top:10px;"></div>',
            5:'<b>Das Salz der Inka - zuhause in sehr vielen Gourmet-Restaurants unseres Planeten!</b<div style="font-size:14px;margin-top:10px;"></div>',
            6:'<b>Sanleaf Tee - Eine erlesene Auswahl wertvoller Sorten mit hohem Qualitaetsanspruch!</b> <div style="font-size:14px;margin-top:10px;"></div>'
			
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://www.biofach.de",
            2:"http://www.jiaogulan-europe.com",
            3:"http://www.gesundtee.de",
            4:"http://www.wuweizi.de",
            5:"http://www.salzderinka.de",
            6:"http://www.gesundtee.de",
			
        },
        linksOpen:'newWindow',
        timerInterval: 6500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#example_1_container').easySlides(myOptions);

})
