#ibox {
z-index:2000000;
text-align:left;
} 
#ibox_overlay {
z-index:2000000;
} 
#ibox_loading {
position:absolute;
z-index:2000001;
} 
#ibox_wrapper {
margin:30px;
position:absolute;
top:0;
left:0;
z-index:2000001;
} 
#ibox_content {
z-index:2000002;
margin:27px 5px 5px 5px;
padding:2px;
} 
#ibox_content object {
display:block;
} 
#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;
} 
#ibox_footer_wrapper {
text-align:left;
position:absolute;
top:5px;
right:5px;
left:5px;
white-space:nowrap;
overflow:hidden;
}




#ibox_wrapper {
    line-height:25px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }
#ibox_content { background-color:#fff; border:0; margin: 10px 10px 40px 10px; }
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background: #fff url('images/closelabel.gif') center center no-repeat;
    width: 66px;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
#ibox_footer_wrapper a:hover { background-color:#fff; }
#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('images/loading.gif') center center no-repeat;
}


