#photobox_mask 
{
  background-color: #999;
  -moz-opacity: 0.75;
  opacity: .75;
  filter: alpha(opacity = 75);
}

.mzag_gui_photobox 
{
  border: 3px solid #666;
  overflow: visible;
  background-color: #333;
  padding: 5px;
}

.mzag_gui_photobox .container-close
{
    position:absolute;
    top:8px;
    right:8px;
    height:15px;
    width:18px;
    margin:0px;
    padding:0px;
    background-image:url(../images/photobox/close.gif);
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;  
}
.mzag_gui_photobox .close 
{
  top: 8px;
  right: 8px;
  height: 15px;
  width: 18px;
}

.mzag_gui_photobox .close.nonsecure, 
.mzag_gui_photobox .close.secure
{
  background-image: url(../images/photobox/close.gif);
}

.mzag_gui_photobox .hd 
{
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #666;
  background: transparent;
  color: #FFF;
  height: 18px;
  text-align: left;
  overflow: visible;
  padding: 0;;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: auto;
}

.mzag_gui_photobox .hd span 
{
  font-size: 12px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
}

.mzag_gui_photobox .bd 
{
  text-align: center;
  padding: 0;
  width: auto;
  background-color:#333333;  
}

.mzag_gui_photobox .bd img 
{
  border: none;
}

.mzag_gui_photobox .ft 
{
  height:21px;
  width:auto;
  padding:5px 0;
  position:relative;
}

* html .mzag_gui_photobox .ft
{
  height:31px;
}

*+html .mzag_gui_photobox .fr
{
  height:31px;
}

.mzag_gui_photobox .ft .back 
{
  background: url(../images/photobox/prev.gif);
  height:16px;
  left: 1px;
  position: absolute;
  width:16px;
}

.mzag_gui_photobox .ft .back img,.mzag_gui_photobox .ft .next img 
{
  border: none;
}

.mzag_gui_photobox .ft .next 
{
  background: url(../images/photobox/next.gif);
  height:16px;
  position: absolute;
  right: 1px;
  width:16px;
}

.mzag_photobox_content_hide
{
  display:none;
}
