#rollingImageWrap {
    clear: left;
    position: relative;
    width: 100%;
    min-width: 1002px;
    height: 500px;
    background: #ddd;
    text-align:center;
    overflow: hidden;
}

#rollingImageWrap .rollingImage {
    position:absolute;
    top:0;
    left:0;
    display:none;
}

#middleWrap {
    width: 100%;
    min-width: 1002px;
    text-align: center;
}

#middleWrap h2 {
    padding: 50px 0;
    font-size: 1.7em;
    font-weight: normal;
    color: #333;
    letter-spacing: -1.5pt;
}

#middle0 {
    width: 100%;
    min-width: 1002px;
    height: 174px;
    text-align: center;
    background: #fff;
}

#middle1 {
    width: 1002px;    
    height: 290px;
    margin: 0 auto;    
    text-align: center;
    background: #fff;  
    border-bottom: 1px dashed #ccc;
}

#middle2 {
    width: 100%;
    min-width: 1002px;
    height: 320px;
    text-align: center;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}

#middle4 {
    width: 1002px;    
    height: 290px;
    margin: 0 auto;    
    text-align: center;
    background: #fff;
}

#middle3 {
    width: 100%;
    min-width: 1002px;
    height: 300px;
    text-align: center;
    background: #edebe4;
}

