@@ -244,9 +380,9 @@
-
+
-
+
@@ -444,16 +580,16 @@
-
+
-
+
-
+
-
+
@@ -525,20 +661,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -553,13 +675,6 @@
-
-
-
-
-
-
-
@@ -581,13 +696,6 @@
-
-
-
-
-
-
-
@@ -616,9 +724,9 @@
-
+
-
+
@@ -630,9 +738,110 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/Slides-SlidesJS-1/.gitignore b/Slides-SlidesJS-1/.gitignore
new file mode 100644
index 00000000..c96066d3
--- /dev/null
+++ b/Slides-SlidesJS-1/.gitignore
@@ -0,0 +1 @@
+/.DS_Store
\ No newline at end of file
diff --git a/Slides-SlidesJS-1/README.textile b/Slides-SlidesJS-1/README.textile
new file mode 100644
index 00000000..e61e4e95
--- /dev/null
+++ b/Slides-SlidesJS-1/README.textile
@@ -0,0 +1,112 @@
+h1. Slides, A Slideshow Plugin for jQuery
+
+Slides is a crazy simple slideshow plugin for jQuery. With features like looping, auto play, fade or slide transition effects, crossfading, image preloading, and auto generated pagination.
+
+With Slides you'll never see multiple slides fly by. Slides elegantly just slides from one slide to the next. Awesome.
+
+Check out "http://slidesjs.com/":http://slidesjs.com/ for full instructions and examples.
+
+Give it a try and if you have a question or find a bug hit me up at GitHub or shoot me an email..
+
+Slides is compatible with all modern web browsers including; Internet Explorer 7/8/9, Firefox 3+, Chrome, Safari and Mobile Safari. And it'll even work in our old friend IE6.
+
+h2. Info
+
+Developed by "Nathan Searles":mailto:nsearles@gmail.com, "http://nathansearles.com":http://nathansearles.com
+
+For updates, follow Nathan Searles on "Twitter":http://twitter.com/nathansearles
+
+Slides is licensed under the "Apache license":http://www.apache.org/licenses/LICENSE-2.0.
+
+h2. Examples and Instructions
+
+These examples are also included in the download.
+
+* "http://slidesjs.com/":http://slidesjs.com/
+* "Images with captions":http://slidesjs.com/examples/images-with-captions/
+* "Linking":http://slidesjs.com/examples/linking/
+* "Product":http://slidesjs.com/examples/product/
+* "Multiple slideshows":http://slidesjs.com/examples/multiple/
+* "Simple (unstyled)":http://slidesjs.com/examples/simple/
+* "Standard":http://slidesjs.com/examples/standard/
+
+h2. Changelog
+
+* 1.2.0
+** New: Added support for jQuery 1.9.x. Dropped support for jQuery versions below 1.7.
+
+* 1.1.8
+** Fixed: bug with preloading image and starting at slide other then the first
+
+* 1.1.7
+** Added currentClass default, thanks arronmabrey!
+
+* 1.1.6
+** Fixed: bug with slidesLoaded function
+
+* 1.1.5
+** New: option called slidesLoaded, a function that is called when Slides is fully loaded
+
+* 1.1.4
+** Fixed: Minor bug with loading image not being removed
+** Added: animationStart() now gets passed the current slide number
+** Updated: Examples now use jQuery 1.5.1
+
+* 1.1.3
+** New: Support for jQuery's easing plugin
+*** Added: fadeEasing and slideEasing defaults
+** Cleaned up JavaScript using http://jshint.com
+** Fixed: Minor bug with hoverPause
+
+* 1.1.2
+** Changed: Width and Height is set in the CSS rather then the JavaScript
+** New: Added some helpful comments to example CSS
+** Fixed: Flash of slide content in IE
+** Updated: Better loading structure
+
+* 1.1.1
+** New: Width and height is now a required attribute
+*** This fixes numerous issues with blank slides and height
+** New: Rewrote image loading
+*** Now supports multiple parent elements
+*** Fixed other minor bugs
+** Fixed: Images should no longer flicker in IE
+
+* 1.1.0
+** Fixed: Issue with images and captions example in IE6/7
+
+* 1.0.9
+** Fixed: Using fade effect, crossfade and autoheight now works properly
+
+* 1.0.8
+** Fixed: IE6/7 JavaScript error related to the pagination
+
+* 1.0.7
+** New: Link to a slide from a slide. Check out /examples/Linking/ in the download
+** New: Deeplinking example added. Check out /examples/Linking/ in the download
+** Changed: Pagination no longer uses rel attribute, it now just uses href with hash
+
+* 1.0.6
+** Changed: Pagination now targets the rel attribute versus using :eq()
+
+* 1.0.5
+** New: Current slide number passed to animationComplete()
+
+* 1.0.4
+** Fixed: start option bug
+** New: error correction for start option
+
+* 1.0.3
+** Fixed: bugs related to auto height
+** New: animationStart() and animationComplete() added
+
+* 1.0.2
+** Fixed: bug with static pagination
+
+* 1.0.1
+** New: boolean to auto generated Next/Prev buttons
+** Width attribute is no longer set for main element
+** Fixed: pagination bug, it was set to false, should be true by default
+
+* 1.0
+** Initial release
diff --git a/Slides-SlidesJS-1/examples/Carousel/index.html b/Slides-SlidesJS-1/examples/Carousel/index.html
new file mode 100644
index 00000000..d701c7f8
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Carousel/index.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Item One
+
+
+ Item Two
+
+
+ Item Three
+
+
+
+
+
+ Item Four
+
+
+ Item Five
+
+
+ Item Six
+
+
+
+
+
+ Item Seven
+
+
+ Item Eight
+
+
+
+
+
+
+
diff --git a/Slides-SlidesJS-1/examples/Carousel/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/Carousel/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Carousel/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))}})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;f>i;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),void 0!==b&&b(f,g),f.remove()})}})}})(jQuery);
diff --git a/Slides-SlidesJS-1/examples/Linking/css/global.css b/Slides-SlidesJS-1/examples/Linking/css/global.css
new file mode 100644
index 00000000..d67cba55
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Linking/css/global.css
@@ -0,0 +1,185 @@
+/*
+ Resets defualt browser settings
+ reset.css
+*/
+html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
+:focus { outline:0; }
+a:active { outline:none; }
+body { line-height:1; color:black; background:white; }
+ol,ul { list-style:none; }
+table { border-collapse:separate; border-spacing:0; }
+caption,th,td { text-align:left; font-weight:normal; }
+blockquote:before,blockquote:after,q:before,q:after { content:""; }
+blockquote,q { quotes:"" ""; }
+
+/*
+ Page Style
+*/
+body {
+ font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
+ letter-spacing:0;
+ color:#434343;
+ background:#efefef url(../img/background.png) repeat top center;
+ padding:20px 0;
+ position:relative;
+ text-shadow:0 1px 0 rgba(255,255,255,.8);
+ -webkit-font-smoothing: subpixel-antialiased;
+}
+
+#container {
+ width:580px;
+ padding:10px;
+ margin:0 auto;
+ position:relative;
+ z-index:0;
+}
+
+#frame {
+ position:absolute;
+ z-index:0;
+ width:739px;
+ height:341px;
+ top:-3px;
+ left:-80px;
+}
+
+#example {
+ width:600px;
+ height:350px;
+ position:relative;
+}
+
+/*
+ Slideshow style
+*/
+
+#slides {
+ position:absolute;
+ top:15px;
+ left:4px;
+ z-index:100;
+}
+
+/*
+ Slides container
+ Important:
+ Set the width of your slides container
+ If height not specified height will be set by the slide content
+ Set to display none, prevents content flash
+*/
+
+.slides_container {
+ width:570px;
+ height:270px;
+ overflow:hidden;
+ position:relative;
+ display:none;
+}
+
+/*
+ Each slide
+ Important:
+ Set the width of your slides
+ Offeset for the 20px of padding
+ If height not specified height will be set by the slide content
+ Set to display block
+*/
+
+#slides .slide {
+ padding:20px;
+ width:530px;
+ height:230px;
+ display:block;
+}
+
+/*
+ Next/prev buttons
+*/
+#slides .next,#slides .prev {
+ position:absolute;
+ top:107px;
+ left:-39px;
+ width:24px;
+ height:43px;
+ display:block;
+ z-index:101;
+}
+
+#slides .next {
+ left:585px;
+}
+
+/*
+ Pagination
+*/
+
+.pagination {
+ margin:26px auto 0;
+ width:100px;
+}
+
+.pagination li {
+ float:left;
+ margin:0 1px;
+ list-style:none;
+}
+
+.pagination li a {
+ display:block;
+ width:12px;
+ height:0;
+ padding-top:12px;
+ background-image:url(../img/pagination.png);
+ background-position:0 0;
+ float:left;
+ overflow:hidden;
+}
+
+.pagination li.current a {
+ background-position:0 -12px;
+}
+
+/*
+ Footer
+*/
+
+#footer {
+ text-align:center;
+ width:580px;
+ margin-top:9px;
+ padding:4.5px 0 18px;
+ border-top:1px solid #dfdfdf;
+}
+
+#footer p {
+ margin:4.5px 0;
+ font-size:1.0em;
+}
+
+/*
+ Type and anchors
+*/
+
+a:link,a:visited {
+ color:#599100;
+ text-decoration:none;
+}
+
+a:hover,a:active {
+ color:#599100;
+ text-decoration:underline;
+}
+
+h1 {
+ font-size:2em;
+}
+
+p {
+ font-size:1.3em;
+}
+
+#slides .link {
+ display:block;
+ margin-top:10px;
+ font-weight:800;
+}
\ No newline at end of file
diff --git a/Slides-SlidesJS-1/examples/Linking/img/arrow-next.png b/Slides-SlidesJS-1/examples/Linking/img/arrow-next.png
new file mode 100644
index 00000000..1a4f72c6
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/arrow-next.png differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/arrow-prev.png b/Slides-SlidesJS-1/examples/Linking/img/arrow-prev.png
new file mode 100644
index 00000000..8211eba1
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/arrow-prev.png differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/background.png b/Slides-SlidesJS-1/examples/Linking/img/background.png
new file mode 100644
index 00000000..ef85aca5
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/background.png differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/example-frame.png b/Slides-SlidesJS-1/examples/Linking/img/example-frame.png
new file mode 100644
index 00000000..31f2fe1c
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/example-frame.png differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/loading.gif b/Slides-SlidesJS-1/examples/Linking/img/loading.gif
new file mode 100644
index 00000000..cccb0fc9
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/loading.gif differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/new-ribbon.png b/Slides-SlidesJS-1/examples/Linking/img/new-ribbon.png
new file mode 100644
index 00000000..ef85f5ce
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/new-ribbon.png differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/pagination.png b/Slides-SlidesJS-1/examples/Linking/img/pagination.png
new file mode 100644
index 00000000..4dc46107
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/pagination.png differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-1.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-1.jpg
new file mode 100644
index 00000000..410ce740
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-1.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-2.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-2.jpg
new file mode 100644
index 00000000..5a8bf358
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-2.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-3.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-3.jpg
new file mode 100644
index 00000000..533604de
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-3.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-4.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-4.jpg
new file mode 100644
index 00000000..8e5daeb3
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-4.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-5.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-5.jpg
new file mode 100644
index 00000000..5e875012
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-5.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-6.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-6.jpg
new file mode 100644
index 00000000..5a3d04fa
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-6.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide-7.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide-7.jpg
new file mode 100644
index 00000000..29c3156e
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide-7.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/img/slide.jpg b/Slides-SlidesJS-1/examples/Linking/img/slide.jpg
new file mode 100644
index 00000000..7a747a74
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Linking/img/slide.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Linking/index.html b/Slides-SlidesJS-1/examples/Linking/index.html
new file mode 100644
index 00000000..0e566e74
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Linking/index.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
First Slide
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
+
+
diff --git a/Slides-SlidesJS-1/examples/Linking/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/Linking/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Linking/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))}})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;f>i;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),void 0!==b&&b(f,g),f.remove()})}})}})(jQuery);
diff --git a/Slides-SlidesJS-1/examples/Product/.DS_Store b/Slides-SlidesJS-1/examples/Product/.DS_Store
new file mode 100644
index 00000000..a52c0447
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/.DS_Store differ
diff --git a/Slides-SlidesJS-1/examples/Product/css/global.css b/Slides-SlidesJS-1/examples/Product/css/global.css
new file mode 100755
index 00000000..f7c172e3
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Product/css/global.css
@@ -0,0 +1,171 @@
+/*
+ Resets defualt browser settings
+ reset.css
+*/
+html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
+:focus { outline:0; }
+a:active { outline:none; }
+body { line-height:1; color:black; background:white; }
+ol,ul { list-style:none; }
+table { border-collapse:separate; border-spacing:0; }
+caption,th,td { text-align:left; font-weight:normal; }
+blockquote:before,blockquote:after,q:before,q:after { content:""; }
+blockquote,q { quotes:"" ""; }
+
+/*
+ Page style
+*/
+body {
+ font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
+ letter-spacing:0;
+ color:#434343;
+ background:#efefef url(../img/background.png) repeat top center;
+ padding:20px 0;
+ position:relative;
+ text-shadow:0 1px 0 rgba(255,255,255,.8);
+ -webkit-font-smoothing: subpixel-antialiased;
+}
+
+#container {
+ width:580px;
+ padding:10px;
+ margin:0 auto;
+ position:relative;
+ z-index:0;
+}
+
+#products_example {
+ width:600px;
+ height:282px;
+ position:relative;
+}
+
+/*
+ Slideshow
+*/
+
+#products {
+ margin-left:26px;
+}
+
+/*
+ Slides container
+ Important:
+ Set the width of your slides container
+ Set to display none, prevents content flash
+*/
+
+#products .slides_container {
+ width:366px;
+ overflow:hidden;
+ float:left;
+ position:relative;
+ border:1px solid #dfdfdf;
+ display:none;
+}
+
+/*
+ Each slide
+ Important:
+ Set the width of your slides
+ If height not specified height will be set by the slide content
+ Set to display block
+*/
+
+.slides_container a {
+ width:366px;
+ height:274px;
+ display:block;
+}
+
+/*
+ Next/prev buttons
+*/
+
+#products .next,#products .prev {
+ position:absolute;
+ top:127px;
+ left:0;
+ width:21px;
+ height:0;
+ padding-top:21px;
+ overflow:hidden;
+ display:block;
+ z-index:101;
+}
+
+#products .prev {
+ background:url(../img/arrow-prev.png);
+}
+
+#products .next {
+ left:398px;
+ background:url(../img/arrow-next.png);
+}
+
+/*
+ Pagination
+*/
+
+#products .pagination {
+ background:#dfdfdf;
+ width:130px;
+ padding:5px 5px;
+ float:left;
+ margin-left:30px;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+}
+
+#products .pagination li {
+ float:left;
+ margin:2px 4px;
+ list-style:none;
+}
+
+#products .pagination li a {
+ display:block;
+ width:55px;
+ height:41px;
+ margin:1px;
+ float:left;
+ background:#f9f9f9;
+}
+
+#products .pagination li.current a {
+ border:1px solid #7f7f7f;
+ margin:0;
+}
+
+/*
+ Footer
+*/
+
+#footer {
+ clear:both;
+ text-align:center;
+ width:580px;
+ margin-top:9px;
+ padding:4.5px 0 18px;
+ border-top:1px solid #dfdfdf;
+}
+
+#footer p {
+ margin:4.5px 0;
+ font-size:1.0em;
+}
+
+/*
+ Anchors
+*/
+
+a:link,a:visited {
+ color:#599100;
+ text-decoration:none;
+}
+
+a:hover,a:active {
+ color:#599100;
+ text-decoration:underline;
+}
\ No newline at end of file
diff --git a/Slides-SlidesJS-1/examples/Product/img/.DS_Store b/Slides-SlidesJS-1/examples/Product/img/.DS_Store
new file mode 100644
index 00000000..5008ddfc
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/.DS_Store differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-1-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-1-2x.jpg
new file mode 100644
index 00000000..5dbcdf17
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-1-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-2-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-2-2x.jpg
new file mode 100644
index 00000000..a409d396
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-2-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-3-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-3-2x.jpg
new file mode 100644
index 00000000..46ac62d9
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-3-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-4-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-4-2x.jpg
new file mode 100644
index 00000000..f9598c5a
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-4-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-5-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-5-2x.jpg
new file mode 100644
index 00000000..0bea943c
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-5-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-6-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-6-2x.jpg
new file mode 100644
index 00000000..1255733c
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-6-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/1144953-p-2x.jpg b/Slides-SlidesJS-1/examples/Product/img/1144953-p-2x.jpg
new file mode 100644
index 00000000..235daf0a
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/1144953-p-2x.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/arrow-next.png b/Slides-SlidesJS-1/examples/Product/img/arrow-next.png
new file mode 100644
index 00000000..dcc46341
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/arrow-next.png differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/arrow-prev.png b/Slides-SlidesJS-1/examples/Product/img/arrow-prev.png
new file mode 100644
index 00000000..56f1d134
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/arrow-prev.png differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/background.png b/Slides-SlidesJS-1/examples/Product/img/background.png
new file mode 100755
index 00000000..ef85aca5
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/background.png differ
diff --git a/Slides-SlidesJS-1/examples/Product/img/loading.gif b/Slides-SlidesJS-1/examples/Product/img/loading.gif
new file mode 100755
index 00000000..cccb0fc9
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Product/img/loading.gif differ
diff --git a/Slides-SlidesJS-1/examples/Product/index.html b/Slides-SlidesJS-1/examples/Product/index.html
new file mode 100755
index 00000000..ed3e6a88
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Product/index.html
@@ -0,0 +1,57 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Slides-SlidesJS-1/examples/Product/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/Product/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Product/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))}})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;f>i;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),void 0!==b&&b(f,g),f.remove()})}})}})(jQuery);
diff --git a/Slides-SlidesJS-1/examples/Simple/index.html b/Slides-SlidesJS-1/examples/Simple/index.html
new file mode 100644
index 00000000..ea80b2c4
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Simple/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
Slide 1
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 2
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 3
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 4
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
+
+
diff --git a/Slides-SlidesJS-1/examples/Simple/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/Simple/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Simple/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))}})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;f>i;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),void 0!==b&&b(f,g),f.remove()})}})}})(jQuery);
diff --git a/Slides-SlidesJS-1/examples/Standard/css/global.css b/Slides-SlidesJS-1/examples/Standard/css/global.css
new file mode 100644
index 00000000..f77b6888
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Standard/css/global.css
@@ -0,0 +1,180 @@
+/*
+ Resets defualt browser settings
+ reset.css
+*/
+html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
+:focus { outline:0; }
+a:active { outline:none; }
+body { line-height:1; color:black; background:white; }
+ol,ul { list-style:none; }
+table { border-collapse:separate; border-spacing:0; }
+caption,th,td { text-align:left; font-weight:normal; }
+blockquote:before,blockquote:after,q:before,q:after { content:""; }
+blockquote,q { quotes:"" ""; }
+
+/*
+ Page style
+*/
+
+body {
+ font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
+ letter-spacing:0;
+ color:#434343;
+ background:#efefef url(../img/background.png) repeat top center;
+ padding:20px 0;
+ position:relative;
+ text-shadow:0 1px 0 rgba(255,255,255,.8);
+ -webkit-font-smoothing: subpixel-antialiased;
+}
+
+#container {
+ width:580px;
+ padding:10px;
+ margin:0 auto;
+ position:relative;
+ z-index:0;
+}
+
+#example {
+ width:600px;
+ height:350px;
+ position:relative;
+}
+
+#ribbon {
+ position:absolute;
+ top:-3px;
+ left:-15px;
+ z-index:500;
+}
+
+#frame {
+ position:absolute;
+ z-index:0;
+ width:739px;
+ height:341px;
+ top:-3px;
+ left:-80px;
+}
+
+/*
+ Slideshow
+*/
+
+#slides {
+ position:absolute;
+ top:15px;
+ left:4px;
+ z-index:100;
+}
+
+/*
+ Slides container
+ Important:
+ Set the width of your slides container
+ Set to display none, prevents content flash
+*/
+
+.slides_container {
+ width:570px;
+ overflow:hidden;
+ position:relative;
+ display:none;
+}
+
+/*
+ Each slide
+ Important:
+ Set the width of your slides
+ If height not specified height will be set by the slide content
+ Set to display block
+*/
+
+.slides_container a {
+ width:570px;
+ height:270px;
+ display:block;
+}
+
+.slides_container a img {
+ display:block;
+}
+
+/*
+ Next/prev buttons
+*/
+
+#slides .next,#slides .prev {
+ position:absolute;
+ top:107px;
+ left:-39px;
+ width:24px;
+ height:43px;
+ display:block;
+ z-index:101;
+}
+
+#slides .next {
+ left:585px;
+}
+
+/*
+ Pagination
+*/
+
+.pagination {
+ margin:26px auto 0;
+ width:100px;
+}
+
+.pagination li {
+ float:left;
+ margin:0 1px;
+ list-style:none;
+}
+
+.pagination li a {
+ display:block;
+ width:12px;
+ height:0;
+ padding-top:12px;
+ background-image:url(../img/pagination.png);
+ background-position:0 0;
+ float:left;
+ overflow:hidden;
+}
+
+.pagination li.current a {
+ background-position:0 -12px;
+}
+
+/*
+ Footer
+*/
+
+#footer {
+ text-align:center;
+ width:580px;
+ margin-top:9px;
+ padding:4.5px 0 18px;
+ border-top:1px solid #dfdfdf;
+}
+
+#footer p {
+ margin:4.5px 0;
+ font-size:1.0em;
+}
+
+/*
+ Anchors
+*/
+
+a:link,a:visited {
+ color:#599100;
+ text-decoration:none;
+}
+
+a:hover,a:active {
+ color:#599100;
+ text-decoration:underline;
+}
\ No newline at end of file
diff --git a/Slides-SlidesJS-1/examples/Standard/img/arrow-next.png b/Slides-SlidesJS-1/examples/Standard/img/arrow-next.png
new file mode 100644
index 00000000..1a4f72c6
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/arrow-next.png differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/arrow-prev.png b/Slides-SlidesJS-1/examples/Standard/img/arrow-prev.png
new file mode 100644
index 00000000..8211eba1
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/arrow-prev.png differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/background.png b/Slides-SlidesJS-1/examples/Standard/img/background.png
new file mode 100644
index 00000000..ef85aca5
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/background.png differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/example-frame.png b/Slides-SlidesJS-1/examples/Standard/img/example-frame.png
new file mode 100644
index 00000000..31f2fe1c
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/example-frame.png differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/loading.gif b/Slides-SlidesJS-1/examples/Standard/img/loading.gif
new file mode 100644
index 00000000..cccb0fc9
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/loading.gif differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/new-ribbon.png b/Slides-SlidesJS-1/examples/Standard/img/new-ribbon.png
new file mode 100644
index 00000000..ef85f5ce
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/new-ribbon.png differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/pagination.png b/Slides-SlidesJS-1/examples/Standard/img/pagination.png
new file mode 100644
index 00000000..4dc46107
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/pagination.png differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-1.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-1.jpg
new file mode 100644
index 00000000..410ce740
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-1.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-2.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-2.jpg
new file mode 100644
index 00000000..5a8bf358
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-2.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-3.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-3.jpg
new file mode 100644
index 00000000..533604de
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-3.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-4.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-4.jpg
new file mode 100644
index 00000000..8e5daeb3
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-4.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-5.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-5.jpg
new file mode 100644
index 00000000..5e875012
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-5.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-6.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-6.jpg
new file mode 100644
index 00000000..5a3d04fa
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-6.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide-7.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide-7.jpg
new file mode 100644
index 00000000..29c3156e
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide-7.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/img/slide.jpg b/Slides-SlidesJS-1/examples/Standard/img/slide.jpg
new file mode 100644
index 00000000..7a747a74
Binary files /dev/null and b/Slides-SlidesJS-1/examples/Standard/img/slide.jpg differ
diff --git a/Slides-SlidesJS-1/examples/Standard/index.html b/Slides-SlidesJS-1/examples/Standard/index.html
new file mode 100644
index 00000000..29ca29fe
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Standard/index.html
@@ -0,0 +1,51 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Slides-SlidesJS-1/examples/Standard/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/Standard/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/Standard/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))}})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;f>i;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),void 0!==b&&b(f,g),f.remove()})}})}})(jQuery);
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/css/global.css b/Slides-SlidesJS-1/examples/images-with-captions/css/global.css
new file mode 100755
index 00000000..3aee8fe5
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/images-with-captions/css/global.css
@@ -0,0 +1,197 @@
+/*
+ Resets defualt browser settings
+ reset.css
+*/
+html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
+:focus { outline:0; }
+a:active { outline:none; }
+body { line-height:1; color:black; background:white; }
+ol,ul { list-style:none; }
+table { border-collapse:separate; border-spacing:0; }
+caption,th,td { text-align:left; font-weight:normal; }
+blockquote:before,blockquote:after,q:before,q:after { content:""; }
+blockquote,q { quotes:"" ""; }
+
+/*
+ Page style
+*/
+body {
+ font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
+ letter-spacing:0;
+ color:#434343;
+ background:#efefef url(../img/background.png) repeat top center;
+ padding:20px 0;
+ position:relative;
+ text-shadow:0 1px 0 rgba(255,255,255,.8);
+ -webkit-font-smoothing: subpixel-antialiased;
+}
+
+#container {
+ width:580px;
+ padding:10px;
+ margin:0 auto;
+ position:relative;
+ z-index:0;
+}
+
+#example {
+ width:600px;
+ height:350px;
+ position:relative;
+}
+
+#ribbon {
+ position:absolute;
+ top:-3px;
+ left:-15px;
+ z-index:500;
+}
+
+#frame {
+ position:absolute;
+ z-index:0;
+ width:739px;
+ height:341px;
+ top:-3px;
+ left:-80px;
+}
+
+/*
+ Slideshow
+*/
+
+#slides {
+ position:absolute;
+ top:15px;
+ left:4px;
+ z-index:100;
+}
+
+/*
+ Slides container
+ Important:
+ Set the width of your slides container
+ Set to display none, prevents content flash
+*/
+
+.slides_container {
+ width:570px;
+ overflow:hidden;
+ position:relative;
+ display:none;
+}
+
+/*
+ Each slide
+ Important:
+ Set the width of your slides
+ If height not specified height will be set by the slide content
+ Set to display block
+*/
+
+.slides_container div.slide {
+ width:570px;
+ height:270px;
+ display:block;
+}
+
+
+/*
+ Next/prev buttons
+*/
+
+#slides .next,#slides .prev {
+ position:absolute;
+ top:107px;
+ left:-39px;
+ width:24px;
+ height:43px;
+ display:block;
+ z-index:101;
+}
+
+#slides .next {
+ left:585px;
+}
+
+/*
+ Pagination
+*/
+
+.pagination {
+ margin:26px auto 0;
+ width:100px;
+}
+
+.pagination li {
+ float:left;
+ margin:0 1px;
+ list-style:none;
+}
+
+.pagination li a {
+ display:block;
+ width:12px;
+ height:0;
+ padding-top:12px;
+ background-image:url(../img/pagination.png);
+ background-position:0 0;
+ float:left;
+ overflow:hidden;
+}
+
+.pagination li.current a {
+ background-position:0 -12px;
+}
+
+/*
+ Caption
+*/
+
+.caption {
+ z-index:500;
+ position:absolute;
+ bottom:-35px;
+ left:0;
+ height:30px;
+ padding:5px 20px 0 20px;
+ background:#000;
+ background:rgba(0,0,0,.5);
+ width:540px;
+ font-size:1.3em;
+ line-height:1.33;
+ color:#fff;
+ border-top:1px solid #000;
+ text-shadow:none;
+}
+
+/*
+ Footer
+*/
+
+#footer {
+ text-align:center;
+ width:580px;
+ margin-top:9px;
+ padding:4.5px 0 18px;
+ border-top:1px solid #dfdfdf;
+}
+
+#footer p {
+ margin:4.5px 0;
+ font-size:1.0em;
+}
+
+/*
+ Anchors
+*/
+
+a:link,a:visited {
+ color:#599100;
+ text-decoration:none;
+}
+
+a:hover,a:active {
+ color:#599100;
+ text-decoration:underline;
+}
\ No newline at end of file
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/arrow-next.png b/Slides-SlidesJS-1/examples/images-with-captions/img/arrow-next.png
new file mode 100755
index 00000000..1a4f72c6
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/arrow-next.png differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/arrow-prev.png b/Slides-SlidesJS-1/examples/images-with-captions/img/arrow-prev.png
new file mode 100755
index 00000000..8211eba1
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/arrow-prev.png differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/background.png b/Slides-SlidesJS-1/examples/images-with-captions/img/background.png
new file mode 100755
index 00000000..ef85aca5
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/background.png differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/example-frame.png b/Slides-SlidesJS-1/examples/images-with-captions/img/example-frame.png
new file mode 100755
index 00000000..31f2fe1c
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/example-frame.png differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/loading.gif b/Slides-SlidesJS-1/examples/images-with-captions/img/loading.gif
new file mode 100755
index 00000000..cccb0fc9
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/loading.gif differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/new-ribbon.png b/Slides-SlidesJS-1/examples/images-with-captions/img/new-ribbon.png
new file mode 100755
index 00000000..ef85f5ce
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/new-ribbon.png differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/pagination.png b/Slides-SlidesJS-1/examples/images-with-captions/img/pagination.png
new file mode 100755
index 00000000..4dc46107
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/pagination.png differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-1.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-1.jpg
new file mode 100755
index 00000000..410ce740
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-1.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-2.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-2.jpg
new file mode 100755
index 00000000..5a8bf358
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-2.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-3.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-3.jpg
new file mode 100755
index 00000000..533604de
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-3.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-4.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-4.jpg
new file mode 100755
index 00000000..8e5daeb3
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-4.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-5.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-5.jpg
new file mode 100755
index 00000000..5e875012
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-5.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-6.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-6.jpg
new file mode 100755
index 00000000..5a3d04fa
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-6.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide-7.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-7.jpg
new file mode 100755
index 00000000..29c3156e
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide-7.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/img/slide.jpg b/Slides-SlidesJS-1/examples/images-with-captions/img/slide.jpg
new file mode 100755
index 00000000..7a747a74
Binary files /dev/null and b/Slides-SlidesJS-1/examples/images-with-captions/img/slide.jpg differ
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/index.html b/Slides-SlidesJS-1/examples/images-with-captions/index.html
new file mode 100755
index 00000000..058389d0
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/images-with-captions/index.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Happy Bokeh Thursday!
+
+
+
+
+
+
Taxi
+
+
+
+
+
+
Happy Bokeh raining Day
+
+
+
+
+
+
We Eat Light
+
+
+
+
+
+
“I must go down to the sea again, to the lonely sea and the sky...”
+
+
+
+
+
+
twelve.inch
+
+
+
+
+
+
Save my love for loneliness
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Slides-SlidesJS-1/examples/images-with-captions/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/images-with-captions/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/images-with-captions/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).on("click",function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))}})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;f>i;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),void 0!==b&&b(f,g),f.remove()})}})}})(jQuery);
diff --git a/Slides-SlidesJS-1/examples/multiple/index.html b/Slides-SlidesJS-1/examples/multiple/index.html
new file mode 100644
index 00000000..e4d7bdfd
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/multiple/index.html
@@ -0,0 +1,208 @@
+
+
+
+
+
+ Slides, A Slideshow Plugin for jQuery
+
+
+
+
+
+
+
+
+
+
+
+
+
Slide 1
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 2
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 3
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 4
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
Slide 1
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 2
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 3
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 4
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
Slide 1
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 2
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 3
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
Slide 4
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
+
+
+
diff --git a/Slides-SlidesJS-1/examples/multiple/js/slides.min.jquery.js b/Slides-SlidesJS-1/examples/multiple/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/Slides-SlidesJS-1/examples/multiple/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
');
+ number++;
+ });
+ } else {
+ // if pagination exists, add href w/ value of item number to links
+ $('.' + option.paginationClass + ' li a', elem).each(function(){
+ $(this).attr('href', '#' + number);
+ number++;
+ });
+ }
+
+ // add current class to start slide pagination
+ $('.' + option.paginationClass + ' li:eq('+ start +')', elem).addClass(option.currentClass);
+
+ // click handling
+ $('.' + option.paginationClass + ' li a', elem ).on('click', function(){
+ // pause slideshow
+ if (option.play) {
+ pause();
+ }
+ // get clicked, pass to animate function
+ clicked = $(this).attr('href').match('[^#/]+$');
+ // if current slide equals clicked, don't do anything
+ if (current != clicked) {
+ animate('pagination', paginationEffect, clicked);
+ }
+ return false;
+ });
+
+ // click handling
+ $('a.link', elem).on('click', function(){
+ // pause slideshow
+ if (option.play) {
+ pause();
+ }
+ // get clicked, pass to animate function
+ clicked = $(this).attr('href').match('[^#/]+$') - 1;
+ // if current slide equals clicked, don't do anything
+ if (current != clicked) {
+ animate('pagination', paginationEffect, clicked);
+ }
+ return false;
+ });
+
+ if (option.play) {
+ // set interval
+ playInterval = setInterval(function() {
+ animate('next', effect);
+ }, option.play);
+ // store interval id
+ elem.data('interval',playInterval);
+ }
+ });
+ };
+
+ // default options
+ $.fn.slides.option = {
+ preload: false, // boolean, Set true to preload images in an image based slideshow
+ preloadImage: '/img/loading.gif', // string, Name and location of loading image for preloader. Default is "/img/loading.gif"
+ container: 'slides_container', // string, Class name for slides container. Default is "slides_container"
+ generateNextPrev: false, // boolean, Auto generate next/prev buttons
+ next: 'next', // string, Class name for next button
+ prev: 'prev', // string, Class name for previous button
+ pagination: true, // boolean, If you're not using pagination you can set to false, but don't have to
+ generatePagination: true, // boolean, Auto generate pagination
+ prependPagination: false, // boolean, prepend pagination
+ paginationClass: 'pagination', // string, Class name for pagination
+ currentClass: 'current', // string, Class name for current class
+ fadeSpeed: 350, // number, Set the speed of the fading animation in milliseconds
+ fadeEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
+ slideSpeed: 350, // number, Set the speed of the sliding animation in milliseconds
+ slideEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
+ start: 1, // number, Set the speed of the sliding animation in milliseconds
+ effect: 'slide', // string, '[next/prev], [pagination]', e.g. 'slide, fade' or simply 'fade' for both
+ crossfade: false, // boolean, Crossfade images in a image based slideshow
+ randomize: false, // boolean, Set to true to randomize slides
+ play: 0, // number, Autoplay slideshow, a positive number will set to true and be the time between slide animation in milliseconds
+ pause: 0, // number, Pause slideshow on click of next/prev or pagination. A positive number will set to true and be the time of pause in milliseconds
+ hoverPause: false, // boolean, Set to true and hovering over slideshow will pause it
+ autoHeight: false, // boolean, Set to true to auto adjust height
+ autoHeightSpeed: 350, // number, Set auto height animation time in milliseconds
+ bigTarget: false, // boolean, Set to true and the whole slide will link to next slide on click
+ animationStart: function(){}, // Function called at the start of animation
+ animationComplete: function(){}, // Function called at the completion of animation
+ slidesLoaded: function() {} // Function is called when slides is fully loaded
+ };
+
+ // Randomize slide order on load
+ $.fn.randomize = function(callback) {
+ function randomizeOrder() { return(Math.round(Math.random())-0.5); }
+ return($(this).each(function() {
+ var $this = $(this);
+ var $children = $this.children();
+ var childCount = $children.length;
+ if (childCount > 1) {
+ $children.hide();
+ var indices = [];
+ for (i=0;il?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
StarCellBio is a virtual experiment simulator in which the user can simulate cell and molecular biology experiments. The educational goal of StarCellBio is to teach fundamental concepts of cell and molecular biology, experimental design, and analysis.
Brief Description of StarCellBio’s Usability Test
During this usability test, you will use StarCellBio to explore the effects of multiple drug treatments on the expression of various proteins. To determine changes in protein expression, you will use an experimental technique called western blotting. Western blotting is a technique to detect overall changes to a particular protein of interest in an organism or cell. These changes can either be 1) changes in protein concentration, or 2) changes in the mobility of a protein due to small chemical modifications or change in stability. During this usability test, we will ask you to perform a series of tasks in StarCellBio. To complete these tasks using StarCellBio, you will need to:
design experiments
set up experiments
run experiments
perform western blots, and
analyze western blotting results.
We believe that the current version of StarCellBio makes it possible for students to perform experiments without the need for an exhaustive list of instructions. For each task that are you asked to complete, we have included only the instructions that seem necessary. As you perform each task, please let us know if you think more detailed instructions are necessary.
Your new lab is studying vulva (the egg-laying organ) development in the nematode (a roundworm) C. elegans. You screen a chemical library to determine if any of the chemicals within the library affect vulva development. To perform the screen, you treat developing worms with each of the drugs contained within the library and then analyze the adult worms for a mutant vulva phenotype. Through your chemical screen, you identify four new drugs that all affect vulva development. You name the new drugs Vulvarine 1, 2, 3 and 4.
Treatment of developing worms with the Vulvarine drugs result in the following phenotypes:
Treatment of wild-type worms with increasing amounts of Vulvarine 1 or Vulvarine 2 results in worms that lack a vulva, called a vulvaless phenotype.
Treatment of wild-type worms with increasing amounts of Vulvarine 3 or Vulvarine 4 results in worms that have multiple vulva organs, called a multivulva phenotype.
You would like to determine how these drugs affect vulva development in C. elegans by determining if proteins that are implicated in the vulva development pathway are affected by the drug treatments. Your advisor tells you that we know at least several proteins involved in the vulva development pathway. She advises you to start by determining if known vulva development proteins are affected in either their levels or mobility by the Vulvarine drug treatments through western blots. The end of the assignment (Reference Material) contains the name and size of the known vulva development proteins in C. elegans.
The following reagents are available to you for your experiments:
Vulvarines 1-4, each at various concentrations.
The buffer in which the 4 drugs is diluted.
A rabbit anti-tubulin primary antibody. Levels of tubulin protein are not altered by the drug treatments and can serve as a control to ensure for equal loading of protein in all of the wells of your western gels.
Objectives
Determine the effects of increasing concentrations of Vulvarine 1 on the:
Dpy-5 protein
let-23 protein
protein of your choosing
If there is an effect on either protein expression or mobility, please indicate the critical concentration of Vulvarine 1 at which you first observe the effect.
Determine the effects of increasing concentrations of Vulvarines 2, 3 and 4 on the:
lin-1 protein
lin-15 protein
let-60 protein
If there is an effect on either protein expression or mobility, please indicate the critical concentration of Vulvarine 2, 3 or 4 at which you first observe the effect.
');
+ return opt_sb ? '' : output.toString();
+};
diff --git a/html_app/index.html b/html_app/index.html
index 87aeacc5..ca5628ec 100644
--- a/html_app/index.html
+++ b/html_app/index.html
@@ -4,6 +4,7 @@
+
@@ -68,13 +69,16 @@
+
+
+
diff --git a/html_app/js/slides.min.jquery.js b/html_app/js/slides.min.jquery.js
new file mode 100755
index 00000000..d9c94843
--- /dev/null
+++ b/html_app/js/slides.min.jquery.js
@@ -0,0 +1,20 @@
+/*
+* Slides, A Slideshow Plugin for jQuery
+* Intructions: http://slidesjs.com
+* By: Nathan Searles, http://nathansearles.com
+* Version: 1.2.0
+* Updated: February 5th, 2013
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){switch(p=!0,b.animationStart(n+1),g){case"next":l=n,k=n+1,k=e===k?0:k,r=2*f,g=2*-f,n=k;break;case"prev":l=n,k=n-1,k=-1===k?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=2*f,g=2*-f):(r=0,g=0),n=k}"fade"===h?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('');var o,p,q,r,t,u,v,c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=0>b.effect.indexOf(",")?b.effect:b.effect.replace(" ","").split(",")[0],j=0>b.effect.indexOf(",")?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0;if(2>e)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(!(2>e)){if(0>h&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:3*f,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed)),b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();t="slides_control"!=a("img",c).parent().attr("class")?d.children(":eq(0)")[0].tagName.toLowerCase():d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().on("click",function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('Prev'),a("."+b.prev,c).after('Next')),a("."+b.next,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).on("click",function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("
+ StarCellBio is a virtual experiment simulator in which the user can simulate cell and molecular biology experiments.
+ The educational goal of StarCellBio is to teach fundamental concepts of cell and molecular biology, experimental
+ design, and analysis.
+
+
+ Brief Description of StarCellBio’s Usability Test
+
+
+ During this usability test, you will use StarCellBio to explore the effects of multiple drug treatments on the
+ expression of various proteins. To determine changes in protein expression, you will use an experimental technique
+ called western blotting. Western blotting is a technique to detect overall changes to a particular protein of
+ interest in an organism or cell. These changes can either be 1) changes in protein concentration, or 2) changes in
+ the mobility of a protein due to small chemical modifications or change in stability.
+ During this usability test, we will ask you to perform a series of tasks in StarCellBio. To complete these tasks
+ using StarCellBio, you will need to:
+
+
+
design experiments
+
set up experiments
+
run experiments
+
perform western blots, and
+
analyze western blotting results.
+
+
+ We believe that the current version of StarCellBio makes it possible for students to perform experiments without the
+ need for an exhaustive list of instructions. For each task that are you asked to complete, we have included only the
+ instructions that seem necessary. As you perform each task, please let us know if you think more detailed
+ instructions are necessary.
+
+ Your new lab is studying vulva (the egg-laying organ) development in the nematode (a roundworm) C. elegans. You
+ screen a chemical library to determine if any of the chemicals within the library affect vulva development. To
+ perform the screen, you treat developing worms with each of the drugs contained within the library and then analyze
+ the adult worms for a mutant vulva phenotype. Through your chemical screen, you identify four new drugs that all
+ affect vulva development. You name the new drugs Vulvarine 1, 2, 3 and 4.
+
+
+ Treatment of developing worms with the Vulvarine drugs result in the following phenotypes:
+
+
+
+
Treatment of wild-type worms with increasing amounts of Vulvarine 1 or Vulvarine 2 results in worms that lack a
+ vulva, called a vulvaless phenotype.
+
+
Treatment of wild-type worms with increasing amounts of Vulvarine 3 or Vulvarine 4 results in worms that have
+ multiple vulva organs, called a multivulva phenotype.
+
+
+
+ You would like to determine how these drugs affect vulva development in C. elegans by determining if proteins that
+ are implicated in the vulva development pathway are affected by the drug treatments. Your advisor tells you that we
+ know at least several proteins involved in the vulva development pathway. She advises you to start by determining if
+ known vulva development proteins are affected in either their levels or mobility by the Vulvarine drug treatments
+ through western blots. The end of the assignment (Reference Material) contains the name and size of the known vulva
+ development proteins in C. elegans.
+
+
+ The following reagents are available to you for your experiments:
+
+
+
Vulvarines 1-4, each at various concentrations.
+
+
The buffer in which the 4 drugs is diluted.
+
+
A rabbit anti-tubulin primary antibody. Levels of tubulin protein are not altered by the drug treatments and
+ can serve as a control to ensure for equal loading of protein in all of the wells of your western gels.
+
+
+
+
+ Objectives
+
+
+
+ Determine the effects of increasing concentrations of Vulvarine 1 on the:
+
+
+ Dpy-5 protein
+
+
+ let-23 protein
+
+
+ protein of your choosing
+
+
+ If there is an effect on either protein expression or mobility, please indicate the critical concentration of
+ Vulvarine 1 at which you first observe the effect.
+
+
+
+
+ Determine the effects of increasing concentrations of Vulvarines 2, 3 and 4 on the:
+
+
+ lin-1 protein
+
+
+ lin-15 protein
+
+
+ let-60 protein
+
+
+ If there is an effect on either protein expression or mobility, please indicate the critical concentration of
+ Vulvarine 2, 3 or 4 at which you first observe the effect.
+
+{/template}
\ No newline at end of file
diff --git a/html_app/usability_test/Multivulva.jpg b/html_app/usability_test/Multivulva.jpg
new file mode 100644
index 00000000..74d4e4ac
Binary files /dev/null and b/html_app/usability_test/Multivulva.jpg differ
diff --git a/html_app/usability_test/Vulvaless.jpg b/html_app/usability_test/Vulvaless.jpg
new file mode 100644
index 00000000..cfe9088a
Binary files /dev/null and b/html_app/usability_test/Vulvaless.jpg differ
diff --git a/html_app/usability_test/Wild-type.jpg b/html_app/usability_test/Wild-type.jpg
new file mode 100644
index 00000000..060d2326
Binary files /dev/null and b/html_app/usability_test/Wild-type.jpg differ
diff --git a/html_app/usability_test/muv-rsr2.jpg b/html_app/usability_test/muv-rsr2.jpg
new file mode 100644
index 00000000..4b43a295
Binary files /dev/null and b/html_app/usability_test/muv-rsr2.jpg differ