/* wrapHighlight */
.wrapHighlight{width:100%;height:100%;display:block;position:relative;overflow:hidden;}
    /* listCont */
    .wrapHighlight .listCont{width:100%;height:100%;display:block;overflow:hidden;}
    .wrapHighlight .listCont li{width:100%;height:100%;display:block;position:absolute;overflow:hidden;}
    .wrapHighlight .listCont li .cont{width:100%;height:100%;display:block;position:relative;overflow:hidden;}
    .wrapHighlight .listCont li.active{display:block;z-index:10;}
    .wrapHighlight .listCont li.active .cont{width:0%;left:0;border-right:1px solid #ccc;box-shadow:2px 0 4px #000000;-moz-box-shadow:2px 0 4px #000000;-webkit-box-shadow:2px 0 4px #000000;-o-box-shadow:2px 0 4px #000000;-ms-box-shadow:2px 0 4px #000000;}
    /* pagHighlight */
    .pagHighlight{text-align:center;width:100%;height:15px;display:block;position:absolute;bottom:20px;z-index:999;}
    .pagHighlight a{text-indent:-999em;background:#BEF8CF;width:15px;height:15px;display:inline-block;border:2px solid #fff;margin-right:8px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;-o-border-radius:50px;-ms-border-radius:50px;box-shadow:0px 1px 1px #000 inset;-moz-box-shadow:0px 1px 1px #000 inset;-webkit-box-shadow:0px 1px 1px #000 inset;-o-box-shadow:0px 1px 1px #000 inset;-ms-box-shadow:0px 1px 1px #000 inset;}
    .pagHighlight a.active{background:#FF4E50;}
    /* prevButton / nextButton */
    .prevButton,.nextButton{font-family:Verdana;font-weight:lighter;font-size:20px;color:#B1F6CB;background:#BEF8CF;display:block;border:2px solid #fff;padding:2px 7px;position:absolute;top:50%;z-index:9999;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;-o-border-radius:50px;-ms-border-radius:50px;box-shadow:0px 1px 1px #000 inset;-moz-box-shadow:0px 1px 1px #000 inset;-webkit-box-shadow:0px 1px 1px #000 inset;-o-box-shadow:0px 1px 1px #000 inset;-ms-box-shadow:0px 1px 1px #000 inset;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
    .prevButton{left:20px;}
    .nextButton{right:20px;}
    .prevButton:hover,.nextButton:hover{color:#08486B;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
    .prevButton:active,.nextButton:active{color:#08486B;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
    /* thumbHoverCont */
    .thumbHoverCont{background:url(../imgs/arrow.png) no-repeat center bottom;width:150px;height:97px;display:none;padding-bottom:4px;position:absolute;bottom:50px;left:0;overflow:hidden;z-index:20;}
        .thumbHoverCont img{width:100%;position:relative;top:0;left:0;box-shadow:0px 0px 3px #000;-moz-box-shadow:0px 0px 3px #000;-webkit-box-shadow:0px 0px 3px #000;-o-box-shadow:0px 0px 3px #000;-ms-box-shadow:0px 0px 3px #000;}
    /* wrapCounter */
    #wrapCounter{background:#1A2F41;width:100%;height:4px;display:block;position:absolute;bottom:0;left:0;overflow:hidden;z-index:900;}
        #wrapCounter .counterLine{background:#fff;width:0%;height:4px;display:block;border-right:1px solid #213C54;overflow:hidden;}
    /* lp_counter */
    .lp_counter{text-align:center;background:#fff;display:inline;padding:10px;position:absolute;bottom:10px;right:0px;z-index:900;box-shadow:-3px -3px 6px rgba(0,0,0, 0.2);-moz-box-shadow:-3px -3px 6px rgba(0,0,0, 0.2);-webkit-box-shadow:-3px -3px 6px rgba(0,0,0, 0.2);-o-box-shadow:-3px -3px 6px rgba(0,0,0, 0.2);-ms-box-shadow:-3px -3px 6px rgba(0,0,0, 0.2);}
        .lp_counter span{font-size:25px;color:#CF4647;display:inline-block;}
    /* title_lp */
    .title_lp{font-size:25px;color:#CF4647;background:#fff;display:inline;padding:10px;position:absolute;bottom:10px;left:0;box-shadow:3px 3px 6px rgba(0,0,0, 0.2);-moz-box-shadow:3px 3px 6px rgba(0,0,0, 0.2);-webkit-box-shadow:3px 3px 6px rgba(0,0,0, 0.2);-o-box-shadow:3px 3px 6px rgba(0,0,0, 0.2);-ms-box-shadow:3px 3px 6px rgba(0,0,0, 0.2);}

    /* responsiveLp */
    .responsiveLp img{width:100%;}

