.iB{
    display:none;
    z-index:19001;
    position: absolute;
    left:50%;
    background: white;
    opacity: 1;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3); 
}
#iB-layer{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    background: gray;
    opacity:0.3;
    filter:alpha(opacity=70);
    z-index:19000;
}

.iB-box-close{
    background: url("close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 10;
}

.iB-box-content{
    
    width: 837px;
    height: 580px;
    overflow:hidden;
	
	position: absolute;
    top: 10px;
    left: 30px;
}

.box-content{
    padding:10px;
    text-align: center;
}

/*
.iB-box-images{
    border-left: 1px solid #DB99BD;
    height: 570px; 
    position: absolute;
    right: 0px;
    top: 0px;
    width: 98px;
    padding-top: 30px;
}
*/
.iB-box-images {
    bottom: 0;
    height: 77px;
    left: 0;
    position: absolute;
    width: 867px;
    padding: 5px;
    overflow:hidden;
}

.iB-box-add-image{
    width: 61px;
    height: 61px;
    margin: 7px;
    cursor: hand;
    cursor: pointer;
    border: 1px solid lightgray;
    float:left;
}

.iB-box-add-image.active{
	border: 1px solid gray;
}

.first_additional_image{
	display:none;	
}
.box-content a.no-zoom{
	width:835px;
	margin:0 auto;
	height: 558px;
	border:1px solid lightgray;
	display:block;
	cursor: default;
}


.iB-box-next-images{
    right: 4px;
    background: url('arrows_right.png') 0 -66px no-repeat transparent;
}
.iB-box-prev-images{
    left: 4px;
    background: url('arrows_left.png') 0 -66px no-repeat transparent;
}

.iB-box-prev-images, .iB-box-next-images{
    position: absolute;
    top:50%;
    cursor: pointer;
    width: 26px;
    height: 66px;
    margin-top: -33px;
    background-position: 0 -66px;
}
.iB-box-prev-images:hover, .iB-box-next-images:hover{
    background-position: 0 -132px;
}


.magnifier-box{
    position: relative;
    display: block;
}
.magnifier{
    width: 32px;
    height: 28px;
    background: url('magnifier.png') center center no-repeat transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
	
}