/* Special Offers*/
#minprice, #maxprice {display:none;}
/*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;
	font-size: 1.1em;
	background: #e4e4e3;
	height: 0.2em;
	position: relative;
	margin-top:12px;
	margin-bottom:8px;
	margin-left:5px;
	width:187px!important;
}
#handle_minprice{background:url(/assets/images/arrowMin.gif) no-repeat left;margin-left:-4px;}
#handle_maxprice{background:url(/assets/images/arrowMax.gif) no-repeat right;margin-right:-1px;}

.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: -7px;
	width: 24px;
	height: 15px;
	/*background: url(/images/sliderpick.gif) no-repeat left;*/
	}

.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	height: .2em;

	/*background:url(/assets/images/slideract.gif);*/
	position: absolute;
	border-left: 0;
	border-right: 0;
	margin-top:0;
	z-index: 1;
	opacity:.7;
	height:1px;
	/*filter:Alpha(Opacity=70);*/
}
.ui-slider li {
	display:none;
}
#dur, #price {width:80px;float:right;font-size:0.9em;margin-top:-17px;}
#dur {font-weight:bold;}
