.full #main {
    height: 100px;
    overflow: hidden;
}

.full .aspt,  .full iframe{
    display: none;
}

#slide, #slideBg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -ms-touch-action: none;
    background: #000;
    z-index: 110;
}
#slideBg {
    background: #000;
    z-index: 109;
}

#slide .swiped {
    position: fixed;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
}

#slide .swiped div {
    width:  100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#slide .thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

#slide .load{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100px;
    height: 30px;
    margin-left: -50px;
    margin-top: -15px;
    border: 1px solid #666;
    border-radius:5px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    background: rgba(255,255,255,0.5);
    text-align: center;
    z-index: 110;
}

#slide .toolBox {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 110;
    height: 50px;
    overflow: hidden;
}

#slide .tool {
    position: absolute;
    text-align: center;
    width: 100%;
    background:rgba(0,0,0,0.4);
    padding: 10px 5px 0 5px;
    top: -50px;
}

#slide .tool a {
    display: inline-block;
    text-decoration: none;
    background: url("../images/tpl2/bgSpriteV2.png") repeat-x scroll 0 -187px #E0E0E0;
    border: 1px solid #CECECE;
    border-radius: 3px;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 0px 2px;
    padding: 0 7px;
    vertical-align: top;
}

#slide .tool a .iconL {
    margin-bottom: -3px;
}

#slide .tool .speed a .iconL {
    margin-bottom: -2px;
}

#slide .tool a .iconSlideExit, #slide .tool a .iconSlidePlay, #slide .tool a .iconSlidePause  {
    margin-bottom: -1px;
}

#slide .tool a .arrow {
    display: block;
    font-size: 35px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
}

#slide .tool a.down {
    background-position: 0 -431px;
    border-color: #F73D1A;
    color: #FFFFFF !important;
}

#slide .tool td {
    white-space: nowrap;
}
#slideComms {
    float: right;
    line-height: 20px;
    margin: -4px 0 0 3px;
    font-weight: bold;
}

#slide .progessBox {
    margin-top: 10px;
    height: 2px;
}

#slide .progess {
    height: 2px;
    background: #FFF;
    width: 0;
}

#slide .slideMess {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    box-shadow: 0 0 20px #666666;
    color: #71932F;
    display: none;
    font-weight: bold;
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
    padding: 20px 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 200px;
    z-index: 110;
}

#slide .slideMess b{
    color: #F66;
}


#slide .help {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 120px;
    margin-top: -60px;
    display: none;
}

#slide .help div{
    width: 120px;
    height: 120px;
    background: #FFF;
    background: url(../images/mobile/tpl2/swipe.png) no-repeat 0 0;
}

#slide .help .fr{
    background-position: right 0;
}
