/* 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('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* 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.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/right.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			right:-55px;
        }
		
		.jssora22r:hover {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/right.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			right:-55px;
        }
		
		.jssora22l {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/left.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			left:-55px;
        }
		
		.jssora22l:hover {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/left.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			left:-55px;
        }
        .jssora22l { background-position: 0; }
        .jssora22r { background-position: 0; }
        .jssora22l:hover { background-position: 0; }
        .jssora22r:hover { background-position: 0; }
		.
        .jssora22l.jssora22ldn { background-position: 0; }
        .jssora22r.jssora22rdn { background-position: 0; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
		
		
		
		@media screen and (max-width: 55em) {
		
		.jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/right_weiss.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			right:10px;
        }
		
		.jssora22r:hover {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/right_weiss.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			right:10px;
        }
		
		.jssora22l {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/left_weiss.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			left:10px;
        }
		
		.jssora22l:hover {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 32px;
            height: 59px;
            cursor: pointer;
            background: url('../img/left_weiss.png') center center no-repeat;
            overflow: hidden;
			top:0px;
			left:10px;
        }	
			
		}
		