/* CSS Document */
/*
#ibox_w{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:100;
  margin:0;
  padding:0;
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}

#ibox_wrapper {
  position: absolute;
  z-index:1000;
  background:#D7D7D7;
}


#ibox_content {
  width:100%;
  height:100%;
  position:relative;
  top:0px;
  left:0px;
}

#ibox_footer_wrapper {
  position:relative;padding:0;margin:5px;top:0px;left:0px;
}
*/

/* iBox */

/* Ajax iBox */

#ibox_w{
  margin:0;
  padding:0;
  width:100%;
}

#ibox_progress {  
  margin:0;padding:0;
  position: absolute;
  z-index:105;
}

#ibox_wrapper {
  position: relative;
  margin-bottom:30px;
  margin:0;
  width:100%;
  height:100%;
}

#ibox_content {
  width:100%;
  height:100%;
  margin-bottom:20px;
  position:relative;
  top:0px;
  left:0px;
}

#ibox_footer_wrapper {
  position:relative;padding:0;margin:0;top:0px;left:0px;
}

#ibox_content p.photo img {
  text-align: center;
}

#ibox_content p.caption {
    color: #666666;
    font-size: 0.9em;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

#ibox {
  margin: 0 auto;
  text-align: center;
}

.block-photo {
  display: none;
}