function atOnMouseOverLight(o) {

	o.style.backgroundColor = 'FFFFFF';
	o.style.cursor = 'hand';
}

function atOnMouseOutLight(o) {

	o.style.backgroundColor = '';
}
