I have found a method for a manually sliding (click prev/next) slider by adding a separate class on initial load to the 2 outer active slides, and then every click of the button remove and then re-add the extra classes to the new outer active slides.
This is a good start, but I would also like to know how to hook into the event of when the slider changes automatically. Any help would be appreciated.