.playground {
	background: url('../media/images/bg/sliders_bg.gif') 0 0 repeat-x;
	height: 80px;
	margin: 0 0 7px 0
}
.playground .padd {
	padding: 21px 4px 0 3px;
}
.search .search_top_hdr {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 2px 15px;
}
.playground .left {
	width: 72px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.playground .padd.apartment .left {
	width: auto;
}
.playground .right {
	width: 188px;
	overflow: hidden;
}
.playground .padd.apartment .right {
	width: auto;
}
.playground .range {
	padding: 0 0 0 4px;
}
.playground .range strong {
	font-size: 11px;
}
.playground .padd.apartment .range input {
	width: 60px;
	line-height: 16px;
}
.ui-slider {
	background-image: url(../media/images/dec/slider/slider-bg-1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 187px;
	height: 19px;
	position: relative !important;
	margin: 0 0 12px 0;
}
.ui-slider.no_price {
	width: 301px;
	background-image: url(../media/images/dec/slider/slider-bg-2.gif);
}

.ui-slider-handle {
	background-image:url(../media/images/dec/slider/slider-handle.gif);
	height: 19px;
	left: 0;
	position: absolute;
	top: 0;
	width: 19px;
	z-index: 1;
}
a:hover .ui-slider-handle {
	background-image:url(../media/images/dec/slider/slider-handle_ov.gif);
	cursor: pointer;
}

.ui-slider-range {
	background: url('../media/images/dec/slider/slider-bg-top.gif') 0 0 repeat-x;
	top: 7px;
	height: 5px;
	position: absolute;
	width: 100%;
}
