Having images stay within UL container
This probably isn't as much of an issue. But I was curious as I was playing around, my images are 600px wide, but my container is 960px wide. How can I get my slides to remain within this area.
The plugin works perfectly as it should, it just stretches outside the container, and being absolutely positioned... I figured there is a equation that is setting that?

I'm running into the same issue. I'm trying to use this in a site page that has a width of 1002px and changing the UL width does not seem to actually affect the total width of the carousel.
I'm trying to figure this out as well. Any insights?
I did figure out the width is from the middle of the left furthest image to the middle of the right furthest image. So it's kind of a hack, but if you figure out the image size, and then subtract one image (half of left image plus half of right image) from the overall width you are looking to spread, that should put the outer images at the perfect width for you.