.horizontalSlider{
	border:1px blue solid;
	width:30%;
}
.verticalSlider{
	border:1px blue solid;
}

.svgNavigatorSlider{
	border:1px blue solid;
	width:250px;
	float:left;
}
.svgNavigatorVal{
	float:left;
	margin:2px 0 0 8px;
}
.svgNavigatorPlus{
	background:transparent url(../images/naviIcons.png) no-repeat scroll left -18px !important;
	float:left;
	margin-left:4px;
	width:18px;
	height: 18px;
	cursor:pointer;
}
.svgNavigatorMinus{
	background:transparent url(../images/naviIcons.png) no-repeat scroll left -36px !important;
	float:left;
	margin-right:4px;
	width:18px;
	height: 18px;
	cursor:pointer;
}
.svgNavigatorLegend{
	float:left;
	font-size:13px;
	margin-top:4px;
}
.svgNavigatorLegend div{
	margin-top: 2px;
}
.svgNavigatorLegend div img{
	vertical-align: text-bottom;
}

.svgNavigatorLegend div span{
}