$(function() {
			$("#showcase_left").showcase({
                css: { width: "996px", height: "343px"  },
				animation: { interval: 4500, type: "fade", stopOnHover: false, speed: 600 },
				images: [
                    { url:"images/img1.jpg", link:"http://www.pscars.com/", target: "_blank", rel: "nofollow" }, 
                    { url:"images/img3.jpg", link:"http://www.buselect.com/", target: "_blank" , rel: "nofollow" },
                    { url:"images/img4.jpg", link:"http://itunes.apple.com/us/app/e-motions/id343459727?mt=8", target: "_blank", rel: "nofollow" },
                    { url:"images/img5.jpg", link:"http://www.catrodstein.com/", target: "_blank", rel: "nofollow" },
					{ url:"images/img6.jpg", link:"http://www.lazzara.com/", target: "_blank", rel: "nofollow" },
					{ url:"images/img7.jpg", link:"http://www.gaumard.com/", target: "_blank", rel: "nofollow" },
					{ url:"images/img8.jpg", link:"http://www.metalskinnyc.com/", target: "_blank", rel: "nofollow" },
                ],
				navigator: { position: "bottom-right",  
                             css: { padding:"0px", margin: "0px 10px 10px 0px" },
                             showNumber: true,
                             item: { 
                                 css: { height:"16px", "line-height":"16px", width:"16px", "-moz-border-radius": "0px", "-webkit-border-radius": "0px", backgroundColor: "#ffffff", borderColor:"#bfbfbf",  margin: "0px 2px 0px 0px", "text-align": "center", "vertical-align": "middle" },
                                 cssHover: { backgroundColor: "#44addc", borderColor: "#44addc", color:"#ffffff" },
                                 cssSelected: { backgroundColor: "#44addc", borderColor: "#44addc", color:"#ffffff"  }
                             }
                },
                titleBar: { enabled: false }
			});

			SyntaxHighlighter.all();
		});
    
