/* jssor slider bullet navigator skin 13 css */
/*
.jssorb13 div           (normal)
.jssorb13 div:hover     (normal mouseover)
.jssorb13 .av           (active)
.jssorb13 .av:hover     (active mouseover)
.jssorb13 .dn           (mousedown)
*/
.slider_jssor {
	position: relative;
	width: 100% !important;
	height: 350px !important;
	background-color: transparent;
	overflow: hidden;
}
.slider_jssor > div {
	transform: inherit !important;
}
.slider_jssor div, .slider_jssor div a {
    width: 100% !important;
}
.slider_jssor div a > img {
	right: 0;
	left: 0 !important;
	margin: 0 auto;
}
.slider_jssor div[u=slides] {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important;
	height: 100% !important;
    overflow: hidden;
}
.slider_jssor div[u=navigator] {
	display: none;
	position: absolute;
	bottom: 16px;
	right: 6px;
}
.slider_jssor div[u=prototype] {
	position: absolute;
	width: 21px;
	height: 21px;
}
.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
	background: url(../images/a15.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb13 div {
	background-position: -5px -5px;
}

.jssorb13 div:hover, .jssorb13 .av:hover {
	background-position: -35px -5px;
}

.jssorb13 .av {
	background-position: -65px -5px;
}

.jssorb13 .dn, .jssorb13 .dn:hover {
	background-position: -95px -5px;
}

.jssor_arrow {
	width: 55px;
	height: 55px;
	top: 123px;
	left: 8px;
}

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
{
	background: url(../images/a15.png) no-repeat;
	overflow:hidden;
	cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }


.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../images/a15.png) center center no-repeat;
	overflow: hidden;
	display: block !important;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }
