/**

 */
function getColorPane(color, title) {
	return jQuery('<span/>');
}

