.is_clickable {
	cursor: hand;
	cursor: pointer
}
.nstSlider {
	cursor: hand;
	cursor: pointer;
	position: relative;
	width: 220px;
	height: 27px;
	margin: 0 0 15px;
}

.nstSlider:after{
	content: "";
	display: block;
	width: 220px;
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	left: 0;
	top: 14px;
	z-index: -1;
}

.nstSlider .leftGrip.gripHighlighted, .nstSlider .rightGrip.gripHighlighted {
	background: #134
}
.nstSlider .leftGrip, .nstSlider .rightGrip {
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 27px;
	height: 27px;
	background: url(../../img/common_pc/Slidebar_grip.png) no-repeat
}
.nstSlider .bar {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	background: #FFAE0A;
	height: 4px;
	top: 12px
}
.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
}