
#fb7{
    position:relative;
    /* overflow:hidden; */
    margin:0 auto;
    display:block;
    width:1360px;
    height:526px;
    opacity:0;
 }
#fb7 .fb7-shadow {
    height: 100%;
    position: absolute;
    top: 0px;
}

#fb7 .fb7-shadow-double {
    width: 100%;
    left: 0%;
}

#fb7 .fb7-shadow-right {
    width: 50%;
    left: 50%;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#fb7 .fb7-shadow-left {
    width: 50%;
    left: 0%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#fb7 #fb7-book {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}



#fb7 .turn-page.fb7-cont-page-book {
    background: none;
    height: 526px !important;
}

#fb7 .turn-page.fb7-noshadow .fb7-cont-page-book {
    background: none;
}


#fb7 #fb7-one {
    position: absolute;
	width: 50%;
	height: 100%;
    left: 0;
	top: 0;
    background-color: #f8f8f8;
}
#fb7-boxPic{
    position: absolute;
	width: 50%;
	height: 100%;
    right: 0;
	top: 0;
	background-color: #fff;
}