.bsi_box {
    background-color: #fff;
    height: 675px;
    width: 98%;
    position: relative;
    left: 0px; top: 0px;
}
    .bsi_box .viewport {
        height: 565px;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        overflow: hidden;
        z-index: 10;
		position: relative;
        /*background-color: #005b98;*/
    }

        .bsi_box .viewport .right_direction {
            cursor: pointer;
            opacity: 0;
            background-color: #FFF;
            height: 565px;
            width: 345px;
            position: absolute;
            right: 0px; top: 0px;
            z-index: 55;
        }
        .bsi_box .viewport .right_direction.hover {
            opacity: 0.3;
        }
        .bsi_box .viewport .right_direction.animation {
            cursor: pointer;
        }

        .bsi_box .viewport .fade {
            height: 565px;
            width: 16px;
            background-image: url(/static/blocks/bsi/bg.right.fade.png);
            background-repeat: no-repeat;
            background-position: right top;
            position: absolute;
            right: 0px; top: 0px;
            z-index: 50;
        }

        .bsi_box .overview {
            width: 3125px;
            position: relative;
        }
            .bsi_box .page {
                width: 625px;
                height: 540px;
                position: relative;
                left: 0px; top: 0px;
            }
            .bsi_box .page .section {
                width: 625px;
                height: 540px;
                
                position: absolute;
                left: 0px; top: 0px;
                z-index: 20;
            }
                .bsi_box .page .section.active {
                    z-index: 40;
                }

                .bsi_box .page .caption {
                    position: absolute;
                    bottom: 450px;
                    left: 0px;
                    width: 100%;
                }

                    .bsi_box .page .caption .description {
                        width: 380px;
                    }

                .bsi_box .page a.title {
                    padding-left: 22px;
                    font-size: 23px;
                    position: relative;
                }
                    .bsi_box .page a.title span.icon {
                        position: absolute;
                        width: 17px;
                        height: 17px;
                        top: 0;
                        left: 0;
                        margin: 8px 0 0 0;
                        background-image: url(/static/blocks/_cmn/sprite_icons_content.png);
                        background-repeat: no-repeat;
                    }
                    .bsi_box .page a.title.memo span.icon {
                        background-position: 0 0;
                    }
                    .bsi_box .page a.title.blogentry span.icon {
                        background-position: 0 -59px;
                    }
                    .bsi_box .page a.title.advice span.icon {
                        background-position: 0 -180px;
                    }
                .bsi_box .page.memo a.title {
                    background-position: 0 8px;
                }
                .bsi_box .page.photo a.title {
                    background-position: 0 -110px;
                }

                .bsi_box .page .caption .author {
                    width: 150px;
                    position: absolute;
                    bottom: 0px;
                    right: 40px;
                }

                    .bsi_box .page .caption .author img {
                        width: 40px;
                        height: 40px;
                        margin-right: 9px;
                        margin-top: 3px;
                    }
                    .bsi_box .page .caption p {
                        font-size: 12px;
                    }
                        .bsi_box .page .caption .author p {
                            font-size: 11px;
                        }

                .bsi_box .page .illustration {
                    width: 590px;
                    height: 440px;
                    position: absolute;
                    bottom: 0px; left: 0px;
                }

                .bsi_box .page .paging {
                    position: absolute;
                    bottom: 10px;
                    right: 35px;
                    z-index: 50;
                }
                    .bsi_box .page .paging a {
                        opacity: 0.5;
                        width: 33px;
                        text-align: center;
                        float: left;
                        display: block;
                        background-color: #fff;
                        padding: 5px 0px;
                        text-decoration: none;
                        color: #005B98;
                        font-weight: bold;
                        font-size: 18px;
                        text-align: center;
                        margin-left: 2px;
                    }
                    .bsi_box .page .paging a:hover, .bsi_box .page .paging a.active {
                        opacity: 0.7;
                    }

    .bsi_box .tabs {
        position: absolute;
        top: 565px; left: 0px;
        z-index: 20;
    }
        .bsi_box .tabs a {
            float: left;
            display: block;
            height: 112px;
            width: 130px;
            border-top: 0px;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            text-align: center;
            text-decoration: none;
            font-size: 13px;
        }
            .bsi_box .tabs a img {
                display: block;
                width: 95px;
                height: 70px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 10px;
                margin-bottom: 7px;
            }

                .bsi_box .tabs a.active {
                    background-color: #fff;
                    border: 1px solid #cccccc;
                    border-top: 0px;
                }
                    .bsi_box .tabs a.active span.aj_link {
                        border-bottom: 0px;
                        color: #666666;
                    }
                    .bsi_box .tabs a.active img {
                        opacity: 0.5;
                    }



