$(function() {
		   
			$("#showcase").showcase({
                css: { width: "684px", height: "308px"  },
				animation: { type: "fade", speed: 600 },
				images: [
				    { url:"http://www.gaumard.com/images/banner/image-s3201.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=406&idcategorie=16&idsubcategorie=100", target: "_self", rel: "nofollow" },
                    { url:"http://www.gaumard.com/images/banner/image-s3101.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=299&idcategorie=64", target: "_self", rel: "nofollow" }, 
                    { url:"http://www.gaumard.com/images/banner/image-s575.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=40&idcategorie=62", target: "_self", rel: "nofollow" },
                    { url:"http://www.gaumard.com/images/banner/image-s3004.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=274&idcategorie=72", target: "_self", rel: "nofollow" },
                    { url:"http://www.gaumard.com/images/banner/image-s3005.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=224&idcategorie=72", target: "_self", rel: "nofollow" },
                    { url:"http://www.gaumard.com/images/banner/image-s3010.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=86&idcategorie=65", target: "_self", rel: "nofollow" },
					{ url:"http://www.gaumard.com/images/banner/image-s3009.jpg", link:"http://www.gaumard.com/viewproducts.asp?idproduct=300&idcategorie=77", target: "_self", rel: "nofollow" },
                ],
				navigator: { position: "bottom-right", css: { padding:"0px", margin: "0px 10px 10px 0px" },
                             showNumber: false,
                             item: { 
                                 css: { height:"11px", "line-height":"16px", width:"11px", "-moz-border-radius": "0px", "-webkit-border-radius": "0px", background:"none", borderColor:"#1d87f5",  margin: "0px 2px 0px 0px", "text-align": "center", "vertical-align": "middle" },
                                 cssHover: { background:"#1d87f5", borderColor: "#1d87f5" },
                                 cssSelected: { backgroundColor: "#1d87f5", borderColor: "#1d87f5"  }
                             }
                },
                titleBar: { enabled: false }
			});

			SyntaxHighlighter.all();
		});
    
	
