.iB{
    display:none;
    z-index:9001;
    position: absolute;
    left:50%;
    background: white;
    opacity:1;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.25);
}
#iB-layer{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    background: url("../curtainbox/bodybg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    z-index:9000;

}

.iB-box-close{
    cursor:pointer;
    position: absolute;
    top:-15px;
    right:-15px;
    background: url('close.png') 0 0 no-repeat transparent;
    width:30px;
    height:30px;
}

.iB-box-content{
    margin:10px;
    width:680px;
    border-bottom: 1px solid #DDDDDD;
}


.iB-box-content .box-head {
    background: none repeat scroll 0 0 #074F93;
    color: #FFFFFF;
    font-size: 16px;
    height: 38px;
    line-height: 37px;
    padding-left: 13px;
    text-align: left;
}

.iB-box-buttons{
    position: absolute;
    bottom:20px;
    width:100%;
    height:20px;
}

.iB-btn{
    cursor: pointer;
    display:inline-block;
    border:1px solid gray;
    border-radius:3px;
    background: url('box-bg.png') 0 0 repeat-x white;
    float: right;
    margin-right: 20px;
    padding:0px 10px 0px 10px;
}

.iB-btn-ok, .iB-btn-abort{
    cursor: pointer;
    width:100px;
    border:1px solid gray;
    border-radius:3px;
    position: absolute;
    bottom:20px;
    left:50%;
    text-align: center;
    background: url('box-bg.png') 0 0 repeat-x white;
}
.iB-btn-ok{
    margin-left:-115px;
}
.iB-btn-abort{
    margin-left:15px;
}
.box-content{
    padding:10px;
    text-align: center;
}
.iB-box-images-old{
    border-left: 1px solid lightgray;
    height: 460px; 
    position: absolute;
    right: 20px;
    top: 20px;
    width: 76px;
}

.iB-box-images {
    bottom: 0;
    height: 84px;
    left: 15px;
    position: absolute;
    width: 670px;
    overflow: hidden;
}

.iB-box-add-image{
    width: 66px;
    height: 66px;
    float: left;
    margin: 5px;
    border: 1px solid lightgray;
    cursor: pointer;
}
.iB-box-content .wrap{
	margin: 0 auto;
	width: 475px;
}

.iB-box-video{
	height: 300px;
    margin: 92px auto 93px;
    width: 660px;
}
#videoContainer{
	display:none;
}
.r360-images-slider .wrap{
	width: 660px;
}
.iB-box-content img{
	border: 0px;
}