jQuery Tools + ScrollTo/SerialScroll problem

jQuery Tools + ScrollTo/SerialScroll problem

I have a website which I am developing offline and I have run into a problem. I am using several jQuery plugins together and I am not sure which is conflicting. I know scrollables from jQuery Tools conflict with ScrollTo, so I have already disabled that part. I have the following jQuery plugins embeded:

jQuery.ScrollTo
jQuery.LocalScroll
jQuery.SerialScroll
jQuery validation
jQuery Tools

I never got jQuery Tools tabs and SerialScroll to work together. On the main page, I have LocalScroll working for the entire window. I got jQuery Tools tabs to work in a subsection with ajax/history. I am trying to put a scrollable/serialscroll inside the ajax tabs. I think jQuery Tools scrollables was a little complicated for me to implement, so I went with serialscroll. I have a working test file with SerialScroll working the way I want, but when I move it to the main file, it breaks jQuery Tools tabs. Both the test file and the main file use the same javascript and they both work separately. What is conflicting?