$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 6,
        path: "img/",  // Relative path with trailing slash.
        captions: {                 
            1:'<b>Welcome to The Paradise Holiday Village</b> <div style="font-size:14px;margin-top:5px;">A relaxing holiday experience in an unbelievable setting in the hills over the beautiful Kalkan Bay</div>',
            2:'<b>The Paradise Holiday Company</b> <div style="font-size:14px;margin-top:5px;">A family run company, we have an eye for detail, English speaking staff will ensure you have a memorable visit</div>',
            3:'<b>The Paradise Holiday Company</b> <div style="font-size:14px;margin-top:5px;">Relax on an open terrace in one of our stunning villas all with fantastic views as the sun goes down.....</div>',
            4:'<b>The Paradise Holiday Village</b> <div style="font-size:14px;margin-top:5px;">We have Villas to cater for all group sizes, all have pools with stunning  views across the Bay of kalkan</div>',
            5:'<b>The Paradise Holiday Village</b><div style="font-size:14px;margin-top:5px;">It really is Paradise...! Fantastic private villas with pool,  terrace bar and family restaurant on site</div>',
            6:'<b>Paradise Construction</b> <div style="font-size:14px;margin-top:5px;">Once you fall in love with Kalkan speak to us about designing and building your own Villa</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.google.com",
            2:"http://www.yahoo.com",
            3:"",
            4:"http://www.jquery.com",
            5:"http://www.youtube.com",
            6:""
        },
        linksOpen:'newWindow',
        timerInterval: 10000, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

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

})
