// JavaScript Document
		$(function() {
			
			$("#banner_news").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-news-lotto2.jpg", link:"#", description:"", target: "_self", button:"Lotto Winner" },
 
{ url:"../images/slideshow-news-6.jpg", link:"newsstory-aquino.html", description:"", target: "_blank", button:"Aquino" },
                    { url:"../images/slideshow-news-5.jpg", link:"newsstory-humannature.html", description:"", target: "_self", button:"Human Nature" },
				{ url:"../images/slideshow-news-1.jpg", link:"http://cbs5.com/video/?id=67262@kpix.dayport.com", description:"", target: "_blank", button:"CBS" },
				 	
               //{ url:"../images/slideshow-news-2.jpg", link:"../pdf/SFCKabalikatatHome.pdf", description:"", target: "_blank", button:"Kabalikat" }, 
               
             
             
                ],
				navigator: { position: "bottom-right",
                             showNumber: true,
                             item: { 
								 css: { height:"32px", "line-height":"32px", width:"95px", "-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: "95px", 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"}
				}
			});
		});
