.MapSliderHolder {
	position: absolute;
	z-index: 3;
	left: 25px;
	top: 5px;
/*
	background: white;
	border: solid 1px red;
	width: auto;
*/
	width: 10px;
	height: 100px;
}

.MapSliderHole,.MapSliderPeg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 29px;
	height: 19px;
	background-color: #CCC;
	font-size: 12px;
	cursor: pointer;
	background-image: url(../images/slider_backings.gif);
	background-position: 0px -21px;
	background-repeat: no-repeat;
	border: none;
}

.MapSliderPeg {
	position: absolute;

	z-index: 2;
	cursor: n-resize;
	background-image: url(../images/slider_adjuster.gif);
	background-color: transparent;
	background-position: 4px 5px;
}

.MapSliderHoleTitle {
/*	padding-left: 28px;
	width: auto !important;
	padding-right: 3px;*/
}

.MapSliderZoomIn,.MapSliderZoomOut {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #999;
	text-align: center;
	cursor: pointer;
	width: 29px;
	height: 21px;
	font-size: 12px;

	background-image: url(../images/slider_backings.gif);
	background-repeat: no-repeat;
}

.MapSliderZoomIn {
	background-position: left top;
}

.MapSliderZoomOut {
	background-position: left bottom;
}


.MapSliderNavCollection {
	position: relative;
	top: 10px;
	left: -22px;
	width: 75px;
	height: 57px;
}

.MapSliderNorth {
	position: absolute;
	left: 25px;
	top: 0px;
	background-position: left top;
}

.MapSliderSouth {
	position: absolute;
	left: 25px;
	bottom: 0px;
	background-position: left bottom;
}


.MapSliderEast {
	position: absolute;
	left: 0px;
	top: 19px;
	background-position: right bottom;
}

.MapSliderWest {
	position: absolute;
	right: 0px;
	top: 19px;
	background-position: right top;
}


.MapSliderNorth,.MapSliderSouth,.MapSliderEast,.MapSliderWest {
	width: 25px;
	height: 19px;
	cursor: pointer;
	background-image: url(../images/slider_directionals.gif);
	background-repeat: no-repeat;
}
