$(document).ready(function() {
$("#showcase").showcase({
    css: { width: "940px", height: "180px" },
    animation: { type: "fade", interval: 6000 },
    images: [
    { url:"images/slideshow/a.jpg" },
    { url:"images/slideshow/b.jpg",
      link:"funsion.html" },],
    navigator: { position: "bottom-right", orientation: "Horzontail", autoHide: false,
                 css: { padding:"15px", margin: "15px 15px 0px 0px" },
                 item: {
                     css: { height:"12px", width:"12px", "-moz-border-radius": "12px", "-webkit-border-radius": "12px",
                            backgroundColor: "Transparent", borderColor:"#ffffff" },
                     cssHover: { backgroundColor: "#ffffff" },
                     cssSelected: { backgroundColor: "#e0e0e0", borderColor: "#e0e0e0" }
                 }
    },
	titleBar: { enabled: false }
});
});
