(function($){ $.fn.carousel = function(options) { var defaults = { total : 10, visible : 3, carousel : ".carousel", next : "cc-next", previous : "cc-previous", speed : "fast", easing : "swing", scrollid : "cc-scroll-", step : 100, speed : "fast", viewheight: 500, easing : "swing" } var options = $.extend(defaults, options); var $_height = $(this).height(); var $_max = $_height - options.viewheight; $(this).css({position: "absolute"}); $(this).wrap($('