      $(document).ready(function() {
      $("#showcase").showcase({
      images: [
      { url: "img/capcelera1.jpg", description: "Elegancia..." },
      { url: "img/capcelera2.jpg", description: "Discreción..." },
      { url: "img/capcelera3.jpg", description: "Distinción..." },],
      titleBar: { enabled: true, 
      css: { backgroundColor: "#ffffff", fontFamily: "Georgia", color: "#000000", fontSize: "12", opacity: "0.60", padding:"10px", margin: "0px 0px 0px 0px", width: "860px", height: "15px"},
      position: "top" },
      animation: { type: "fade", speed:1000, interval: 5000, easefunction:"linear" },
      navigator: { showMiniature: false, autoHide:false, showNumber:false, orientation:"horizontal" ,
      item: {   
      css: {   width: "8px", height:"8px", "line-height": "9px", backgroundColor: "#fff", borderColor: "#000", "font-weight": "normal", "font-face": "arial", "font-size": "9px", fontFamily: "arial", padding:"1px", margin: "170px 0px 0px 5px" },  
      cssHover: {   backgroundColor: "#cccccc", borderColor: "#000" },  
      cssSelected: {  backgroundColor: "#ccc", borderColor: "#000", "font-weight": "bold" }  
      }  
      }
      });
      });
