diff --git a/colorbox/README b/colorbox/README
new file mode 100755
index 0000000..9ae031d
--- /dev/null
+++ b/colorbox/README
@@ -0,0 +1,207 @@
+DEMONSTRATION AND INSTRUCTIONS/API:
+----------------------------------------------------------------------------------------------------------
+http://colorpowered.com/colorbox/
+
+
+HELP:
+----------------------------------------------------------------------------------------------------------
+Visit the ColorBox mailing list if you have any questions or problems.
+http://groups.google.com/group/colorbox/topics
+
+
+RELEASE NOTES:
+----------------------------------------------------------------------------------------------------------
+
+Version 1.2.6 - July 15 2009
+Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
+* Fixed a bug with fixed width/height images in Opera 9.64.
+* Fixed a bug with trying to set a value for rel during a direct call to ColorBox.
+ Example: $.fn.colorbox({rel:'foo', open:true});
+* Changed how href/rel/title settings are determined to avoid users having to manually update ColorBox
+ settings if they use JavaScript to update any of those attributes, after ColorBox has been defined.
+* Fixed a FF3 bug where the back button was disabled after closing an iframe.
+
+
+Version 1.2.5 - June 23 2009
+Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
+* Changed the point at which iframe srcs are set (to eliminate the need to refresh the iframe once it has
+ been added to the DOM).
+* Removed unnecessary return values for a very slight code reduction.
+
+
+Version 1.2.4 - June 9 2009
+Files Changed: jquery.colorbox.js, jquery.colorbox-min.js
+* Fixed an issue where ColorBox may not close completely if it is closed during a transition animation.
+* Minor code reduction.
+
+
+Version 1.2.3 - June 4 2009
+* Fixed a png transparency stacking issue in IE.
+* More accurate Ajax auto-sizing if the user was depending on the #cboxLoadedContent ID for CSS styling.
+* Added a public function for returning the current html element that ColorBox is associated with.
+ Example use: var that = $.fn.colorbox.element();
+* Added bicubic scaling for resized images in the original IE7.
+* Removed the IE6 stylesheet and png files from Example 3. It now uses the same png file for the controls
+ that the rest of the browsers use (an alpha transparency PNG8). This example now only has 2 graphics
+ files and 1 stylesheet.
+
+
+Version 1.2.2 - May 28 2009
+* Fixed an issue with the 'resize' option.
+
+
+Version 1.2.1 - May 28 2009
+* Note: If you are upgrading, update your jquery.colorbox.js and colorbox.css files.
+* Added photo resizing.
+* Added a maximum width and maximum height. Example: {height:800, maxHeight:'100%'}, would allow the box
+ to be a maximum potential height of 800px, instead of a fixed height of 800px. With maxHeight of 100%
+ the height of ColorBox cannot exceed the height of the browser window.
+* Added 'rel' setting to add the ability to set an alternative rel for any ColorBox call. This allows the
+ user to group any combination of elements together for a gallery, or to override an existing rel.
+ attribute so those element are not grouped together, without having to alter their rel in the HTML.
+* Added a 'photo' setting to force ColorBox to display a link as a photo. Use this when automatic photo detection
+ fails (such as using a url like 'photo.php' instead of 'photo.jpg', 'photo.jpg#1', or 'photo.jpg?pic=1')
+* Removed the need to ever create disposable elements to call colorbox on. ColorBox can now be called
+ directly, without being associated with any existing element, by using the following format:
+ $.fn.colorbox({open:true, href:'yourLink.xxx'});
+* ColorBox settings are now persistent and unique for each element. This allows for extremely flexible
+ options for individual elements. You could use this to create a gallery in which each page in the gallery
+ has different settings. One could be a photo with a fade transition, next could be an inline element
+ with an elastic transition with a set width and height, etc.
+* For user callbacks, 'this' now refers to the element colorbox was opened from.
+* Fixed a minor grouping issue with IE6, when transition type is set to 'none'.
+* Added an Adobe Illustrator file that contains the borders and buttons used in the various examples.
+
+
+Version 1.2 - May 13 2009
+* Note: If you are upgrading from a previous version of ColorBox, see the UPGRADE file.
+
+* Added a slideshow feature.
+* Added re-positioning on browser resize. If the browser is resized, ColorBox will recenter itself onscreen.
+* Added hooks for key events: cbox_open, cbox_load, cbox_complete, cbox_closed.
+ Example of using the hooks to build a primitive sideshow:
+ $().bind('cbox_complete', function(){
+ setTimeout($.fn.colorbox.next, 1500);
+ });
+* Fixed an IE transparency-stacking problem, where transparent PNGs would show through to the background
+ overlay.
+* Fixed an IE iframe issue where the ifame might shift up and to the left under certain circumstances.
+* Fixed an IE6 bug where the loading overlay was not at full height.
+* Removed the delay in switching between same-sized gallery content when using transitions.
+* Changed how iframes are loaded to make it more compatible with iframed pages that use DOM dependent
+ JavaScript.
+* Changed how the JS is structured to be better organized and increase compression. Increased documentation.
+* Changed CSS :hover states to a .hover class. This sidesteps a minor IE8 bug with css hover states and
+ allows easier access to hover state user styles from the JavaScript.
+* Changed: elements added to the DOM have new ID's. The naming is more consistent and less likely to cause
+ conflicts with existing website stylesheets. All stylesheets have been updated.
+* Changed the behavior for prev/next links so that ColorBox does not get hung up on broken links. A visitor
+ can now skip through broken or long-loading links by clicking prev/next buttons.
+* Changed the naming of variables in the parameter map to be more concise and intuitive.
+* Removed colorbox.css. Combined the colorbox.css styles with jquery.colorbox.js:
+ the css file was not large enough to warrant being a separate file.
+
+
+Version 1.1.6 - April 28 2009
+* Prevented the default action of the next & previous anchors and the left and right keys for gallery mode.
+* Fixed a bug where the title element was being added back to the DOM when closing ColorBox while using
+ inline content.
+* Fixed a bug where IE7 would crash for example 2.
+* Smaller filesize: removed a small amount of unused code and rewrote the HTML injection with less syntax.
+* Added a public method for closing ColorBox: $.fn.colorbox.close(). This will allow iframe users to
+ add an event to close ColorBox without having to create an additional function.
+
+
+Version 1.1.5 - April 11 2009
+* Fixed minor issues with exiting ColorBox.
+
+
+Version 1.1.4 - April 08 2009
+* Fixed a bug in the fade transition where ColorBox not close completely if instructed to close during the
+ fade-in portion of the transition.
+
+
+Version 1.1.3 - April 06 2009
+* Fixed an IE6&7 issue with using ColorBox to display animated GIFs.
+
+
+Version 1.1.2 - April 05 2009
+* Added ability to change content when ColorBox is already open.
+* Added vertical photo centering now works for all browsers (this feature previously excluded IE6&7).
+* Added namespacing to the esc-key keydown event for people who want to disable it: "keydown.colorClose"
+* Added 'title' setting to add the ability to set an alternative title for any ColorBox call.
+* Fixed rollover navigation issue with IE8. (Added JS-based rollover state due to a browser-bug.)
+* Fixed an overflow issue for when the fixed width/height is smaller than the size of a photo.
+* Fixed a bug in the fade transition where the border would still come up if ColorBox was
+ closed mid-transition.
+* Switch from JSMin to Yui Compressor for minification. Minified code now under 7KB.
+
+
+Version 1.1.1 - March 31 2009
+* More robust image detection regex. Now detects image file types with url fragments and/or query strings.
+* Added 'nofollow' exception to rel grouping.
+* Changed how images are loaded into the DOM to prevent premature size calculation by ColorBox.
+* Added timestamp to iframe name to prevent caching - this was a problem in some browsers if the user had
+ multiple iframes and the visitor left the page and came back, or if they refreshed the page.
+
+
+Version 1.1.0 - March 21 2009
+ Major Changes:
+* Animation is now much smoother and less resource intensive.
+* Added support for % sizing.
+* Callback option added.
+* Inline content now preserves JavaScript events, and changes made while ColorBox is open are also preserved.
+* Added 'href' setting to add the ability to set an alternative href for any anchor, or to assign the
+ ColorBox event to non-anchors.
+ Example: $('button').colorbox({'href':'process.php'})
+ Example: $('a[href='http://msn.com']).colorbox({'href':'http://google.com', iframe:true});
+
+ Minor Changes:
+* Photos are now horizontally centered if they are smaller than the lightbox size. Also vertically centered
+ for browsers newer than IE7.
+* Buttons in the examples are now included in the 'protected zone'. The lightbox will never expand it's
+ borders or buttons beyond an accessible area of the screen.
+* Keypress events don't queue up by holding down the arrow keys.
+* Added option to close ColorBox by clicking on the background overlay.
+* Added 'none' transition setting.
+* Changed 'contentIframe' and 'contentInline' to 'inline' and 'iframe'. Removed 'contentAjax' because it
+ is automatically assumed for non-image file types.
+* Changed 'contentWidth' and 'contentHeight' to 'fixedWidth' and 'fixedHeight'. These sizes now reflect
+ the total size of the lightbox, not just the inner content. This is so users can accurately anticipate
+ % sizes without fear of creating scrollbars.
+* Clicking on a photo will now switch to the next photo in a set.
+* Loading.gif is more stable in it's position.
+* Added a minified version.
+* Code passes JSLint.
+
+
+Version 1.0.5 - March 11 2009
+* Redo: Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than
+ the document dimensions.
+
+
+Version 1.0.4 - March 10 2009
+* Added an option to allow users to automatically open the lightbox.
+ Example usage: $(".colorbox").colorbox({open:true});
+* Fixed a bug where IE would cut off the bottom portion of a photo,
+ if the photo was larger than the document dimensions.
+
+
+Version 1.0.3 - March 09 2009
+* Fixed vertical centering for Safari 3.0.x.
+
+
+Version 1.0.2 - March 06 2009
+* Corrected a typo.
+* Changed the content-type check so that it does not assume all links to photos should actually
+ display photos. This allows for Ajax/inline/and iframe calls on anchors linking to picture file types.
+
+
+Version 1.0.1 - March 05 2009
+* Fixed keydown events (esc, left arrow, right arrow) for Webkit browsers.
+
+
+Version 1.0 - March 03 2009
+* First release
+
+
diff --git a/colorbox/colorbox.ai b/colorbox/colorbox.ai
new file mode 100755
index 0000000..cfc16f4
--- /dev/null
+++ b/colorbox/colorbox.ai
@@ -0,0 +1,1692 @@
+%PDF-1.4
%
+1 0 obj
<>
endobj
2 0 obj
<>stream
+
+
+
+
+ application/vnd.adobe.illustrator
+
+
+ colorbox
+
+
+
+
+ Adobe Illustrator CS4
+ 2009-05-27T04:22:39-04:00
+ 2009-05-27T04:22:39-04:00
+ 2009-05-27T04:22:39-04:00
+
+
+
+ 256
+ 172
+ JPEG
+ /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgArAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A8xa3req65qtzq2rXMl5q
F5IZbi4lJZmZjXv0A6ADYDYYqgcVdirsVdirsVdir27/AJxE1vVbT827XTLe5kTT9Rt7kXlqCfTk
MULSIxXpyVkFG69R3xV9zYq7FXYqgr7U4rQEvsoYIzUJ+IioWg8fHFV7XyLFzaiMCQ4ZgFXiKsS3
hTFVlrqttPGZI3WVACQ8ZqCVIBXfodxirUOq28k5hEsTyqQskSNV1JIG47ippXFUdirwH8//APnI
jzP+W3nGz0PStNsry3udOjvnluhLzDyTzRFR6boONIR2xVg9r/zll+cF3bpcW3lKwlgkFY5FS5II
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
+
+
+
+
+
+ default
+ uuid:65E6390686CF11DBA6E2D887CEACB407
+ xmp.did:8BC7D877974ADE11BCECCFF09938C3CC
+ uuid:527c7903-98ee-4fca-b905-f0c704322f18
+
+
+
+ converted
+ from application/pdf to <unknown>
+
+
+ saved
+ xmp.iid:D47F11740720681191099C3B601C4548
+ 2008-04-17T14:19:21+05:30
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ converted
+ from application/pdf to <unknown>
+
+
+ converted
+ from application/pdf to <unknown>
+
+
+ saved
+ xmp.iid:FD7F11740720681197C1BF14D1759E83
+ 2008-05-16T17:01:20-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ saved
+ xmp.iid:F77F117407206811BC18AC99CBA78E83
+ 2008-05-19T18:10:15-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ converted
+ from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator
+
+
+ saved
+ xmp.iid:FB7F117407206811B628E3BF27C8C41B
+ 2008-05-22T14:26:44-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ converted
+ from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator
+
+
+ saved
+ xmp.iid:08C3BD25102DDD1181B594070CEB88D9
+ 2008-05-28T16:51:46-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ converted
+ from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator
+
+
+ saved
+ xmp.iid:F77F11740720681192B0DFFC927805D7
+ 2008-05-30T21:26:38-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ converted
+ from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator
+
+
+ saved
+ xmp.iid:F87F11740720681192B0DFFC927805D7
+ 2008-05-30T21:27-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ converted
+ from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator
+
+
+ saved
+ xmp.iid:F97F1174072068119098B097FDA39BEF
+ 2008-06-02T13:26:10-07:00
+ Adobe Illustrator CS4
+
+
+ /
+
+
+
+
+ saved
+ xmp.iid:8BC7D877974ADE11BCECCFF09938C3CC
+ 2009-05-27T04:22:07-04:00
+ Adobe Illustrator CS4
+ /
+
+
+
+
+ uuid:32300939-b1c4-8440-b812-b255b7b0d326
+ xmp.did:F97F1174072068119098B097FDA39BEF
+ uuid:65E6390686CF11DBA6E2D887CEACB407
+ proof:pdf
+
+
+
+ Web
+ Document
+
+
+ 1
+ True
+ False
+
+ 1024.000000
+ 768.000000
+ Pixels
+
+
+
+
+ Tahoma-Bold
+ Tahoma
+ Bold
+ Open Type
+ Version 3.15
+ False
+ tahomabd.TTF
+
+
+
+
+
+ Cyan
+ Magenta
+ Yellow
+ Black
+
+
+
+
+
+ Default Swatch Group
+ 0
+
+
+
+ White
+ RGB
+ PROCESS
+ 255
+ 255
+ 255
+
+
+ Black
+ RGB
+ PROCESS
+ 0
+ 0
+ 0
+
+
+ RGB Red
+ RGB
+ PROCESS
+ 255
+ 0
+ 0
+
+
+ RGB Yellow
+ RGB
+ PROCESS
+ 255
+ 255
+ 0
+
+
+ RGB Green
+ RGB
+ PROCESS
+ 0
+ 255
+ 0
+
+
+ RGB Cyan
+ RGB
+ PROCESS
+ 0
+ 255
+ 255
+
+
+ RGB Blue
+ RGB
+ PROCESS
+ 0
+ 0
+ 255
+
+
+ RGB Magenta
+ RGB
+ PROCESS
+ 255
+ 0
+ 255
+
+
+ R=193 G=39 B=45
+ RGB
+ PROCESS
+ 193
+ 39
+ 45
+
+
+ R=237 G=28 B=36
+ RGB
+ PROCESS
+ 237
+ 28
+ 36
+
+
+ R=241 G=90 B=36
+ RGB
+ PROCESS
+ 241
+ 90
+ 36
+
+
+ R=247 G=147 B=30
+ RGB
+ PROCESS
+ 247
+ 147
+ 30
+
+
+ R=251 G=176 B=59
+ RGB
+ PROCESS
+ 251
+ 176
+ 59
+
+
+ R=252 G=238 B=33
+ RGB
+ PROCESS
+ 252
+ 238
+ 33
+
+
+ R=217 G=224 B=33
+ RGB
+ PROCESS
+ 217
+ 224
+ 33
+
+
+ R=140 G=198 B=63
+ RGB
+ PROCESS
+ 140
+ 198
+ 63
+
+
+ R=57 G=181 B=74
+ RGB
+ PROCESS
+ 57
+ 181
+ 74
+
+
+ R=0 G=146 B=69
+ RGB
+ PROCESS
+ 0
+ 146
+ 69
+
+
+ R=0 G=104 B=55
+ RGB
+ PROCESS
+ 0
+ 104
+ 55
+
+
+ R=34 G=181 B=115
+ RGB
+ PROCESS
+ 34
+ 181
+ 115
+
+
+ R=0 G=169 B=157
+ RGB
+ PROCESS
+ 0
+ 169
+ 157
+
+
+ R=41 G=171 B=226
+ RGB
+ PROCESS
+ 41
+ 171
+ 226
+
+
+ R=0 G=113 B=188
+ RGB
+ PROCESS
+ 0
+ 113
+ 188
+
+
+ R=46 G=49 B=146
+ RGB
+ PROCESS
+ 46
+ 49
+ 146
+
+
+ R=27 G=20 B=100
+ RGB
+ PROCESS
+ 27
+ 20
+ 100
+
+
+ R=102 G=45 B=145
+ RGB
+ PROCESS
+ 102
+ 45
+ 145
+
+
+ R=147 G=39 B=143
+ RGB
+ PROCESS
+ 147
+ 39
+ 143
+
+
+ R=158 G=0 B=93
+ RGB
+ PROCESS
+ 158
+ 0
+ 93
+
+
+ R=212 G=20 B=90
+ RGB
+ PROCESS
+ 212
+ 20
+ 90
+
+
+ R=237 G=30 B=121
+ RGB
+ PROCESS
+ 237
+ 30
+ 121
+
+
+ R=199 G=178 B=153
+ RGB
+ PROCESS
+ 199
+ 178
+ 153
+
+
+ R=153 G=134 B=117
+ RGB
+ PROCESS
+ 153
+ 134
+ 117
+
+
+ R=115 G=99 B=87
+ RGB
+ PROCESS
+ 115
+ 99
+ 87
+
+
+ R=83 G=71 B=65
+ RGB
+ PROCESS
+ 83
+ 71
+ 65
+
+
+ R=198 G=156 B=109
+ RGB
+ PROCESS
+ 198
+ 156
+ 109
+
+
+ R=166 G=124 B=82
+ RGB
+ PROCESS
+ 166
+ 124
+ 82
+
+
+ R=140 G=98 B=57
+ RGB
+ PROCESS
+ 140
+ 98
+ 57
+
+
+ R=117 G=76 B=36
+ RGB
+ PROCESS
+ 117
+ 76
+ 36
+
+
+ R=96 G=56 B=19
+ RGB
+ PROCESS
+ 96
+ 56
+ 19
+
+
+ R=66 G=33 B=11
+ RGB
+ PROCESS
+ 66
+ 33
+ 11
+
+
+
+
+
+ Grays
+ 1
+
+
+
+ R=0 G=0 B=0
+ RGB
+ PROCESS
+ 0
+ 0
+ 0
+
+
+ R=26 G=26 B=26
+ RGB
+ PROCESS
+ 26
+ 26
+ 26
+
+
+ R=51 G=51 B=51
+ RGB
+ PROCESS
+ 51
+ 51
+ 51
+
+
+ R=77 G=77 B=77
+ RGB
+ PROCESS
+ 77
+ 77
+ 77
+
+
+ R=102 G=102 B=102
+ RGB
+ PROCESS
+ 102
+ 102
+ 102
+
+
+ R=128 G=128 B=128
+ RGB
+ PROCESS
+ 128
+ 128
+ 128
+
+
+ R=153 G=153 B=153
+ RGB
+ PROCESS
+ 153
+ 153
+ 153
+
+
+ R=179 G=179 B=179
+ RGB
+ PROCESS
+ 179
+ 179
+ 179
+
+
+ R=204 G=204 B=204
+ RGB
+ PROCESS
+ 204
+ 204
+ 204
+
+
+ R=230 G=230 B=230
+ RGB
+ PROCESS
+ 230
+ 230
+ 230
+
+
+ R=242 G=242 B=242
+ RGB
+ PROCESS
+ 242
+ 242
+ 242
+
+
+
+
+
+ Web Color Group
+ 1
+
+
+
+ R=63 G=169 B=245
+ RGB
+ PROCESS
+ 63
+ 169
+ 245
+
+
+ R=122 G=201 B=67
+ RGB
+ PROCESS
+ 122
+ 201
+ 67
+
+
+ R=255 G=147 B=30
+ RGB
+ PROCESS
+ 255
+ 147
+ 30
+
+
+ R=255 G=29 B=37
+ RGB
+ PROCESS
+ 255
+ 29
+ 37
+
+
+ R=255 G=123 B=172
+ RGB
+ PROCESS
+ 255
+ 123
+ 172
+
+
+ R=189 G=204 B=212
+ RGB
+ PROCESS
+ 189
+ 204
+ 212
+
+
+
+
+
+
+
+
+ Adobe PDF library 9.00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+endstream
endobj
3 0 obj
<>
endobj
6 0 obj
<>/Resources<>/XObject<>>>/Thumb 12 0 R/TrimBox[0.0 0.0 1024.0 768.0]/Type/Page>>
endobj
7 0 obj
<>stream
+H-0aS' Ƌv,$<=FCb8A-F{(V(\E3>IGIykFS>