$(function() {

			$("#showcase_right").showcase({
                animation: { type: "fade" },
                titleBar: { autoHide: false },
            	titleBar: { enabled: true,
					autoHide: true,
					position: "bottom",
		            cssClass: null,
		            css: { 	opacity: 0.50,
							position: "absolute",
		        	   	   	color: "#ffffff",
		                   	backgroundColor: "#000",
		                   	height: "40px",
						   	padding: "4px",
		                   	fontColor: "#444444",
		                   	fontStyle: "italic",
		                   	fontWeight: "bold",
		                   	fontSize: "1em" } },
                navigator: { autoHide: true }
            });
});


