#sb-title {padding-right: 20px; /*clear #sb-nav-close by 4px*/ z-index: 1;}
#sb-nav-close {
	background:#333 url(resources/close.png) right center no-repeat;
	border-top:3px solid #333;
	position: absolute;
	top: 43px; /*initially set to same as #sb-title height*/
	right: 0;
	display: block;
	width:100%;
	height: 43px;
	cursor: pointer;
	z-index: 2;
}
#sb-title-inner{font-size:16px;padding:5px 0px;color:#fff; display:none}
#sb-body {z-index: 3;}
#sb-info {z-index: 4;}

