﻿$j("#slideshow").showcase({
    animation: { type: "fade" },
    titleBar: { enabled: false },
    navigator: { autoHide: false, position: "bottom-right",
		css: { padding: "0px 0px 6px 0px" },
		item: {
			 css: {
				width: "19px", height: "21px", margin: "0px 0px 3px 0px", padding: "0 0 0 1px",
				backgroundColor: "", borderColor: "#b0a794", "font-weight": "normal", "font-size": "14px", "line-height": "20px",
				"-moz-border-radius": "0px", "-webkit-border-radius": "0px" },
			 cssHover: {
				 backgroundColor: "", borderColor: "#b0a794" },
			 cssSelected: {
				 backgroundColor: "", borderColor: "#b0a794" }
		}
	}
}); 
