Carousel type slider that allows wrapping and adds active class

Carousel type slider that allows wrapping and adds active class

I am looking for a jquery slider that allows me to load my items and then shift them. Basically I have 5 menu items and each menu item has a description. You can see my work-in-progress here:  http://dwight.team4.ciplex.com/ - I have 5 items, and I need all 5 items shown at the same time. When the left/right arrows are clicked, the items move left or right 1 position. The end pieces will wrap around to the other side.

Currently, I am using Jcarousel slider, but it doesn't add an active class to the middle item. When it gets to the 5th <li> you would think it would circle back to the 1st. It loads the content of the first <li>, but adds a new <li class="position-6">. Any ideas?