/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: url(http://www.keatyrealestate.com/images/green_bar.gif) 0 50% repeat-x;
	
	height: .8em;
	position: relative;
	width:150px;
        margin: 5px 0 20px 0;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -5px;
	width: 9px;
	height: 17px;
	background: #ffffff url(http://www.keatyrealestate.com/images/handle.jpg) 0 50% repeat-x;
	
}
.ui-slider-handle:hover {
	
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #dadada url(http://www.keatyrealestate.com/images/blue_bar.gif) 0 50% repeat-x;
	position: absolute;
	top: -1px;
	z-index: 1;
}
.slider-label{
 margin: 5px 0 5px 0;
}

.slider{
 float: left;
 margin: 20px 20px 20px 10px;
}

.range{
  font-size:85%;
  margin: -15px 0 0 0;
}
