﻿$j("#slideshow").showcase({
    animation: { type: "fade" },
    titleBar: { enabled: false },
    navigator: { autoHide: false, position: "bottom-right",
		css: { padding: "0px" },
		item: {
			 css: {
				width: "16px", height: "16px", margin: "0px 0px 0px 7px",
				backgroundColor: "#151515", borderColor: "#b0a794", "font-weight": "normal",
				"-moz-border-radius": "0px", "-webkit-border-radius": "0px" },
			 cssHover: {
				 backgroundColor: "#b0a794", borderColor: "#b0a794" },
			 cssSelected: {
				 backgroundColor: "#b0a794", borderColor: "#b0a794" }
		}
	}
}); 