        $(document).ready(function(){
                myItem = { width: "95px", height: "26px",cssClass:"item3",selectedCssClass:"item3selected"};
            
            $("#showCase1_2").showcase({ 
				images: [{ url: "templates/default/image/001.jpg", description: "", link: "#" }, 
                         { url: "templates/default/image/002.jpg", description: "", link: "#" }, 
                         { url: "templates/default/image/003.jpg", description: "", link: "#" },
						 { url: "templates/default/image/004.jpg", description: "", link: "#" },
						 { url: "templates/default/image/005.jpg", description: "", link: "#" }
						 ],
				
				width: "900px",
				height: "200px",
                animation: { interval: 30000, speed: 100 },
				border:"0px",
                navigator: { item: myItem,
                             showMiniature: true,
                             position: "bottom-right",
                             autoHide: false},
                titleBar:{autoHide:false, css: { backgroundColor: "#222", fontColor: "#000",opacity:.9,height: "78px" } }
            });
        });
