#sb-title {
	padding-right: 20px; /*clear #sb-nav-close by 4px*/
	z-index: 1;	
}
#sb-nav-close {
	background-color: transparent;
	background-image: url(resources/orangeClose.png);
	background-repeat: no-repeat;
	background-position: 0 0; /*0 0;*/
	position: absolute;
	top: 11px !important; /*26*/ /*initially set to same as #sb-title height*/	
	right: -13px;/*0*/
	display: block;
	width: 26px;/*16px;*/
	height: 26px;/*16px;*/
	cursor: pointer;
	z-index: 4;/*2*/
}
#sb-body {
	z-index: 2;/*3*/
}
#sb-info {
	z-index: 3;/*4*/
}

