// JavaScript Document
		$(function() {
			
			$("#banner_homepage").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-home1.jpg", link:"html/community.html", description:"", target: "_parent",  button:"<img src='images/t_logo_picture_sfc.gif' border=0>" },
  { url:"images/slideshow-home3.jpg", link:"html/sanDiego.html#chulavista", description:"", target: "_blank", button:"Chula Vista" }, 
				 	{ url:"images/slideshow-home2.jpg", link:"html/seattle.html", description:"", target: "_blank", button:"Seattle" }, 
                  
                { url:"images/slideshow-home4.jpg", link:"pdf/seafood-city-raffle-extravaganza.pdf", description:"", target: "_blank", button:"Raffle" },
				
                    { url:"images/slideshow-community-3.jpg", link:"pdf/SFCKabalikat090209.pdf", description:"", target: "_blank", button:"Kabalikat" },
             
                ],
			     navigator: { position: "bottom-right",
                             showNumber: true,
                             item: { 
								 css: { height:"32px", "line-height":"32px", width:"70px", "-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: "75px", 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"}
				}
			});
		});
