#mainContainer{
        width:760px;
        margin:0 auto;
        text-align:left;
        background-color:#FFF;
        border:1px solid #E2EBED;
        margin-top:0px;
    }
    .contentContainer{
        padding-left:0px;
        padding-right:0px;
        padding-bottom:0px;
    }
    .contentContainer p,.contentContainer h1{
        margin-top:0px;
    }

    /* END CSS FOR THIS DEMO */

    /* CSS FOR SLIDESHOW SCRIPT */
    .imageSlideshowHolder,.imageSlideshowHolder_left{
/*      float:right; *//* Floating gallery at the right side of other web page content */
        left: 0px;
        right: 0px;
        position:absolute;  /* Don't remove this line */
    }
    .leftFloatingDiv{
        float:left;
        width:776px;
        height:220px;
    }
    /* この値は変更しないでください */
    .imageSlideshowHolder img{
        position:absolute;
        left:0px;
        top:0px;
    }

