// JavaScript Document
		$(function() {
			
			$("#banner_whatscooking").showcase({
			    css: { width: "720px", height: "280px","border-bottom-width":"1px","border-bottom-style":"solid","border-bottom-color": "#FFF", "margin-left":"8px"},
							animation: { interval: 8500, stopOnHover: true, easefunction: "swing", speed: 900  },		
				images: [
				
				{ url:"../images/slideshow-whats-cooking-0.jpg", link:"../html/recipes.html", description:"", target: "_self", button:"<img src='../images/t_logo_picture_sfc.gif' border=0>" },

                { url:"../images/slideshow-whats-cooking-2.jpg", link:"../html/recipes-homecooking-seattle.html", description:"", target: "_self", button:"Home Cooking Class" }, 

      { url:"../images/slideshow-news-3.jpg", link:"whatsCooking-HotToGo.html", description:"", target: "_self", button:"Hot To GO" },

                { url:"../images/slideshow-whats-cooking-3.jpg", link:"weeklySpecials.php?subscription=1", description:"", target: "_self", button:"Pamana" },
				

                ],
				navigator: { position: "bottom-right",
                             showNumber: true,
                             item: { 
								 css: { height:"32px", "line-height":"32px", width: "auto", "padding-left":"10px", "padding-right":"10px", "-moz-border-radius": "0px", "-webkit-border-radius": "0px", "background-color":"#5CA39F", borderColor:"#FFF", "text-align": "center", "vertical-align": "middle", margin:"0px", "font-size":".75em","color":"white"},
								 cssHover: { backgroundColor: "#ababab", borderColor: "#ababab" },
                                 cssSelected: { backgroundColor: "#FCC", borderColor: "#FFFFFF", width: "auto", "padding-left":"10px", "padding-right":"10px", height: "38px", "line-height":"36px", "margin-top":"-6px", "color":"#000000"}
                             }
                },
				
                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"}
				}
			});
		});
