OBIO is on it for the aircraft.cfg. Assuming that CFS works the same as FS9/8, then the panel.cfg can help you tweak your views around the aircraft using the [Views] statements.
Here is an example from our Spartan Executive:
[VIEWS]
VIEW_FORWARD_ZOOM=1.000
VIEW_FORWARD_EYE=0.000, 0.000, 0.000
VIEW_FORWARD_DIR=10.000, 0.000, 0.000
VIEW_FORWARD_RIGHT_WINDOWS=30
VIEW_FORWARD_RIGHT_DIR=0.000, 0.000, 45.000
VIEW_RIGHT_WINDOWS=31
VIEW_RIGHT_DIR=0.000, 0.000, 90.000
VIEW_REAR_RIGHT_WINDOWS=32
VIEW_REAR_RIGHT_ZOOM=1.000
VIEW_REAR_RIGHT_DIR=0.000, 0.000, 135.000
VIEW_REAR_WINDOWS=33
VIEW_REAR_ZOOM=1.000
VIEW_REAR_DIR=0.000, 0.000, 180.000
VIEW_REAR_LEFT_WINDOWS=34
VIEW_REAR_LEFT_ZOOM=1.000
VIEW_REAR_LEFT_DIR=0.000, 0.000, 225.000
VIEW_LEFT_WINDOWS=35
VIEW_LEFT_DIR=0.000
Now, match up your statements with your specific Windows Named Groups (i.e.
VIEW_RIGHT_WINDOWS=31
You can set zoom for each view direction with the Zoom statement although generally 1.00 is best (although we sometimes use .80).
To adjust the pitch, bank and heading respectively to the starboard side, use this statement:
VIEW_RIGHT_DIR=0.000, 0.000, 90.000
The heading (90.000) is like compass degrees so 90.00 degrees gives you a true right view 90 degrees to the pilot's eyepoint (from the aircraft.cfg). You can also adjust pitch (tilt head up or down) with the first set, and bank (tilt the head left or right) with the second set.
I hope this helps.