array( 'name' => t('Bar'), 'description' => t('The bottom bar skin for the Nivo Slider.'), 'thumb_support' => FALSE, 'resources' => array( 'css' => array( $library_path . '/themes/bar/bar.css', ), ), ), 'dark' => array( 'name' => t('Dark'), 'description' => t('A dark skin for the Nivo Slider.'), 'thumb_support' => TRUE, 'resources' => array( 'css' => array( $library_path . '/themes/dark/dark.css', ), ), ), 'default' => array( 'name' => t('Default'), 'description' => t('The default skin for the Nivo Slider.'), 'thumb_support' => TRUE, 'resources' => array( 'css' => array( $library_path . '/themes/default/default.css', ), ), ), 'light' => array( 'name' => t('Light'), 'description' => t('A light skin for the Nivo Slider.'), 'thumb_support' => TRUE, 'resources' => array( 'css' => array( $library_path . '/themes/light/light.css', ), ), ), ); }