.search-slider-body {
	height: 24px;
	margin: 8px 0 0 0;
}

/* slider root element */
.slider-slider { 
	background:url("../images/search-slider-bg.png") repeat-x;
	height:24px; 
	position:relative; 
	cursor:pointer;
	border:0;
	width:306px;
	float: left;
	margin: 8px 0 0 0;
}


/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.slider-handle { 
	background:url("../images/search-slider-handler.png") no-repeat;
	height:17px;
	width:17px;
	top:1px;
	position:absolute; 
	display:block; 
	margin-top:2px;
	border:0;
	cursor:pointer;
}


/* the input field */
.range {
	border:1px inset #ddd;
	float:left;
	font-size:20px;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:50px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 		
}


