
 $(function() {
 	
	$("#showcase").showcase({
	 	css: { width: "985px", height: "160px","margin" : "auto","z-index":"0" },
		animation: { type: "vertical-slider" },
		titleBar: false,
		navigator: {css: {"z-index" : "10000"},
					autoHide: false,
					position: "top-left",
					showNumber: true,
			item: {
            css: {  'background-image':'url(../images/banner_gri.png)',
					'border-right':'1px solid #969696',
					'font':'normal 10px Arial, Helvetica, sans-serif',
					height:"14px",
					"line-height":"14px",
                    width:"18px",
                    margin: "0px",
					padding: "0 0 0 0",
                    "text-align": "center",
					color:"#ffffff",
                    "vertical-align": "bottom"
					
					 },
            cssHover: {
					padding: "0 0 0 0"},
            cssSelected: {
					padding: "0 0 0 0",
                	'background-image':'url(../images/banner_kirmizi.png)',
					'border-right':'none',
					color:"#ffffff",
					height:"23px",
					"line-height":"14px",
                    width:"20px"
				}
        }

		
		 }
	});
});
