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