Centering a window around a FIXED DIV

Centering a window around a FIXED DIV

Hi all,
 
I have been having a bit of trouble solving a problem which I posted a little while ago ( previous post) so am going down a secondary route.
 
Is there a way of centering a window around a div. For example the width of a container is 4000px with 3 pages spaced at 3 different intervels from left to right. is their a way of centering the viewport in the middle of any of these DIVs?
 
 
I have been using scrollTo which is great but aligns the anchor to the top left of the screen as you would expect. Due to this height is fine I just need to execue this command after scrollTo has finished its tricks.
 
Many thanks,
 
Tom