$().ready(function() {  
    $("#showcase").showcase({  
        css: { width: "390px", height: "233px" },  
        animation: { type: "fade" },  
        images: [  
        { url:"ressources/img/projets/intel/intel-acc.gif",   
          description:"Base de gestion de connaissances Intel Angleterre.",
          link:"page-reference-hautg.html" },    
        { url:"ressources/img/projets/bouygues/bouygues-acc.gif",    
           description:"Gestion de rappels clients - Bouygues Télécom.",
          link:"page-reference-hautd.html" },   
        { url:"ressources/img/projets/km/km-acc.gif",   
          description:"Outil de gestion de connaissances - Téléperformance France.",
          link:"page-reference-milg.html" },  
        { url:"ressources/img/projets/dalloz/dalloz-acc.gif",   
          description:"CMR, Outil de gestion de clients - Dalloz.",
          link:"page-reference-mild.html" },
        { url:"ressources/img/projets/guide/routard-acc.gif",   
          description:"http://www.routard.com, site du guide du routard.",
          link:"page-reference-basg.html" },
        { url:"ressources/img/projets/media/media-acc.gif",   
          description:"Outil de simulations d'abonnements mobiles - Média saturn France.",
          link:"page-reference-basd.html" } ],  
        navigator: {   
        position: "top-right",  
        css: { padding:"0px",   
               margin: "0px 0px 0px 0px" },  
        showNumber: true,  
        item: {   
            css: {  height:"15px",   
                    "line-height":"15px",   
                    width:"17px",   
                    "-moz-border-radius": "0px",   
                    "-webkit-border-radius": "0px", 
                    color:"#AEB8C7", 
                    backgroundColor: "#ffffff",   
                    borderColor:"#AEB8C7",   
                    margin: "0px",   
                    "text-align": "center",   
                    "vertical-align": "middle" },  
            cssHover: {   
                color:"#ffffff", 
                backgroundColor: "#AEB8C7",   
                borderColor: "#AEB8C7" },  
            cssSelected: {   
                color:"#ffffff",
                backgroundColor: "#AEB8C7",   
                borderColor: "#AEB8C7" }  
        }  
    },  
    titleBar: { css: { height:"25px" } }  
    });  
}); 
