jquery jcarousel not scrolling through all items

740 Views Asked by At

i have 21 items in the list, but scrolling by hitting the right(next) icon only takes me to the 13th item and stops.

any ideas?

link is below, thanks in advance for any assistance.

http://dl.dropbox.com/u/2483833/shareCarousel/index.html

1

There are 1 best solutions below

0
On BEST ANSWER

oh, forgot to style the generated divs, the following css fixed it:

.jcarousel-container{ width: 1400px }
.jcarousel-clip-horizontal{ width: 1400px; margin: 0 auto 20px }