/* 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;
  border:2px solid #999999;
}

#ibox_content p.caption {
  text-align: left;
  margin: 0;
  color: #666;
  padding: 0.3em 0 0;
  width: 100%;
}

#ibox {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.block-photo {
  display: none;
}
