#flipBox {
    margin: 0 auto;
    width: 659px;
    height: 372px;
    position: relative;
    overflow: hidden;
}

#flipBox span {
    position: absolute;

}

.show {
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
}

.turn {
    top: 0;
    z-index: 10;
    display: none;
    OVERFLOW: hidden;
    border-right: #000000 1px solid;
    WIDTH: 100%;
    POSITION: absolute;
    HEIGHT: 100%;
    background: #000000;
}
canvas {
    cursor: pointer;
}
.next {
    top: 0;
    left: 0;
    z-index: 1;
}
#flipBox span.pager  {
    z-index: 1000;
    right: 0;
    bottom: 0;
    height: 87px;
    width: 87px;
    float: right;
}

.pPrev  {
    z-index: 1000;
    right: 44px;
    bottom: 0;
    height: 87px;
    width: 43px;
    float: right;
    background: #000000;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

.pNext  {
    z-index: 1000;
    right: 0px;
    bottom: 0;
    height: 87px;
    width: 44px;
    float: right;
    background: #000000;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

#flipBox span.pageShow  {
    z-index: 997;
    right: -87px;
    bottom: -87px;
    height: 87px;
    width: 87px;
    float: right;
}
#flipBox span.pageText {
    z-index: 998;
    bottom: 0;
    height: 40px;
    width: 100%;
    color: #FFFFFF;
    line-height: 40px;
}

#flipBox span.pageBack {
    z-index: 997;
    bottom: 0;
    height: 40px;
    width: 100%;
    opacity:0.5;
    filter:alpha(opacity=50);
    background:#000000;
}

#flipBox .homeBtn {
    position: absolute;
    z-index: 10000;
    top: 15px;
    right: 15px;
}