--- jcarousel.module-orig 2009-05-14 03:32:21.000000000 -0600 +++ jcarousel.module 2009-05-14 03:07:35.000000000 -0600 @@ -94,6 +94,9 @@ function jcarousel_add($selector = NULL, // Hack for RTL support global $language; + if (($language->direction == LANGUAGE_RTL) && ($options['vertical'] != TRUE)) { + $options['rtl'] = TRUE; + } // Add jCarousel only if it hasn't been added yet. static $jcarousel_added = array();