$(document).ready(function() {  
    
    
    $("#menu_carousel").showcase({
        
        css: { width: "716px", height: "180px" },
        
        animation: { type: "fade", interval: 5000, stopOnHover: true, easefunction: "linear", speed: 500 },
        
        linksOn: "images",
        
        images: [
            { url:aBanners[0].afbeelding, 
              description: aBanners[0].titel, 
              link:aBanners[0].url, target: aBanners[0].nieuw_venster }, 
            { url:aBanners[1].afbeelding, 
              description: aBanners[1].titel, 
              link:aBanners[1].url, target: aBanners[1].nieuw_venster }, 
            { url:aBanners[2].afbeelding, 
              description: aBanners[2].titel, 
              link:aBanners[2].url, target: aBanners[2].nieuw_venster },           
            { url:aBanners[3].afbeelding, 
              description: aBanners[3].titel, 
              link:aBanners[3].url, target: aBanners[3].nieuw_venster }],
          
        navigator: { position: "top-right", orientation: "vertical", autoHide: false, showMiniature: false,
                     css: { padding:"0", margin: "0px 0px 0px 522px" },
                     item: { 
                         css: { height:"45px", width:"194px", lineHeight:"12px", color:"#FFF", "-moz-border-radius":"0", border:"0", backgroundColor:"transparent", margin:"0", backgroundImage: "url('images/btns/banner_button.png')" },
                         cssHover: { backgroundColor: "transparent", border:"0", backgroundImage: "url('images/btns/banner_button_on.png')" },
                         cssSelected: { backgroundColor: "transparent", borderColor: "transparent", border:"0", backgroundImage: "url('images/btns/banner_button_on.png')" }
                     }
        },
        
        titleBar: { enabled:false
                    //css: { backgroundColor: "#2c546f", color: "Black", fontSize: "1.4em", opacity: "0.86" } 
        }
    });
    
        
});            
