﻿
#wrap {
	width: 600px;
	margin: 0 auto;
}
#col-1 {
	width: 220px;
	border: 1px solid #ccc;
	padding: 20px;
	float: left;
}
#col-2 {
	width: 200px;
	float: left;
}
#resultBox div, #resultBox span, .label-1, .label-2 {
	color: #999;
    font-size: 10px;
    font-weight: bold;
} 
#box1, #box2 {float: left; margin-top: 10px}
#box1 {width: 130px;}
#box2 {width: 55px;}

#result { display: inline; }

.label-1, .label-2  {
    position: absolute;
    top: -1.1em;
}
.label-1 {left: 0; }
.label-2 {right: 0; }

.ui-slider  {
    background-position: center center;
    background-repeat: no-repeat;    
    position: relative;
    width: 183px;
}
.ui-slider-handle  {
    background: url(../siteImages/common/buttonIconSprite2.gif) 0 -197px;  
    cursor: pointer;
    height: 15px;
    left: 0px;    
    top: 0px;    
    position: absolute;
    width: 5px;
    z-index: 2;
}
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-range {display: block; height: 100%; margin-left: 6px; position: absolute; z-index: 1}

/* Default slider backgrounds */
.ui-slider-bg  {
    background: url(../siteImages/homeSearch/sliderBg.gif) center no-repeat;
    height: 15px;   
    margin-top:20px;
    position:relative;
}
