.price-slider {
	background: url("images/sprite-catalog.png") transparent;
	border: 0;
    position: relative;
	background-color: #FFFFFF;
    background-position: 0px -287px;
    width: 100%;
	height: 9px;
}

.price-slider-vertical{
	width:9px;
	height:100%;
	background-position: -120px 0;
}

.price-slider .ui-slider{
	text-align: inherit;
}

.price-slider .ui-state-default, .price-slider  .ui-widget-content .ui-state-default, .price-slider .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: inherit;
}

.price-slider .ui-corner-all,.price-slider .ui-corner-bottom,.price-slider .ui-corner-right,.price-slider .ui-corner-br {
    border-bottom-right-radius: 0;
}

.price-slider .ui-corner-all,.price-slider .ui-corner-bottom,.price-slider .ui-corner-left,.price-slider .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.price-slider .ui-corner-all, .price-slider .ui-corner-top, .price-slider .ui-corner-right, .price-slider .ui-corner-tr {
    border-top-right-radius: 0;
}

.price-slider .ui-corner-all, .price-slider .ui-corner-top, .price-slider .ui-corner-left, .price-slider .ui-corner-tl {
    border-top-left-radius: 0;
}

.price-slider .ui-widget-header {
    background: none;
    border: 0;
    color: inherit;
    font-weight: inherit;
}

.price-slider .ui-corner-all{
	border:none !important;
}

.price-slider .ui-slider-range {
    /*background-color: #A25742;*/
    background-color: #000000;
    height: 4px;
    margin: -1px 0 0;
    position: absolute;
}

.price-slider-vertical .ui-slider-range {
    width: 4px;
}


.price-slider .ui-slider-handle {
	background: url("images/sprite-catalog.png") no-repeat scroll 0 0 transparent;
    background-position: 0 -301px;
    height: 13px;
    width: 9px;	
    margin: -1px 0 0 -9px;
    position: absolute;
    top:0;
}

.price-slider-vertical .ui-slider-handle {
    background-position: 0 -315px;
    height: 9px;
    width: 13px;	
    margin: 0 0 -9px 5px;
    top:inherit;
}