=== Lightbox 2 ===
Contributors: Rupert Morris
Tags: AJAX, image, lightbox
Requires at least: 1.5
Tested up to: 2.3.1
Stable tag: 2.2.2

== Description ==

Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar ( http://www.huddletogether.com/projects/lightbox2/ )

== Installation ==

To do a new installation of the plugin, please follow these steps

1. Download the zipped plugin file to your local machine.
2. Unzip the file.
3. Upload the `stimuli-lightbox2` folder to the `/wp-content/plugins/` directory.
4. Activate the plugin through the 'Plugins' menu in WordPress.
5. For images you want lightboxed, edit the link from:
<a href="some_pic.jpg" title="puppies">
to:
<a href="some_pic.jpg" title="puppies" rel="lightbox[vacation]">
Note: The [vacation] part is optional, and assigns the image to a set. Other images in a set can be navigated to with the Prev and Next buttons in lightbox.

If you have already installed the plugin

1. De-activate the plugin.
2. Download the latest files.
2. Follow the new installation steps, minus steps 5 and 6.

== Frequently Asked Questions ==

Q: Why doesn't it work for me?

A: Either:
    
1) You have other plugins that conflict with stimuli-lightbox2. Disable your other plugins and see if that helps. If it does, re-enable each plugin, one at a time to see which one is causing the conflict.
    
2) Your Wordpress theme is conflicting with stimuli-lightbox2. Use the Default theme to see if that solves your problems. If it does, find a theme to your liking that does not break stimuli-lightbox2.