jCarousel Plugin doesn't work

jCarousel Plugin doesn't work

Hi, i'm stuck in this:

I'm trying to code this theme but jCarousel is giving me troubles, i don't know why.

They say "After jCarousel has been initialised, the fully created markup in the DOM is:"


<div class="jcarousel-skin-name">
  <div class="jcarousel-container">
    <div disabled="disabled" class="jcarousel-prev jcarousel-prev-disabled"></div>
    <div class="jcarousel-next"></div>
    <div class="jcarousel-clip">
      <ul class="jcarousel-list">
        <li class="jcarousel-item-1">First item</li>
        <li class="jcarousel-item-2">Second item</li>
      </ul>
    </div>
  </div>
</div>



the markup and css are valid. I'm so stuck here... i've been reading for about 3 hours and i can't make it work, I just want to slide the content of the banner right to left or viceversa.-

Here is my example link: http://ivorpad.s3.amazonaws.com/example/index2.html

HTML Source Code:
view-source:http://ivorpad.s3.amazonaws.com/example/index2.html

CSS Source Code:
http://ivorpad.s3.amazonaws.com/example/css/main.css

Plugin website:
http://sorgalla.com/projects/jcarousel/

Thanks.-