.gx-qv-loading{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(indicator.gif);
}

.gx-qv-footer{
	position: relative;
}

.gx-qv-footer-slider{
	position: absolute;
	top: 0px;
	left:0px;
	z-index:1;
}

.gx-qv-footer-range{
	opacity: 0.5;
}

.gx-qv-footer-left-cursor{
	float: left;
	background-image: url(SliderLeft.png);
	cursor: ew-resize;
}

.gx-qv-footer-right-cursor{
	float: right;
	background-image: url(SliderRight.png);
	cursor: ew-resize;
}

.gx-qv-footer-center{
	position: relative;
	background-image: url(SliderCenter.png);
	cursor: pointer;
}

.gx-qv-footer-chart{
	position: absolute;
	top: 0px;
	left:0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:lightgray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:lightgray;
}
