#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
  background-color: black;
  opacity: 0.60;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity: 60);
  z-index:998;
}

#GB_window {
  top: 100px;
  left: 0px;
  position: absolute;
  width: 400px;
  z-index: 150;
  z-index:999
}

#GB_frame {
 
}

#GB_caption {
background:#3289a5; border-bottom:2px solid #c5d658; height:26px; padding:8px 15px 0 0 ;
 color:#fff;
 font-size:14px;
  text-align: center;
  font-weight:bold;
}

#GB_window .GB_frameclose {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}


#main-category{background:#fff;}
