$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 3,
        path: "slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
        1:'<b>Planejando Sonhos</b> <div align="right"><a href="#" style="font-size:14px;margin-top:5px; color:#ffffff; text-decoration:none;">Veja Mais</a>&nbsp;&nbsp;</div>',
        2:'<b>Qualidade em nossos Trabalhos</b> <div align="right"><a href="#" style="font-size:14px;margin-top:5px; color:#ffffff; text-decoration:none;">Veja Mais</a>&nbsp;&nbsp;</div>',
        3:'<b>Satisfa&ccedil;&atilde;o Garantida</b> <div align="right"><a href="#" style="font-size:14px;margin-top:5px; color:#ffffff; text-decoration:none;">Veja Mais</a>&nbsp;&nbsp;</div>',
        },
        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);

})
