.is_clickable {
	cursor: hand;
	cursor: pointer
}
.nstSlider {
	cursor: hand;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	float:left;
	width: 426px;
	height: 11px;
  margin-top:14px;
	background:url(../images/slider_line1.png) no-repeat left 0;
}
.nstSlider .leftGrip.gripHighlighted {
	background: #134
}
.nstSlider .rightGrip.gripHighlighted {
	background: #134
}
.nstSlider .rightGrip, .nstSlider .leftGrip {
	position: absolute;
	top:-8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 23px;
	height: 23px;
	background: url(../images/slider_handle.png);
}
.nstSlider .bar {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	background: url(../images/slider_line2.png);
	height: 8px;
	top:0px
}
.nstSlider .highlightPanel {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	background: #e87722;
	height: 20px;
	top: 0
}
.leftLabel{}
