Description: Disable lightbox styles.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/ansel-3.0.10/config/styles.php
+++ b/ansel-3.0.10/config/styles.php
@@ -79,7 +79,7 @@
     'widgets' => $widgets
 );
 
-/* Polaoid style thumbnails and stacks */
+/* Polaroid style thumbnails and stacks */
 $styles['ansel_polaroid'] = array(
     'name' => 'ansel_polaroid',
     'title' => _("Polaroid Style Thumbnails (White Background)"),
@@ -88,50 +88,6 @@
     'widgets' => $widgets,
 );
 
-/* Lightbox image views */
-$styles['ansel_lightbox'] = array(
-    'name' => 'ansel_lightbox',
-    'title' => _("A Lightbox Inspired Style (White Background)"),
-    'thumbstyle' => 'Thumb',
-    'background' => 'white',
-    'gallery_view' => 'GalleryLightbox',
-    'widgets' => $widgets
-);
-
-/* Lightbox image views with no background
- * (requires PNG) */
-$styles['ansel_lightbox_png'] = array(
-    'name' => 'ansel_lightbox_png',
-    'title' => _("A Lightbox Inspired Style (No Background)"),
-    'thumbstyle' => 'Thumb',
-    'background' => 'none',
-    'gallery_view' => 'GalleryLightbox',
-    'widgets' => $widgets
-);
-
-/* Lightbox image views with no background and shadowed thumbs
- * (requires PNG) */
-$styles['ansel_lightbox_shadowed_png'] = array(
-    'name' => 'ansel_lightbox_shadowed_png',
-    'title' => _("A Lightbox Inspired Style (Drop Shadows, No Background)"),
-    'thumbstyle' => 'ShadowThumb',
-    'background' => 'none',
-    'gallery_view' => 'GalleryLightbox',
-    'widgets' => $widgets,
-    'fallback' => 'ansel_lightbox'
-);
-
-/* Same as above, but with Polaroid thumbnails/stacks
- * and no background (so required png support) */
-$styles['ansel_lightbox_polaroid'] = array(
-    'name' => 'ansel_lightbox_polaroid',
-    'title' => _("Lightbox with Polaroids (No Background)"),
-    'thumbstyle' => 'PolaroidThumb',
-    'background' => 'none',
-    'gallery_view' => 'GalleryLightbox',
-    'widgets' => $widgets
-);
-
 /* Simple styles with no Ansel_Widgets useful for rendering  on external sites
  * via the API. Note that some require PNG support, but fallback to ansel_simple
  * if no PNG support is found. You could also create your own simple style with
@@ -144,24 +100,6 @@
     'background' => 'none'
 );
 
-/* An API friendly lightbox style */
-$styles['ansel_lightbox_simple'] = array(
-    'name' => 'ansel_lightbox_simple',
-    'title' => _("Simple Lightbox"),
-    'thumbstyle' => 'Thumb',
-    'background' => 'none',
-    'gallery_view' => 'GalleryLightbox'
-);
-
-/* Same as above, but with polaroid thumbnails */
-$styles['ansel_lightbox_simple_polaroid'] = array(
-    'name' => 'ansel_lightbox_polaroid',
-    'title' => _("Lightbox with Polaroids (No Background)"),
-    'thumbstyle' => 'PolaroidThumb',
-    'background' => 'none',
-    'gallery_view' => 'GalleryLightbox'
-);
-
 /* Style for specifying mobile specific views. Ansel looks for this
  * style when rendering on a mobile device.
  */
