diff --git a/includes/jcarousel.views.inc b/includes/jcarousel.views.inc
index 5af7daa..118e50d 100644
--- a/includes/jcarousel.views.inc
+++ b/includes/jcarousel.views.inc
@@ -193,7 +193,7 @@ function template_preprocess_jcarousel_view(&$variables) {
   $settings = jcarousel_views_add($view, $display_id);
 
   // Build the list of classes for the carousel.
-  $options = $view->style_options;
+  $options = $view->style_plugin->options;
   $variables['jcarousel_classes_array'] = array(
     'jcarousel',
     drupal_clean_css_identifier('jcarousel-view--' . $view->name . '--' . $display_id),
