$(function() {
	$("#showcase_left").showcase({
		css: { width: "640px", height: "403px"},
		animation: { interval: 10000, stopOnHover: false, speed: 700, type: "fade" },
		images: [
			{ url:"images/fseries2.jpg", description:"Summa F Series<br>Pro Flatbed Systems", title:"Summa F Series Pro Flatbed Systems", link:"http://www.summausa.com/fseries", target: "_self" }, 
			{ url:"images/dc4wine.jpg", description:"Summa DC4<br>54\" thermal transfer print & cut", title:"Summa DC4 - 54 inch thermal transfer print & cut", link:"/products/dc4.php", target: "_self" },
			{ url:"images/dc4sxgrafix.jpg", description:"Summa DC4sx<br>30\" thermal transfer print & cut", title:"Summa DC4sx - 30 inch thermal transfer print & cut", link:"/products/dc4sx.php", target: "_self" },
			{ url:"images/opos_xray2.jpg", description:"OPOS-CAM<br>Picture perfect contour cutting", title:"OPOS-CAM - Picture perfect contour cutting", link:"/products/oposcam.php", target: "_self" },
			{ url:"images/wireless2.jpg", description:"S Class Wireless<br>Pull the cable...and go Wireless!", title:"S Class Wireless - Pull the cable & go Wireless!", link:"/products/wireless", target: "_self" },
			{ url:"images/tserieswindow.jpg", description:"S Class T Series<br>Genuine tangential vinyl & contour cutters", title:"S Class T Series - Genuine tangential vinyl & contour cutters", link:"/products/tseries.php", target: "_self" },
			{ url:"images/dseriesspace.jpg", description:"S Class D Series<br>Space-age vinyl & contour cutters", title:"S Class D Series - Space-age vinyl & contour cutters", link:"/products/dseries.php", target: "_self" },
			{ url:"images/summacutnew.jpg", description:"SummaCut Series<br>The industry standard for performance & value", title:"SummaCut Series - The industry standard for performance & value", link:"/products/summacut.php", target: "_self" },
			{ url:"images/summastore-dark.jpg", description:"SummaStore.com<br>Buy direct and save", title:"SummaStore.com - Buy direct & save", link:"http://www.summastore.com", target: "_self" }
		],
		navigator: { position: "bottom-right",
					 css: { padding:"0px", margin: "0px 10px 85px 1px", "z-index": 1001 },
					 autoHide: true,
					 showMiniature: true,
					 orientation: "vertical",
					 showNumber: false,
					 item: { 
						 css: { height:"20px", "line-height":"16px", width:"32px", "-moz-border-radius": "0px", "-webkit-border-radius": "0px", backgroundColor: "#383838", borderColor:"#000000", margin: "6px", "text-align": "center", "vertical-align": "middle" },
						 cssHover: { backgroundColor: "#222222", borderColor: "#ababab" },
						 cssSelected: { backgroundColor: "#000000", borderColor: "#0081c6" }
					 }
		},
		titleBar: { css: { backgroundColor: "transparent", backgroundImage: "url('images/carbon.gif')", color: "White", height: "35px", fontSize: "12px", "line-height":"16px", fontStyle: "normal", fontWeight: "normal", fontFamily: "Helvetica, Arial, sans-serif", padding: "10px", textAlign: "left", opacity: "0.90", zoom: "1", filter: "alpha(opacity = 90)", "z-index": 1000 }, enabled: true, autoHide: false }
	});

});
