







            /* jssor slider thumbnail navigator skin 11 css */
            /*
                .jssort11 .p            (normal)
                .jssort11 .p:hover      (normal mouseover)
                .jssort11 .pav          (active)
                .jssort11 .pav:hover    (active mouseover)
                .jssort11 .pdn          (mousedown)
                */
            .jssort11 {
                position: absolute;
                width: 300px;
                height: 358px;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .jssort11 .p {
                    position: absolute;
                    width: 300px;
                    height: 106px;
                    background: #b18f6e;
					text-align:right;
					right:30px;
                }

                .jssort11 .tp {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                .jssort11 .i, .jssort11 .pav:hover .i {
                    position: absolute;
                    top: 8px;
                    right: 8px;
                    width: 90px;
                    height: 90px;
                    /*border: white 1px dashed;*/
                }

                * html .jssort11 .i {
                    width /**/: 62px;
                    height /**/: 32px;
                }

                .jssort11 .pav .i {
                    /*border: white 1px solid;*/
                }

                .jssort11 .t, .jssort11 .pav:hover .t {
                    position: absolute;
                    top: 10px;
                    left: 13px;
					right:106px;
                    width: 100%;
                    height: 50px;
                    line-height: 31px;
                    color: #fff;
                    font-size: 14pt;
                    font-weight: 400;
                    overflow: hidden;
                }

                .jssort11 .pav .t, .jssort11 .p:hover .t {
                    color: #fff;
                }

                .jssort11 .c, .jssort11 .pav:hover .c {
                    position: absolute;
                    top: 50px;
                    left: 13px;
					right:106px;
                    width: 230px;
                    height: 50px;
                    line-height: 20px;
                    color: #000;
                    font-size: 12pt;
                    font-weight: 400;
                    overflow: hidden;
                }

                .jssort11 .pav .c, .jssort11 .p:hover .c {
                    color: #fff;
                }

                .jssort11 .t, .jssort11 .c {
                    transition: color 2s;
                    -moz-transition: color 2s;
                    -webkit-transition: color 2s;
                    -o-transition: color 2s;
                }

                .jssort11 .p:hover .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .pav:hover .c {
                    transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }

                .jssort11 .p:hover, .jssort11 .pav:hover {
                    background: #3ecaa2;
                }

                .jssort11 .pav, .jssort11 .p.pdn {
                    background: #277f66;
                }
