.fix_img { margin: 0px; padding: 0px; display: block; }
#slider	{ width: 400px; margin: 0px 26px; }
.ui-slider{
    background-image: url("/media/images/list_03.png");
    margin: 0 auto;
    width: 100%;
    height: 24px;
    position: absolute;
}

.ui-slider-handle{
    background: url("/media/images/list_06.png") no-repeat;
    cursor: pointer;
    width: 17px;
    height: 18px;
    z-index: 2;
    position: absolute;
    margin:	13px 0px 0px 0px;
}


#sliderprice{
	clear: both;
	margin-top: 40px;
    height: 20px;
    font-size: 12px;
    color: black;
}

#sliderpricemin{
    clear: both;
    margin-top: 40px;
    height: 20px;
    font-size: 12px;
    color: black;
    position: relative;
    float:left;
}

#sliderpricemax{
    clear: both;
    margin-top: 40px;
    height: 20px;
    font-size: 12px;
    color: black;
    position: relative;
    float:right;
}
#sliderminmax
{
    margin-left: 20px;
    padding: 0px;
}

