$(document).ready(function () { 
	$("#showcase").showcase({
		        	css: { "z-index": 0 },  
					navigator: {
						css: {							
							margin:"0px 10px 0px 0px"
						},
		        		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: "#2e2e2e",
									margin: "0px 3px 3px 0px",
									border: "solid 1px #e06b26",
		                            "border-radius": "6px",
									"-moz-border-radius": "6px",
									"-webkit-border-radius": "6px",
									"behavior":"url(border-radius.htc)"
								},
								cssHover: {
									backgroundColor: "#e06b26",
									border: "solid 1px #e06b26" },
								cssSelected: {	
									backgroundColor: "#e06b26",
									border: "solid 1px #e06b26" }
								}}, 
		            animation: { type: "fade",
								 speed:700,
								 interval:6000},
					titleBar: {
						enabled: true,
						autoHide: true,
						position: "bottom",
						css: {
							  width: "0px",
							  height: "0px",
							  opacity: ".90",
							  background: "#fae6b8",
							  fontFamily: "Georgia",
							  fontStyle: "normal",
							  fontSize: "18px"}
						}
				    
	});
});
