figured .Hittest would be the savior for the slider+camera motor overlap problem. turns out that hittest cannot recognize immediate GUI (onGUI function within script).
Been experimenting with GUIUtility.hotcontrol and rect.contains.
Funny bit is that a mix of both seems to work when using only one of them always has some glitches.