/* CUSTOM MARKER  */
.customMarker {
	width: 30px;
	height: 30px;
}

.customMarkerLeft {
	background-image: url('../gfx/tooltip_left.gif');
	background-repeat: no-repeat;
	width: 7px;
}

.customMarkerCenter {
	background-image: url('../gfx/tooltip_center.gif');
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 3px;
}

.customMarkerText {}

.customMarkerRight {
	background-image: url('../gfx/tooltip_right.gif');
	background-repeat: no-repeat;
	width: 5px;
}
