// JavaScript Document
		$(function() {
			
			$("#product_slideshowBottom").showcase({
			    css: { width: "438px", height: "300px"},
				animation: { interval: 4500, stopOnHover: true, easefunction: "swing", speed: 500 },		
				images: [
				{ url:"img/portfolioBottom0.jpg", link:"html/studio/caseStudy.html#looks", description:"", target: "_self", button:"1" },
	                    
                    { url:"img/portfolioBottom3.jpg", link:"html/studio/caseStudy.html#looks", description:"", target: "_self", button:"2" }, 
						{ url:"img/portfolioBottom1.jpg", link:"html/studio/caseStudy.html#looks", description:"", target: "_self",  button:"3" },
                    { url:"img/portfolioBottom2.jpg", link:"html/studio/caseStudy.html#looks", description:"", target: "_self", button:"4" }, 
					{ url:"img/portfolioBottom4.jpg", link:"html/studio/caseStudy.html#looks", description:"", target: "_self", button:"5" },
					   { url:"img/portfolioBottom5.jpg", link:"html/studio/caseStudy.html#looks", description:"", target: "_self", button:"6" },
                    
             
                ],
				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"}
				}
			});
		});
