.sliderDiv {
	position: relative;
	height: 25px;
}

.gutter {
	position: relative;
	height: 18px;
	background-color: rgb(235,235,235);
}

.knob {
	position: absolute;
	height: 25px;
	width: 7px;
	background: url(../images/triangleBlue.png) no-repeat;
	cursor: pointer;
	z-index: 100;
}

.fillingDiv {
	position:absolute;
	top:0px;
	height: 18px;
	background: rgb(153, 207, 229);
	-moz-opacity:0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

.minValueDiv {
	position:relative;
	top:-18px;
	display:inline;
	padding-left: 5px;
	font-size: 10px;
}

.maxValueDiv {
	position:relative;
	top:-18px;
	display:inline;
	padding-right: 5px;
	font-size: 10px;	
}

/* PFM Slider */
div.sliderDiv_pfm {
	background: transparent url(../images/timeframeBar2.png) no-repeat scroll 0 0;
	vertical-align:middle;
	height: 20px;
	width: 233px;
}
div.sliderDiv_pfm div.knobDivBlue_pfm {
	background:transparent url(../images/timeframeKnobBlue.png) no-repeat scroll 0 0;
	position: relative; 
	top: 6px; 
	left: 7px;
	height:12px;
	width:7px;
}