$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 8,
        path: "img/sld/",  // Relative path with trailing slash.

        //captions: {1:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',2:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',3:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',4:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',5:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',6:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',7:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',8:'<b>JARDINES</b> <div style="font-size:14px;margin-top:5px;">Maravillosos</div>',},
        
		links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"contenido/galeria.html",
            2:"contenido/galeria.html",
            3:"contenido/galeria.html",
            4:"contenido/galeria.html",
            5:"contenido/galeria.html",
            6:"contenido/galeria.html",
			7:"contenido/galeria.html",
            8:"contenido/galeria.html",
        },
        linksOpen:'sameWindow',
        timerInterval: 3500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

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

})
