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