$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {  
        noImages: 9,
        path: "slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<div style="padding-left:10px;"><b><br/><br/>Vous souhaitez <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;devenir <br/>&nbsp;&nbsp;&nbsp;consultant&nbsp;?</b></div>',
			2:'<div style="padding-left:5px;"><b><br/>Telecompetences<br/>&nbsp;vous propose un<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parcours <br/>&nbsp;&nbsp;&nbsp;&nbsp;op&eacute;rationnel</b></div>',
            3:'<div style="padding-left:13px;"><b ><br/>&nbsp;Vous cherchez <br/>&nbsp;&nbsp;un consultant <br/>&nbsp;&nbsp;&nbsp;expert pour <br/>&nbsp;&nbsp;une mission ?</b></div>',
            4:'<div style="padding-left:1px;"><b><br/>&nbsp;&nbsp;&nbsp;&nbsp;Confiez nous <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;votre besoin <br/>&nbsp;&nbsp;&nbsp;&nbsp;en remplissant <br/>&nbsp;le formulaire dans <br/>l&acute;espace entreprise</b></div>',
            5:'<div style="padding-left:17px;"><b><br/><br/>&nbsp;&nbsp;&nbsp;Vous &ecirc;tes<br/>&nbsp;&nbsp;consultant ind&eacute;pendant?</b></div>',
			 6:'<div style="padding-left:3px;"><b><br/>Telecompetences <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vous aide <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&agrave; accroitre <br/>&nbsp;vos chances de<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; succ&egrave;s</b></div>',
            7:'<b> <br/>&nbsp;&nbsp;&nbsp;&nbsp; Une personne <br/>de votre entourage <br/>&nbsp;cherche un expert<br/> &nbsp;&nbsp;&nbsp;ou une mission ? </b>',
            8:'<div style="padding-left:3px;"><b><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Faites lui <br/>&nbsp;&nbsp;d&eacute;couvrir le site <br/>Telecompetences!</b></div>',
			 9:'<b> <br/>&nbsp;&nbsp;Telecompetences <br/>Votre partenaire de <br/>&nbsp;&nbsp;&nbsp;comp&eacute;tences &agrave;<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;distance </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:"",
            4:"",
            5:"",
            6:"",
			7:"",
			8:"",
			9:""
			
        },
        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);

})
