
.zoomBarDefault
{
	color:White;
	font-size: 0.8em;
	font-weight:normal;
	background:#99b3cc;      /* THURROCK BRANDING */
	width:24px;
	height:18px;
	text-align:center;
	cursor:hand;
}

.zoomBarSelected
{
	font-weight:normal;
	background:#3399FF;
	width:24px;
	height:18px;
	text-align:center;
	cursor:hand;
}

.zoomBarHover
{
	font-weight:normal;
	background:White;
	width:24px;
	height:18px;
	text-align:center;
	cursor:hand;
}
.zoomBarTitle
{
	color:#000000;      /* THURROCK BRANDING */
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
	cursor:hand;
}
															

