function atOnMouseOverLight(o) {
	o.style.backgroundColor = 'BCD6E3';
	o.style.cursor = 'crosshair';
}

function atOnMouseOutLight(o) {
	o.style.backgroundColor = '';
}
