   $(function () { 

        $("#showcase").showcase({
        	css: { "z-index": 0 },  
			navigator: {
        		position:"bottom-right",
         		orientation:"horizontal",
					item: { cssClass: null,
					 		cssClassHover: null,
					     	cssClassSelected: null,
							css: {	
								color: "#000000",
								"text-decoration": "none",
                                "text-align": "center",
								"-moz-outline-style": "none",
								width: "12px", 
								height: "12px",
								lineHeight: "12px",
								verticalAlign: "middle",
								backgroundColor: "#e4dfd5",
								margin: "0px 3px 3px 0px",
								border: "solid 1px #888888",
                                "border-radius": "0px",
								"-moz-border-radius": "0px",
								"-webkit-border-radius": "0px" },
							cssHover: {
								backgroundColor: "#ffffff",
								border: "solid 1px #888888" },
							cssSelected: {	
								backgroundColor: "#ffffff",
								border: "solid 1px #888888" }
							}}, 
            animation: { type: "horizontal-slider",
						 speed:700,
						 interval:6000},
			titleBar: {
				enabled: true,
				autoHide: true,
				position: "bottom",
				css: {
					  width: "727px",
					  height: "50px",
					  opacity: ".90",
					  background: "#fae6b8",
					  fontFamily: "Georgia",
					  fontStyle: "normal",
					  fontSize: "18px"}
				}
		    
        });
    });
