        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../images/slider-bullets-1.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: 0px 0px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -32px 0px; }
        .jssorb05 .av { background-position: -16px 0px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -48px -0px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 43px;
            height: 40px;
            cursor: pointer;
            background: url('../images/slider-buttons-1.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: 0px 0px; left: 10px; }
        .jssora22r { background-position: -43px 0px; right: 10px; }
        .jssora22l:hover { background-position: -86px 0px; }
        .jssora22r:hover { background-position: -129px 0px; }
        .jssora22l.jssora22ldn { background-position: -172px 0px; }
        .jssora22r.jssora22rdn { background-position: -215px 0px; }
		
		
		.jssor-loading-bg{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
		.jssor-loading-data {position:absolute;display:block;background:url('../images/jssor/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
		.jssor-slides {cursor: default; position: relative; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; background-color: #c2c2c2}
		
		
		/* THUMBNAILS */
		.jssort01 .p {
            position: absolute;
            top: 0;
            left: 0;
            width: 72px;
            height: 72px;
        }
        
        .jssort01 .t {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .jssort01 .w {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }
        
        .jssort01 .c {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 68px;
            height: 68px;
            border: #000 2px solid;
            box-sizing: content-box;
        }
        
        .jssort01 .pav .c {
            top: 2px;
            _top: 0px;
            left: 2px;
            _left: 0px;
            width: 68px;
            height: 68px;
            border: #000 0px solid;
            _border: #fff 2px solid;
            background-position: 50% 50%;
        }
        
        .jssort01 .p:hover .c {
            top: 0px;
            left: 0px;
            width: 70px;
            height: 70px;
            border: #fff 1px solid;
            background-position: 50% 50%;
        }
        
        .jssort01 .p.pdn .c {
            background-position: 50% 50%;
            width: 68px;
            height: 68px;
            border: #000 2px solid;
        }
        
        * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
            /* ie quirks mode adjust */
            width /**/: 72px;
            height /**/: 72px;
        }
