.x-slider{}
.x-slider-inner{position:relative;left:0;top:0;overflow:visible;}
.x-slider-focus{position:absolute;left:0;top:0;width:1px;height:1px;line-height:1px;font-size:1px;-moz-outline:0 none;outline:0 none;}

#basic-slider{
	background:transparent url(/images/common/slider-bg.gif) no-repeat 0px 0px;
	padding-left:84px;
	position: absolute;
	top:67px;
	cursor: pointer;
}
#basic-slider .x-slider-end {
	background:transparent url(/images/common/slider-bg.gif) no-repeat right -64px;
	padding-right:84px;
}
#basic-slider .x-slider-inner {
	background:transparent url(/images/common/slider-categories.gif) repeat-x; height:22px;
}

#basic-slider .x-slider-thumb {
	width:165px;
	height:18px;
	position:absolute;
	left:0;
	top:2px;
	background:transparent url(/images/common/slider-thumb.gif) no-repeat 0px 0px;
}

#makes-slider{
	background:transparent url(/images/common/slider-bg.gif) no-repeat 0px 0px;
	padding-left:84px;
	position: absolute;
	top:68px;
	cursor: pointer;
}
#makes-slider .x-slider-end {
	background:transparent url(/images/common/slider-bg.gif) no-repeat right -64px;
	padding-right:84px;
}
#makes-slider .x-slider-inner {
	background:transparent url(/images/common/slider-makes.gif) repeat-x; height:22px;
}

#makes-slider .x-slider-thumb {
	width:165px;
	height:18px;
	position:absolute;
	left:0;
	top:2px;
	background:transparent url(/images/common/slider-thumb.gif) no-repeat 0px 0px;
}

.x-slide-zone-horizontal {
	height: 27px;
	background-repeat: repeat-x;
	background-image: url(/images/common/range-bg.gif);
	z-index: 1;

}

.x-thumb-slider-horizontal {
	width: 17px;
	height: 11px;
	/* Using margin-top in Safari applies the style twice after 
	  the first drag start. Use top instead. */
	top: 11px; 
	background: url(/images/common/range-thumb.gif) no-repeat;
	z-index: 10;
}

.x-range-slider-horizontal {
	top: 0px;
	height: 10px;
	background: url(/images/common/arrow_next.gif) repeat-x;
	/*opacity: .25*/;
}






