/*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: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #666666;
	height: 6px;
	position: relative;
}
.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: -4px;
	width: 31px;
	height: 14px;
	background: url(/img/slider_selector.gif) no-repeat;
}
.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: 6px;
	background: #999999;
	position: absolute;
	border: 1px solid #666666;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;

}
