.price-slider input { width: 52px; padding: 10px 5px;  }
.price-slider input[type=submit] { font-size: inherit; display: inline; padding: 11px; margin-top: -1px; width: 50px;  }
.price-slider input[type=submit]:hover {  }

/* А это правила для скрипта:  */
#price_slider {
	width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  max-width: 235px;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 7px;
	height: 13px;
	background: url(/img/slider.png);
  width: 16px;
  height: 22px;
	cursor: pointer;
  margin-left: -10px;
  margin-top: -4px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 5px;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: -5px;
	/*margin-left: -6px;*/
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 
	border: 1px solid #eee;
	background: #fff;
}
.ui-widget-header { 
	border: 1px solid #eee;
	background: #fed100;
}
.ui-corner-all {

}

