/* 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;
}
