jQuery(document).ready(function() {

    jQuery("#filmes").jcarousel({

        visible:1,

        scroll:1,

		animation: "slow",

		wrap: 'last',

		auto:8


       });

});