      /* 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 {
            position: absolute;
			bottom:16px;right:16px;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .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: 55px;
            height: 55px;
            cursor: pointer;
            background: url('img/a02.png') no-repeat;
            overflow: hidden;
        }
        .jssora02l { background-position: -3px -33px; }
        .jssora02r { background-position: -63px -33px; }
        .jssora02l:hover { background-position: -123px -33px; }
        .jssora02r:hover { background-position: -183px -33px; }
        .jssora02l.jssora02ldn { background-position: -3px -33px; }
        .jssora02r.jssora02rdn { background-position: -63px -33px; }
        .jssora02l.jssora02lds { background-position: -3px -33px; opacity: .3;}
        .jssora02r.jssora02rds { background-position: -63px -33px; opacity: .3; }
#jssor_1 {
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:600px;
	height:300px;
	overflow:hidden;
	visibility:hidden;
	box-shadow:1px 1px 20px #333;

}
div[data-u="slides"] {
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:600px;
	height:300px;
	overflow:hidden;
}
div.filter {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.backgroundStyle {
	position:absolute;
	display:block;
	background:url('../img/loading.gif') no-repeat center center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
div[data-u="loading"] {
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.7);
}
div[data-u="prototype"] {
width:12px;height:12px;	
	}
div[data-t="0"] {
	position:absolute;
	top:320px;
	left:30px;
	width:350px;
	height:30px;
	z-index:0;
	background-color:rgba(235,81,0,0.5);
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}
div[data-t="1"] {
	position:absolute;
	top:-50px;
	left:125px;
	width:350px;
	height:30px;
	z-index:0;
	background-color:rgba(235,81,0,0.5);
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}
div[data-t="2"] {
	position:absolute;
	top:30px;
	left:-380px;
	width:350px;
	height:30px;
	z-index:0;
	background-color:rgba(235,81,0,0.5);
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}
div[data-t="3"] {
	position:absolute;
	top:30px;
	left:30px;
	width:350px;
	height:30px;
	z-index:0;
	background-color:rgba(235,81,0,0.5);
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}
div[data-t="4"] {
	position:absolute;
	top:30px;
	left:30px;
	width:350px;
	height:30px;
	z-index:0;
	background-color:rgba(235,81,0,0.6);
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}
div[data-t="5"] {
	position:absolute;
	top:30px;
	left:600px;
	width:350px;
	height:30px;
	z-index:0;
	background-color:rgba(235,81,0,0.5);
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}
