$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {  
        noImages: 3,
        path: "slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<div style="padding-left:10px;"><b ><br/>l&acute;externalisation<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;permet <br/>&nbsp;&nbsp;&nbsp;&nbsp;d&acute;accro&icirc;tre <br/>la comp&eacute;titivit&eacute;,</b></div>',
            2:'<div style="padding-left:17px;"><b ><br/><br/>&nbsp;&nbsp;&nbsp;la flexibilit&eacute;<br/>&nbsp;et la r&eacute;activit&eacute;<br/>de l&acute;entreprise</b></div>',
            3:'<b ><br/><br/>&nbsp;&nbsp;&nbsp;afin de r&eacute;pondre<br/>&nbsp;&nbsp;&nbsp;&nbsp;aux nouveaux<br/>d&eacute;fis &eacute;conomiques</b>',
      
			 
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"",
            2:"",
			3:""
          
			
        },
        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);

})
