/* ibox controls -- most of this shouldn't be touched */
#ibox { z-index: 1000000; background-color:#343434;}
#ibox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000000;
    /* we use a background image because mac firefox bugs */
    background: url('images/bg.png');
}
#ibox_wrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:1000001;
	background-color:#343434;
	border:1px solid #fff;;
}
#ibox_content {
    z-index:1000002;
    overflow:auto;
    height:100%;
    position:relative;
	background-color:#343434;
	border:none;
}
#ibox_content object { display: block; background-color:#343434; }
#ibox_content .ibox_image { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; display: block; }
#ibox_footer_wrapper a {
    float: right;
    display: block;
    outline: 0;
    margin: 0;
    padding: 0;
	color:#fff;
	background-color:#343434;
	text-decoration:none;
	font-weight:bold;
}
#ibox_footer_wrapper {
    position: absolute;
    top: 5px;
    right: 10px;
    left: 10px;
    white-space: nowrap;
    overflow: hidden;
	background-color:#343434;
	color:#fff;
}

#ibox_progress {
    width: 128px;
    height: 128px;
    background: url('images/indicator.gif') no-repeat;
}
