.jslider {
	display: block;
	width: 100%;
	height: 1em;
	position: relative;
	top: .6em;
	font-family: Arial, sans-serif
}

.jslider .jslider-label small, .jslider .jslider-value small {
	position: relative;
	top: -.4em
}

.jslider .jslider-bg {
	position: relative
}

.jslider .jslider-bg i {
	background: url(../img/jslider.png) no-repeat 0 0;
	height: 5px;
	position: absolute;
	font-size: 0;
	top: 0
}

.jslider .jslider-bg .l {
	width: 10%;
	background-position: 0 0;
	left: 0
}

.jslider .jslider-bg .f {
	width: 80%;
	left: 10%;
	background-repeat: repeat-x;
	background-position: 0 -20px
}

.jslider .jslider-bg .r {
	width: 10%;
	left: 90%;
	background-position: right 0
}

.jslider .jslider-bg .v {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 0;
	height: 5px;
	background-repeat: repeat-x;
	background-position: 0 -40px
}

.jslider .jslider-pointer {
	background: url(../img/jslider.png) no-repeat 0 0;
	width: 13px;
	height: 15px;
	background-position: 0 -60px;
	position: absolute;
	left: 20%;
	top: -4px;
	margin-left: -6px;
	cursor: pointer
}

.jslider .jslider-pointer-hover {
	background-position: -20px -60px
}

.jslider .jslider-pointer-to {
	left: 80%
}

.jslider .jslider-label {
	font-size: 9px;
	line-height: 12px;
	color: #000;
	opacity: .4;
	white-space: nowrap;
	padding: 0 2px;
	position: absolute;
	top: -18px;
	left: 0
}

.jslider .jslider-label-to {
	left: auto;
	right: 0
}

.jslider .jslider-value {
	font-size: 9px;
	white-space: nowrap;
	padding: 1px 2px 0;
	position: absolute;
	top: -19px;
	left: 20%;
	background: #fff;
	line-height: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.jslider .jslider-value-to {
	left: 80%
}

.jslider .jslider-scale {
	position: relative;
	top: 9px
}

.jslider .jslider-scale span {
	position: absolute;
	height: 5px;
	border-left: 1px solid #999;
	font-size: 0
}

.jslider .jslider-scale ins {
	font-size: 9px;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 5px;
	color: #999
}

.ie8 .jslider.disabled * {
	opacity: .3
}

.jslider.disabled .jslider-pointer, .jslider.disabled .jslider-value {
	display: none
}

.jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-limitless .jslider-label {
	display: none
}

.jslider-limitless .jslider-label.jslider-label-to, .jslider-limitless .jslider-label.jslider-label-from {
	display: block
}

.jslider_blue .jslider-bg i, .jslider_blue .jslider-pointer {
	background-image: url(../img/jslider.blue.png)
}

.jslider_plastic .jslider-bg i, .jslider_plastic .jslider-pointer {
	background-image: url(../img/jslider.plastic.png)
}

.jslider_round .jslider-bg i {
	background-image: url(../img/jslider.round.png)
}

.jslider_round .jslider-pointer {
	background-image: url(../img/jslider.round.png);
	width: 17px;
	height: 17px;
	top: -6px;
	margin-left: -8px
}

.jslider_round_plastic .jslider-bg i {
	background-image: url(../img/jslider.round.plastic.png)
}

.jslider_round_plastic .jslider-pointer {
	background-image: url(../img/jslider.round.plastic.png);
	width: 18px;
	height: 18px;
	top: -7px;
	margin-left: -8px
}

.jslider_fancy_round {
	width: 80%;
	max-width: 200px;
	height: 10px;
	margin: 20px auto 30px auto;
	overflow: visible;
	background-color: #eaeaea;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

@media (min-height: 320px) {
	.jslider_fancy_round {
		margin: 20px auto
	}
}

.jslider_fancy_round input {
	display: none
}

.jslider_fancy_round .jslider-bg {
	height: 10px
}

.jslider_fancy_round .jslider-bg .v {
	height: 10px;
	top: -10px;
	background: #94c844;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #59a429), color-stop(1, #94c844));
	background: -ms-linear-gradient(bottom, #59a429, #94c844);
	background: -moz-linear-gradient(center bottom, #59a429 0, #94c844 100%);
	background: -o-linear-gradient(#94c844, #59a429);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94c844', endColorstr='#59a429', GradientType=0)
}

.jslider_fancy_round .jslider-value {
	background: 0 0;
	top: -40px;
	padding-left: 20px
}

.jslider_fancy_round .jslider-pointer {
	display: block;
	width: 24px;
	height: 24px;
	border-top: 1px solid #EEEEE2;
	border-bottom: 1px solid #888;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: -13px 0 0 -4px;
	outline: 0;
	background: #e3e3e3;
	background: -moz-radial-gradient(center, ellipse cover, #f5f5f5 0, #cdcdcd 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #f5f5f5), color-stop(100%, #cdcdcd));
	background: -webkit-radial-gradient(center, ellipse cover, #f5f5f5 0, #cdcdcd 100%);
	background: -o-radial-gradient(center, ellipse cover, #f5f5f5 0, #cdcdcd 100%);
	background: -ms-radial-gradient(center, ellipse cover, #f5f5f5 0, #cdcdcd 100%);
	background: radial-gradient(ellipse at center, #f5f5f5 0, #cdcdcd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
	-moz-border-radius: 0 2px 9px rgba(44, 35, 35, .3);
	-webkit-border-radius: 0 2px 9px rgba(44, 35, 35, .3);
	border-radius: 0 2px 9px rgba(44, 35, 35, .3);
	position: absolute
}

.lt-ie10 .jslider_fancy_round .jslider-pointer {
	background-color: #e3e3e3;
	filter: none
}

.no-touch .jslider_fancy_round .jslider-pointer:hover {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.jslider_fancy_round .jslider-label {
	top: -30px
}