.slider-container 
{
    position: relative;
    width: 379px;
    height: 60px;
    background: url('../images/edit-slider-bg.png') center center no-repeat;
}

#slider{
	border-width: 0px;
	width: 300px;
	position: absolute;
	height: 30px;
	background-color: #none;
        left: 43px;
}

.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url('../images/slider/slider-handle.png');
	font-weight: bold;
	color: #1C94C4;
	outline: none;
    margin-left:-11px;
    top: 3px;
}
.ui-slider-range {
    
	background: #237eab;
/*	background: url('../images/slider/bg-track.png') repeat top left;*/
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
        cursor: ew-resize;
}

#slideRange
{
    color: #173d58; 
    font-size: 16px;
    font-weight: bold;
    padding-left: 43px;
    padding-bottom: 3px;
}

.slider-text 
{
    line-height: 31px;  
    top: 14px;
    position : absolute;     
    font-size: 16px;
    z-index: 2;
    overflow: visible;
    font-weight: bold;
}