/* �o�U���O�I���z�����C�� */
#mbOverlay {
  position: absolute;
  z-index: 9998;
  left: 0;
  width: 100%;
  background-color: #2C2C2C;
  cursor: pointer;
}
/* �o�W���O�I���z�����C�� */

#mbOverlay.mbOverlayFF {
  background: transparent url(color_50b5d0.PNG) repeat;
}

#mbOverlay.mbOverlayIE {
  background: transparent url(color_50b5d0.PNG) repeat;
}

#mbCenter, #mbBottomContainer {
  position: absolute;
  z-index: 9999;
  left: 50%;
  overflow: hidden;
}

#mbCenter {
  background-color: #FFF;
}

#mbBottomContainer {
  background-color: #000;
}

.mbLoading {
  background: #000 url(color_50b5d0.PNG) no-repeat center;
}

#mbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #2C2C2C;
  background-repeat: no-repeat;
/*  �o�W���O�U���u���C�� �p�G���r�L�|�X�{������ */
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
/*  Sets the style for inline content, if no style is given */

#mbImage a, #mbImage a:link, #mbImage a:visited {
  color: #ddd;
}

/*  Sets the style for inline content, if no style is given */
#mbImage a:hover, #mbImage a:active {
  color: #fff;
}

#mbBottom {
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 19px;
  font-size: 12px;
  color: #999;
  text-align: left;
  border: 10px solid #000;
  border-top-style: none;
}

#mbTitle {
  display: inline;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}

#mbNumber {
  display: inline;
  color: #999;
  line-height: 14px;
  font-size: 10px;
}

#mbCaption {
  display: block;
  color: #999;
  line-height: 14px;
  font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
  display: block;
  float: right;
  height: 22px;
  width: 22px;
  background: transparent url(color_50b5d0.PNG) no-repeat center;
  margin: 0;
  outline: none;
}

#mbPrevLink {
  width: 20px;
  background: transparent url(previous.jpg) no-repeat center;
}

#mbNextLink {
  width: 20px;
  background: transparent url(next.jpg) no-repeat center;
}

/*  �o�U���o�ӬO���������� */
#mbCloseLink {
  width: 22px;
  background: transparent url(close.PNG) no-repeat center;
}
/*  �o�W���o�ӬO���������� */
#mbError {
  position: relative;
  top: 30%;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 10px solid #700;
  padding: 20px 10px 30px;
  margin: auto;
}