/* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
  		bottom: 3px;
  		height: 5px;
  		position: absolute;
  		text-align: center !important;
  		width: 100% !important;
}
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            /* size of bullet elment */
            width: 6px !important;
            height: 6px !important;
            filter: alpha(opacity=30);
            opacity: 3;
            overflow: hidden;
            cursor: pointer;
	    border-radius:50%;	
	    display:inline-block;
	    top:-10px !important;
	   position: relative !important;
font-size:0;
	    
        }
        .jssorb01 div { background-color: gray; left: 0 !important;margin-left:5px;}
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 02 css */
        /*
        .jssora02l                  (normal)
        .jssora02r                  (normal)
        .jssora02l:hover            (normal mouseover)
        .jssora02r:hover            (normal mouseover)
        .jssora02l.jssora02ldn      (mousedown)
        .jssora02r.jssora02rdn      (mousedown)
        .jssora02l.jssora02lds      (disabled)
        .jssora02r.jssora02rds      (disabled)
        */
        .jssora02l, .jssora02r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 5%!important;
            height: 10%!important;
            cursor: pointer;
          /*  background: url('../images/a02.png') no-repeat;*/
            font-size: 1.4em;
            color: #fff;
            overflow: hidden;
        }

        .jssora02l { background-position: -15px -45px; }
        .jssora02r { background-position: -75px -45px; }
        .jssora02l:hover { background-position: -135px -44px; }
        .jssora02r:hover { background-position: -196px -43px; }
        .jssora02l.jssora02ldn { background-position: -15px -45px; }
        .jssora02r.jssora02rdn { background-position: -15px -45px; }
        .jssora02l.jssora02lds { background-position: -15px -45px; opacity: 0.3; pointer-events: none; }
        .jssora02r.jssora02rds { background-position: -75px -45px; opacity: 0.3; pointer-events: none; }

.jss{position:relative;margin:0 auto;top:0px;left:0px;width:75em;height:40em;overflow:hidden;visibility:hidden;background: black;}
.load-img{position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.3);}
.filter-img{filter: alpha(opacity=30); opacity: 0.3; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.loading-gif{position:absolute;display:block;background:url('/images/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
.slide-img{cursor:default;position:relative;top:0;left:0px;width:75em;height:40em;overflow:hidden;}
.slide-img img{
    opacity:0.75;
}
	.disp-text{position:absolute;top: 95%;
        right:5%;min-width:100px;z-index:0;background-color:rgba(235,81,0,0.1);font-size:20px;color:#ffffff;line-height:1.1em;text-align:center;}
