.sliderbar				{
	width:					535px;
 	height:					4px;
	border-radius:			4px;
	background-image:url(../images/slider_bg.png);
	background-repeat:repeat-x;
	margin-bottom:15px;
	margin-top:15px;
	position:relative;
  }

.sliderbartxt{position:absolute; top:-20px; margin:0px; padding:0px; list-style-type:none; width:100%;}
.sliderbartxt li{ position:absolute; text-align:left; margin:0px; padding:0px; list-style-type:none; font-size:11px; color:#1C437C; width:25%; display:inline;}
.first{ left:0px;}
.second{ left:123px;}
.third{ left:260px;}
.fourth{left:383px;}
.fifth{left:503px;}

.noUi_handle    			{
	height:					8px;
	width:					8px;
}

.noUi_midBar			{
	height:					4px;
}

.noUi_midBar			{
	background-image:url(../images/slider_bg_act.png);
	background-repeat:repeat-x;
}

.noUi_sliderKnob		{
	z-index: 				5;
	width:					16px;
	height:					16px;
	position:				absolute;
	top:					-5px;
	left:					-5px;
	background-image:url(../images/slider_dot.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
  }

.noUi_sliderKnob:hover,
.noUi_activeHandle		{
 
}

.slider_dot{	
	background-image:url(../images/slider_dot.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width:12px;
	height:12px;
	top:-5px;
}