var sphere = new UvumiSphere('.pick',{
	onChange:function(input,hex){
		switch(input.get('id')){
			case 'color1':
				$('color-preview-1').setStyle('background-color',hex);
				break;
		}
	}
});
