// JavaScript Document
		$(function() {
			
			$("#product_slideshow").showcase({
			    css: { width: "438px", height: "300px"},
				animation: { interval: 6500, stopOnHover: true, easefunction: "swing",  speed: 700 },		
				images: [
		
                    		  { url:"img/portfolio6.jpg", link:"#", description:"", target: "_self", button:"1" },		
                    { url:"img/portfolio5.jpg", link:"#", description:"", target: "_self", button:"2" },
					              { url:"img/portfolio7.jpg", link:"#", description:"", target: "_self", button:"3" },
		{ url:"img/portfolio4.jpg", link:"#", description:"", target: "_self", button:"4" },			
{ url:"img/portfolio2.jpg", link:"#", description:"", target: "_self", button:"5" }, 
								  
		
             
                ],
				navigator: { position: "top-right",
                             showNumber: true,
                             item: { 
								 css: { height:"18px", "line-height":"18px", width:"18px", "margin-right":"4px", "-moz-border-radius": "0px", "-webkit-border-radius": "0px", "background-color":"#FFFFFF", borderColor:"#FFF", "text-align": "center", "vertical-align": "middle", margin:"0px", "font-size":".75em","color":"#000000"},
								 cssHover: { "color":"#FFFFFF", backgroundColor: "#090", borderColor: "#ababab" },
                                 cssSelected: { backgroundColor: "#000", borderColor: "#FFFFFF", width: "18px", height: "18px", "line-height":"18px", "color":"#FFFFFF"}
                             }
                },
				
                titleBar: { enabled: true, autoHide: false, position:"top",
				css: { width: "140px", height: "160px", "left":"500px", "top":"47px", "display":"inline-block", "font-size":".7em", "color":"#C00","background-color":"#FFC", "text-decoration":"none", "line-height":"20px", "padding":"12px"}
				}
			});
		});
