      $(document).ready( function(){
			
        // Coda Silder
        $('#coda-slider-1').codaSlider();

        // Lightbox
        $('.panel-wrapper a').lightBox({fixedNavigation:true});

				
        // Showcase
        $("#showcase").showcase({
						css: { width: "850px", height: "169px" },
						animation: { interval: 4500, 
												stopOnHover: true, 
												easefunction: "swing",
												type: "fade",
												speed: 900 },
						images: [{ 
							url:"upload/showcase/home/home02.jpg", 
	  					description: "epcan GmbH - Breitband Lösungen - IT-Service", 
	  					link:"#"}, 
    				{ 
							url:"upload/showcase/home/home03.jpg", 
	  					description: "epcan GmbH - Breitband Lösungen - IT-Service", 
	  					link:"#"}, 
    				{	 
							url:"upload/showcase/home/home04.jpg", 
	  					description: "epcan GmbH - Breitband Lösungen - IT-Service", 
	  					link:"#"}, 
    				{	 
							url:"upload/showcase/home/home05.jpg", 
	  					description: "epcan GmbH - Breitband Lösungen - IT-Service", 
      				link:"#"}],
							navigator: { 
								position: "bottom-right",
								css: { 
									padding:"0px", 
									margin: "0px 5px 5px 0px" },
									showNumber: false,
									item: { 
										css: {  height:"12px", 
														"line-height":"12px", 
														width:"12px",
														"-moz-border-radius": "0px", 
														"-webkit-border-radius": "0px", 
														backgroundColor: "#d3cfc7", 
														borderColor:"#eaeaea", 
														margin: "0px 0px 0px 2px", 
														"text-align": "center", 
														color: "#fff",
														"vertical-align": "middle" },
										cssHover: { 
												backgroundColor: "#5d6365", 
												borderColor: "#eaeaea" },
										cssSelected: { 
												backgroundColor: "#5d6365",
												color: "#fff",
												borderColor: "#eaeaea" }
								}

						},
						titleBar: { enabled: false }
				});       
			        
      });
