 $(document).ready( function(){
			
        // Coda Silder
        $('#coda-slider-1').codaSlider();

        // Lightbox
        $('.panel-wrapper a').lightBox({fixedNavigation:true});

				
        // Showcase
        $("#showcase_left_index").showcase({
						css: { width: "600px", height: "198px" },
						animation: { interval: 4500, 
												stopOnHover: false, 
												easefunction: "swing",
												type: "fade",
												speed: 900 },
						images: [{ 
							url:"_sites/images/werkstatt/werkstatt2.jpg", 
	  					description: "", 
	  					link:"../_grafik.html", target: "_self"},
						
						{	 
							url:"_sites/images/werkstatt/werkstatt4.jpg", 
	  					description: "", 
	  					link:"_grafik.html", target: "_self"},
						
						{	 
							url:"_sites/images/werkstatt/werkstatt6.jpg", 
	  					description: "", 
	  					link:"_foto.html", target: "_self"},
																	
																	{	 
							url:"_sites/images/werkstatt/werkstatt8.jpg", 
	  					description: "", 
	  					link:"_internet.html", target: "_self"},
																	{	 
							url:"_sites/images/werkstatt/werkstatt10.jpg", 
	  					description: "", 
	  					link:"_beratung.html", target: "_self"}],
							navigator: { 
								position: "bottom-right",
								css: { 
									padding:"5px", 
									margin: "5px 5px 5px 5px" },
									showNumber: false,
									item: { 
										css: {  height:"8px", 
														"line-height":"16px", 
														width:"16px",
														"-moz-border-radius": "0px", 
														"-webkit-border-radius": "0px", 
														backgroundColor: "#f6f5f3", 
														borderColor:"#b4b1a5", 
														margin: "0px 0px 0px 8px", 
														"text-align": "center", 
														color: "#fff",
														"vertical-align": "middle" },
										cssHover: { 
												backgroundColor: "#b4b1a5", 
												borderColor: "#b4b1a5" },
										cssSelected: { 
												backgroundColor: "#b4b1a5",
												color: "#fff",
												borderColor: "#b4b1a5" }
								}
						},
						titleBar: { enabled: false }
				});       
			        
      });
 
  
