").css(e).css({display:"none",zIndex:4}).appendTo(g);var j=d("
").css(e).css({display:"none",zIndex:3}).appendTo(g);this.go=function(l,p,n){var m=c.width();var o=c.height();a.append(d(i.get(l)).clone());j.append(d(i.get(p)).clone());if(k.responsive<3){a.find("img").css("width","100%");j.find("img").css("width","100%")}f.stop(true,true).hide().css({left:-l+"00%"});var q={left:[{left:-m},{left:0}],right:[{left:m},{left:0}],down:[{top:o},{top:0}],up:[{top:-o},{top:0}]}[k.direction||["left","right","down","up"][Math.floor(Math.random()*4)]];if(k.support.transform){if(q[0].left){q[0]={translate:[q[0].left,0,0]}}else{q[0]={translate:[0,q[0].top,0]}}q[1]={translate:[0,0,0]}}a.show();j.show();wowAnimate(a,q[0],q[1],k.duration,"easeInOutCubic",function(){f.show();a.hide().html("");j.hide().html("");h.trigger("effectEnd")});wowAnimate(j,{scale:1,translate:[0,0,0]},{scale:0.5,translate:[0,0,0]},k.duration,"easeInOutCubic")}};
+
+/* ---------------------------------------------------------------------------
+ * WOWslider Settings
+ * -------------------------------------------------------------------------- */
+
+jQuery("#wowslider-container1").wowSlider( {
+ effect:"shift",
+ duration:20*100, // change effect transition time
+ delay:20*100, // change delay on each slide
+ width:1600,
+ height:800,
+ autoPlay:true, // autoplay slides on load
+ playPause:false, // show a play & pause button
+ stopOnHover:false,
+ loop:false,
+ bullets:0,
+ caption:false, // use a caption on slides
+ controls:true, // use left, right arrows
+ fullScreen:true, // show a fullscreen button
+
+ responsive:3,
+ gestures:2,
+
+ // remove next 3 lines to remove "random" slide order
+ onBeforeStep:function(i, c) {
+ return (i+1 + Math.floor((c-1)*Math.random()))
+ }
+}
+
+);
\ No newline at end of file
diff --git a/website/Boson/HTML/plugins/wow-slider/scripts/script-slices.js b/website/Boson/HTML/plugins/wow-slider/scripts/script-slices.js
new file mode 100644
index 0000000..77b7369
--- /dev/null
+++ b/website/Boson/HTML/plugins/wow-slider/scripts/script-slices.js
@@ -0,0 +1,36 @@
+/**
+ * WOWslider
+ *
+ * http://wowslider.com
+*/
+function ws_slices(k,h,i){var b=jQuery;var f=b(this);function g(q,p,o,m,l,n){if(k.support.transform){if(p.top){p.translate=[0,p.top||0,0]}if(o.top){o.translate=[0,o.top||0,0]}delete p.top;delete o.top}wowAnimate(q,p,o,m,l,"swing",n)}var e=function(r,x){var q=b.extend({},{effect:"random",slices:15,animSpeed:500,pauseTime:3000,startSlide:0,container:null,onEffectEnd:0},x);var t={currentSlide:0,currentImage:"",totalSlides:0,randAnim:"",stop:false};var o=b(r);o.data("wow:vars",t);if(!/absolute|relative/.test(o.css("position"))){o.css("position","relative")}var m=x.container||o;var p=o.children();t.totalSlides=p.length;if(q.startSlide>0){if(q.startSlide>=t.totalSlides){q.startSlide=t.totalSlides-1}t.currentSlide=q.startSlide}if(b(p[t.currentSlide]).is("img")){t.currentImage=b(p[t.currentSlide])}else{t.currentImage=b(p[t.currentSlide]).find("img:first")}if(b(p[t.currentSlide]).is("a")){b(p[t.currentSlide]).css("display","block")}for(var s=0;s
').css({left:w*s+"px",overflow:"hidden",width:((s==q.slices-1)?(m.width()-(w*s)):w)+"px",position:"absolute"}).appendTo(m);b("
![]()
").css({position:"absolute",left:0,top:0,transform:"translate3d(0,0,0)"}).appendTo(v)}var n=0;this.sliderRun=function(y,z){if(t.busy){return false}q.effect=z||q.effect;t.currentSlide=y-1;u(o,p,q,false);return true};var l=function(){if(q.onEffectEnd){q.onEffectEnd(t.currentSlide)}m.hide();b(".wow-slice",m).css({transition:"",transform:""});t.busy=0};var u=function(y,z,C,E){var F=y.data("wow:vars");if((!F||F.stop)&&!E){return false}F.busy=1;F.currentSlide++;if(F.currentSlide==F.totalSlides){F.currentSlide=0}if(F.currentSlide<0){F.currentSlide=(F.totalSlides-1)}F.currentImage=b(z[F.currentSlide]);if(!F.currentImage.is("img")){F.currentImage=F.currentImage.find("img:first")}var A=b(h[F.currentSlide]);A={width:A.width(),heiht:A.height(),marginTop:A.css("marginTop"),marginLeft:A.css("marginLeft")};b(".wow-slice",m).each(function(J){var L=b(this),I=b("img",L);var K=Math.round(m.width()/C.slices);I.width(m.width());I.attr("src",F.currentImage.attr("src"));I.css({left:-K*J+"px"}).css(A);L.css({height:"100%",opacity:0,left:K*J,width:((J==C.slices-1)?(m.width()-(K*J)):K)})});m.show();if(C.effect=="random"){var G=new Array("sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDownRight","sliceUpDownLeft","fold","fade");F.randAnim=G[Math.floor(Math.random()*(G.length+1))];if(F.randAnim==undefined){F.randAnim="fade"}}if(C.effect.indexOf(",")!=-1){var G=C.effect.split(",");F.randAnim=b.trim(G[Math.floor(Math.random()*G.length)])}if(C.effect=="sliceDown"||C.effect=="sliceDownRight"||F.randAnim=="sliceDownRight"||C.effect=="sliceDownLeft"||F.randAnim=="sliceDownLeft"){var B=0;var H=b(".wow-slice",m);if(C.effect=="sliceDownLeft"||F.randAnim=="sliceDownLeft"){H=H._reverse()}H.each(function(I){g(b(this),{top:"-100%",opacity:0},{top:"0%",opacity:1},C.animSpeed,100+B,(I==C.slices-1)?l:0);B+=50})}else{if(C.effect=="sliceUp"||C.effect=="sliceUpRight"||F.randAnim=="sliceUpRight"||C.effect=="sliceUpLeft"||F.randAnim=="sliceUpLeft"){var B=0;var H=b(".wow-slice",m);if(C.effect=="sliceUpLeft"||F.randAnim=="sliceUpLeft"){H=H._reverse()}H.each(function(I){g(b(this),{top:"100%",opacity:0},{top:"0%",opacity:1},C.animSpeed,100+B,(I==C.slices-1)?l:0);B+=50})}else{if(C.effect=="sliceUpDown"||C.effect=="sliceUpDownRight"||F.randAnim=="sliceUpDownRight"||C.effect=="sliceUpDownLeft"||F.randAnim=="sliceUpDownLeft"){var B=0;var H=b(".wow-slice",m);if(C.effect=="sliceUpDownLeft"||F.randAnim=="sliceUpDownLeft"){H=H._reverse()}H.each(function(I){g(b(this),{top:((I%2)?"-":"")+"100%",opacity:0},{top:"0%",opacity:1},C.animSpeed,100+B,(I==C.slices-1)?l:0);B+=50})}else{if(C.effect=="fold"||F.randAnim=="fold"){var B=0;var H=b(".wow-slice",m);var D=H.width();H.each(function(I){g(b(this),{width:0,opacity:0},{width:D,opacity:1},C.animSpeed,100+B,(I==C.slices-1)?l:0);B+=50})}else{if(C.effect=="fade"||F.randAnim=="fade"){var H=b(".wow-slice",m);b(".wow-slice",m).each(function(I){b(this).css("height","100%");b(this).animate({opacity:"1.0"},(C.animSpeed*2),(I==C.slices-1)?l:0)})}}}}}}};b.fn._reverse=[].reverse;var a=b("li",i);var c=b("ul",i);var d=b("
").addClass("ws_effect ws_slices").css({left:0,top:0,"z-index":8,overflow:"hidden",width:"100%",height:"100%",position:"absolute"}).appendTo(i);var j=new e(c,{keyboardNav:false,caption:0,effect:"sliceDownRight,sliceDownLeft,sliceUpRight,sliceUpLeft,sliceUpDownRight,sliceUpDownLeft,sliceUpDownRight,sliceUpDownLeft,fold,fold,fold",animSpeed:k.duration,startSlide:k.startSlide,container:d,onEffectEnd:function(l){f.trigger("effectEnd")}});this.go=function(m,l){var n=j.sliderRun(m);if(k.fadeOut){c.fadeOut(k.duration)}}};
+
+/* ---------------------------------------------------------------------------
+ * WOWslider Settings
+ * -------------------------------------------------------------------------- */
+
+jQuery("#wowslider-container1").wowSlider( {
+ effect:"slices",
+ duration:20*100, // change effect transition time
+ delay:20*100, // change delay on each slide
+ width:1600,
+ height:800,
+ autoPlay:true, // autoplay slides on load
+ playPause:false, // show a play & pause button
+ stopOnHover:false,
+ loop:false,
+ bullets:0,
+ caption:false, // use a caption on slides
+ controls:true, // use left, right arrows
+ fullScreen:true, // show a fullscreen button
+
+ responsive:3,
+ gestures:2,
+
+ // remove next 3 lines to remove "random" slide order
+ onBeforeStep:function(i, c) {
+ return (i+1 + Math.floor((c-1)*Math.random()))
+ }
+}
+
+);
\ No newline at end of file
diff --git a/website/Boson/HTML/plugins/wow-slider/scripts/script-squares.js b/website/Boson/HTML/plugins/wow-slider/scripts/script-squares.js
new file mode 100644
index 0000000..32df694
--- /dev/null
+++ b/website/Boson/HTML/plugins/wow-slider/scripts/script-squares.js
@@ -0,0 +1,46 @@
+/**
+ * WOWslider
+ *
+ * http://wowslider.com
+*/
+jQuery.fn.coinslider||function(t){var e=new Array,a=new Array,n=new Array,s=new Array,d=new Array,r=new Array,o=new Array,c=new Array,f=new Array,p=new Array,h=new Array,u=new Array;t.fn.coinslider=t.fn.CoinSlider=function(l){init=function(o){for(a[o.id]=new Array,n[o.id]=new Array,s[o.id]=new Array,d[o.id]=new Array,r[o.id]=new Array,c[o.id]=l.startSlide||0,p[o.id]=0,h[o.id]=1,u[o.id]=o,e[o.id]=t.extend({},t.fn.coinslider.defaults,l),t.each(t("#"+o.id+" img"),function(i,e){n[o.id][i]=e,s[o.id][i]=t(e).parent().is("a")?t(e).parent().attr("href"):"",d[o.id][i]=t(e).parent().is("a")?t(e).parent().attr("target"):"",r[o.id][i]=t(e).next().is("span")?t(e).next().html():""}),u[o.id]=t("
").css({"background-image":"url("+n[o.id][l.startSlide||0].src+")","-o-background-size":"100%","-webkit-background-size":"100%","-moz-background-size":"100%","background-size":"100%",width:"100%",height:"100%",position:"relative","background-position":"top left"}).appendTo(t(o).parent().parent()),i=1;i<=e[o.id].sph;i++)for(j=1;j<=e[o.id].spw;j++)t(e[o.id].links?"
":"
").css({"float":"left",position:"absolute",overflow:"hidden"}).append(t("
![]()
")).appendTo(u[o.id]).attr("id","cs-"+o.id+i+j);u[o.id].append("
"),e[o.id].navigation&&t.setNavigation(o)},t.setFields=function(s){var d=u[s.id].width(),r=u[s.id].height();for(tWidth=sWidth=parseInt(d/e[s.id].spw),tHeight=sHeight=parseInt(r/e[s.id].sph),counter=sLeft=sTop=0,tgapx=gapx=e[s.id].width-e[s.id].spw*sWidth,tgapy=gapy=e[s.id].height-e[s.id].sph*sHeight,imgParams=t(n[s.id][l.startSlide||0]),imgParams={width:imgParams.width(),height:imgParams.height(),marginTop:parseFloat(imgParams.css("marginTop")),marginLeft:parseFloat(imgParams.css("marginLeft"))},i=1;i<=e[s.id].sph;i++){for(gapx=tgapx,gapy>0?(gapy--,sHeight=tHeight+1):sHeight=tHeight,j=1;j<=e[s.id].spw;j++)gapx>0?(gapx--,sWidth=tWidth+1):sWidth=tWidth,a[s.id][counter]=i+""+j,counter++,t("#cs-"+s.id+i+j).css({width:sWidth+"px",height:sHeight+"px",overflow:"hidden",left:sLeft,top:sTop}).addClass("cs-"+s.id).find("img").css({width:imgParams.width,height:imgParams.height,marginTop:imgParams.marginTop-sTop,marginLeft:imgParams.marginLeft-sLeft}),sLeft+=sWidth;sTop+=sHeight,sLeft=0}t(".cs-"+s.id).mouseover(function(){t("#cs-navigation-"+s.id).show()}),t(".cs-"+s.id).mouseout(function(){t("#cs-navigation-"+s.id).hide()}),t("#cs-title-"+s.id).mouseover(function(){t("#cs-navigation-"+s.id).show()}),t("#cs-title-"+s.id).mouseout(function(){t("#cs-navigation-"+s.id).hide()}),e[s.id].hoverPause&&(t(".cs-"+s.id).mouseover(function(){e[s.id].pause=!0}),t(".cs-"+s.id).mouseout(function(){e[s.id].pause=!1}),t("#cs-title-"+s.id).mouseover(function(){e[s.id].pause=!0}),t("#cs-title-"+s.id).mouseout(function(){e[s.id].pause=!1}))},t.transitionCall=function(i){e[i.id].delay<0||(clearInterval(o[i.id]),delay=e[i.id].delay+e[i.id].spw*e[i.id].sph*e[i.id].sDelay,o[i.id]=setInterval(function(){t.transition(i)},delay))},t.transition=function(i,s){1!=e[i.id].pause&&(t.setFields(i),t.effect(i),p[i.id]=0,f[i.id]=setInterval(function(){t.appereance(i,a[i.id][p[i.id]])},e[i.id].sDelay),t(u[i.id]).find("img").attr("src",n[i.id][c[i.id]].src),"undefined"==typeof s?c[i.id]++:"prev"==s?c[i.id]--:c[i.id]=s,c[i.id]==n[i.id].length&&(c[i.id]=0),-1==c[i.id]&&(c[i.id]=n[i.id].length-1),t(".cs-button-"+i.id).removeClass("cs-active"),t("#cs-button-"+i.id+"-"+(c[i.id]+1)).addClass("cs-active"),r[i.id][c[i.id]]?(t("#cs-title-"+i.id).css({opacity:0}).animate({opacity:e[i.id].opacity},e[i.id].titleSpeed),t("#cs-title-"+i.id).html(r[i.id][c[i.id]])):t("#cs-title-"+i.id).css("opacity",0))},t.appereance=function(i,a){return t(".cs-"+i.id).attr("href",s[i.id][c[i.id]]).attr("target",d[i.id][c[i.id]]),p[i.id]==e[i.id].spw*e[i.id].sph?(clearInterval(f[i.id]),void setTimeout(function(){t(i).trigger("cs:animFinished")},300)):(t("#cs-"+i.id+a).find("img").css("opacity",0).attr("src",n[i.id][c[i.id]].src).animate({opacity:1},300),void p[i.id]++)},t.setNavigation=function(i){for(t(u[i.id]).append("
"),t("#cs-navigation-"+i.id).hide(),t("#cs-navigation-"+i.id).append("
prev"),t("#cs-navigation-"+i.id).append("
next"),t("#cs-prev-"+i.id).css({position:"absolute",top:e[i.id].height/2-15,left:0,"z-index":1001,"line-height":"30px",opacity:e[i.id].opacity}).click(function(e){e.preventDefault(),t.transition(i,"prev"),t.transitionCall(i)}).mouseover(function(){t("#cs-navigation-"+i.id).show()}),t("#cs-next-"+i.id).css({position:"absolute",top:e[i.id].height/2-15,right:0,"z-index":1001,"line-height":"30px",opacity:e[i.id].opacity}).click(function(e){e.preventDefault(),t.transition(i),t.transitionCall(i)}).mouseover(function(){t("#cs-navigation-"+i.id).show()}),t("
").appendTo(t("#coin-slider-"+i.id)),k=1;k
"+k+"");t.each(t(".cs-button-"+i.id),function(e,a){t(a).click(function(a){t(".cs-button-"+i.id).removeClass("cs-active"),t(this).addClass("cs-active"),a.preventDefault(),t.transition(i,e),t.transitionCall(i)})}),t("#cs-navigation-"+i.id+" a").mouseout(function(){t("#cs-navigation-"+i.id).hide(),e[i.id].pause=!1}),t("#cs-buttons-"+i.id).css({left:"50%","margin-left":15*-n[i.id].length/2-5,position:"relative"})},t.effect=function(n){if(effA=["random","swirl","rain","straight","snakeV","rainV"],eff=""==e[n.id].effect?effA[Math.floor(Math.random()*effA.length)]:e[n.id].effect,a[n.id]=new Array,"random"==eff){for(counter=0,i=1;i<=e[n.id].sph;i++)for(j=1;j<=e[n.id].spw;j++)a[n.id][counter]=i+""+j,counter++;t.random(a[n.id])}/rain|swirl|straight|snakeV|rainV/.test(eff)&&t[eff](n),h[n.id]*=-1,h[n.id]>0&&a[n.id].reverse()},t.random=function(i){var t=i.length;if(0==t)return!1;for(;--t;){var e=Math.floor(Math.random()*(t+1)),a=i[t],n=i[e];i[t]=n,i[e]=a}},t.swirl=function(n){for(var s=e[n.id].sph,d=e[n.id].spw,r=1,o=1,c=0,f=0,p=0,h=!0;h;){for(f=0==c||2==c?d:s,i=1;f>=i;i++)if(a[n.id][p]=r+""+o,p++,i!=f)switch(c){case 0:o++;break;case 1:r++;break;case 2:o--;break;case 3:r--}switch(c=(c+1)%4){case 0:d--,o++;break;case 1:s--,r++;break;case 2:d--,o--;break;case 3:s--,r--}check=t.max(s,d)-t.min(s,d),check>=d&&check>=s&&(h=!1)}},t.rain=function(t){for(var n=e[t.id].sph,s=e[t.id].spw,d=0,r=to2=from=1,o=!0;o;){for(i=from;r>=i;i++)a[t.id][d]=i+""+parseInt(to2-i+1),d++;to2++,n>r&&s>to2&&s>n&&r++,n>r&&n>=s&&r++,to2>s&&from++,from>r&&(o=!1)}},t.rainV=function(i){for(var t=e[i.id],n=0,s=1;s<=t.sph;s++)for(var d=1;d<=t.spw;d++)a[i.id][n]=s+""+d,n++},t.snakeV=function(i){for(var t=e[i.id],n=0,s=1;s<=t.sph;s++)for(var d=1;d<=t.spw;d++)a[i.id][n]=s+""+(s%2?d:t.spw+1-d),n++},t.straight=function(t){for(counter=0,i=1;i<=e[t.id].sph;i++)for(j=1;j<=e[t.id].spw;j++)a[t.id][counter]=i+""+j,counter++},t.min=function(i,t){return i>t?t:i},t.max=function(i,t){return t>i?t:i},this.each(function(){init(this)})},t.fn.coinslider.defaults={width:565,height:290,spw:7,sph:5,delay:3e3,sDelay:30,opacity:.7,titleSpeed:500,effect:"",navigation:!0,links:!0,hoverPause:!0}}(jQuery);// -----------------------------------------------------------------------------------
+// http://wowslider.com/
+// JavaScript Wow Slider is a free software that helps you easily generate delicious
+// slideshows with gorgeous transition effects, in a few clicks without writing a single line of code.
+// Generated by WOW Slider 8.7.1
+//
+//***********************************************
+// Obfuscated by Javascript Obfuscator
+// http://javascript-source.com
+//***********************************************
+function ws_squares(i,h,b){var e=jQuery;var g=e(this);var f=b.find("ul").get(0);f.id="wowslider_tmp"+Math.round(Math.random()*99999);var c=0;e(f).coinslider({hoverPause:false,startSlide:i.startSlide,navigation:0,delay:-1,effect:i.type,width:i.width,height:i.height,sDelay:i.duration/(7*5)});var d=e("#coin-slider-"+f.id).addClass("ws_effect ws_squares").css({position:"absolute",display:"none",left:0,top:0,"z-index":8,transform:"translate3d(0,0,0)"});var a=i.startSlide;e(f).bind("cs:animFinished",function(){g.trigger("effectEnd");if(c<2){c=0;d.hide()}});this.go=function(j){c++;d.show();a=j;e.transition(f,j);d.css("background","none");if(i.fadeOut){e(f).fadeOut(i.duration)}}};
+
+/* ---------------------------------------------------------------------------
+ * WOWslider Settings
+ * -------------------------------------------------------------------------- */
+
+jQuery("#wowslider-container1").wowSlider( {
+ effect:"squares",
+ duration:20*100, // change effect transition time
+ delay:20*100, // change delay on each slide
+ width:1000,
+ height:450,
+ autoPlay:true, // autoplay slides on load
+ playPause:false, // show a play & pause button
+ stopOnHover:false,
+ loop:false,
+ bullets:0,
+ caption:false, // use a caption on slides
+ controls:false, // use left, right arrows
+ fullScreen:true, // show a fullscreen button
+
+ responsive:1,
+ gestures:2,
+
+ // remove next 3 lines to remove "random" slide order
+ onBeforeStep:function(i, c) {
+ return (i+1 + Math.floor((c-1)*Math.random()))
+ }
+}
+
+);
\ No newline at end of file
diff --git a/website/Boson/HTML/plugins/wow-slider/scripts/script-stack.js b/website/Boson/HTML/plugins/wow-slider/scripts/script-stack.js
new file mode 100644
index 0000000..b11b0ba
--- /dev/null
+++ b/website/Boson/HTML/plugins/wow-slider/scripts/script-stack.js
@@ -0,0 +1,36 @@
+/**
+ * WOWslider
+ *
+ * http://wowslider.com
+*/
+function ws_stack(d,a,b){var e=jQuery;var g=e(this);var c=e("li",b);var f=e("").addClass("ws_effect ws_stack").css({position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden"}).appendTo(b);this.go=function(q,j,i){var k=(d.revers?1:-1)*b.width();c.each(function(s){if(i&&s!=j){this.style.zIndex=(Math.max(0,this.style.zIndex-1))}});var p=e(".ws_list",b);var h=e("
").css({position:"absolute",left:0,top:0,width:"100%",height:"100%",overflow:"hidden",zIndex:4}).append(e(a.get(i?q:j)).clone()),r=e("
").css({position:"absolute",left:0,top:0,width:"100%",height:"100%",overflow:"hidden",zIndex:4}).append(e(a.get(i?j:q)).clone());if(d.responsive<3){h.find("img").css("width","100%");r.find("img").css("width","100%")}if(i){r.appendTo(f);h.appendTo(f)}else{h.insertAfter(p);r.insertAfter(p)}if(!i){p.stop(true,true).hide().css({left:-q+"00%"});if(d.fadeOut){p.fadeIn(d.duration)}else{p.show()}}else{if(d.fadeOut){p.fadeOut(d.duration)}}var o={left:i?k:0};var m={left:i?0:-k*0.5};var n={left:i?0:k};var l={left:(i?1:0)*b.width()*0.5};if(d.support.transform){o={translate:[o.left,0,0]};m={translate:[m.left,0,0]};n={translate:[n.left,0,0]};l={translate:[l.left,0,0]}}wowAnimate(h,o,n,d.duration,d.duration*(i?0:0.1),"easeInOutExpo",function(){g.trigger("effectEnd");h.remove();r.remove()});wowAnimate(r,m,l,d.duration,d.duration*(i?0.1:0),"easeInOutExpo")}};
+
+/* ---------------------------------------------------------------------------
+ * WOWslider Settings
+ * -------------------------------------------------------------------------- */
+
+jQuery("#wowslider-container1").wowSlider( {
+ effect:"stack",
+ duration:20*100, // change effect transition time
+ delay:20*100, // change delay on each slide
+ width:1600,
+ height:800,
+ autoPlay:true, // autoplay slides on load
+ playPause:false, // show a play & pause button
+ stopOnHover:false,
+ loop:false,
+ bullets:0,
+ caption:false, // use a caption on slides
+ controls:true, // use left, right arrows
+ fullScreen:true, // show a fullscreen button
+
+ responsive:3,
+ gestures:2,
+
+ // remove next 3 lines to remove "random" slide order
+ onBeforeStep:function(i, c) {
+ return (i+1 + Math.floor((c-1)*Math.random()))
+ }
+}
+
+);
\ No newline at end of file
diff --git a/website/Boson/HTML/plugins/wow-slider/scripts/script-stack_vertical.js b/website/Boson/HTML/plugins/wow-slider/scripts/script-stack_vertical.js
new file mode 100644
index 0000000..ea4ce70
--- /dev/null
+++ b/website/Boson/HTML/plugins/wow-slider/scripts/script-stack_vertical.js
@@ -0,0 +1,36 @@
+/**
+ * WOWslider
+ *
+ * http://wowslider.com
+*/
+function ws_stack_vertical(d,a,b){var e=jQuery;var g=e(this);var c=e("li",b);var f=e("
").addClass("ws_effect ws_stack_vertical").css({position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden"}).appendTo(b);this.go=function(q,j,i){var k=(d.revers?1:-1)*b.height();c.each(function(s){if(i&&s!=j){this.style.zIndex=(Math.max(0,this.style.zIndex-1))}});var p=e(".ws_list",b);var h=e("
").css({position:"absolute",left:0,top:0,width:"100%",height:"100%",overflow:"hidden",zIndex:4}).append(e(a.get(i?q:j)).clone()),r=e("
").css({position:"absolute",left:0,top:0,width:"100%",height:"100%",overflow:"hidden",zIndex:4}).append(e(a.get(i?j:q)).clone());if(d.responsive<3){h.find("img").css("width","100%");r.find("img").css("width","100%")}if(i){r.appendTo(f);h.appendTo(f)}else{h.insertAfter(p);r.insertAfter(p)}if(!i){p.stop(true,true).hide().css({left:-q+"00%"});if(d.fadeOut){p.fadeIn(d.duration)}else{p.show()}}else{if(d.fadeOut){p.fadeOut(d.duration)}}var o={top:i?k:0};var m={top:i?0:-k*0.5};var n={top:i?0:k};var l={top:(i?1:0)*b.height()*0.5};if(d.support.transform){o={translate:[0,o.top,0]};m={translate:[0,m.top,0]};n={translate:[0,n.top,0]};l={translate:[0,l.top,0]}}wowAnimate(h,o,n,d.duration,d.duration*(i?0:0.1),"easeInOutExpo",function(){g.trigger("effectEnd");h.remove();r.remove()});wowAnimate(r,m,l,d.duration,d.duration*(i?0.1:0),"easeInOutExpo")}};
+
+/* ---------------------------------------------------------------------------
+ * WOWslider Settings
+ * -------------------------------------------------------------------------- */
+
+jQuery("#wowslider-container1").wowSlider( {
+ effect:"stack_vertical",
+ duration:20*100, // change effect transition time
+ delay:20*100, // change delay on each slide
+ width:1600,
+ height:800,
+ autoPlay:true, // autoplay slides on load
+ playPause:false, // show a play & pause button
+ stopOnHover:false,
+ loop:false,
+ bullets:0,
+ caption:false, // use a caption on slides
+ controls:true, // use left, right arrows
+ fullScreen:true, // show a fullscreen button
+
+ responsive:3,
+ gestures:2,
+
+ // remove next 3 lines to remove "random" slide order
+ onBeforeStep:function(i, c) {
+ return (i+1 + Math.floor((c-1)*Math.random()))
+ }
+}
+
+);
\ No newline at end of file
diff --git a/website/Boson/HTML/plugins/wow-slider/scripts/script-turn.js b/website/Boson/HTML/plugins/wow-slider/scripts/script-turn.js
new file mode 100644
index 0000000..35a926c
--- /dev/null
+++ b/website/Boson/HTML/plugins/wow-slider/scripts/script-turn.js
@@ -0,0 +1,36 @@
+/**
+ * WOWslider
+ *
+ * http://wowslider.com
+*/
+jQuery.extend(jQuery.easing,{easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a}});function ws_turn(d,a,b){var f=jQuery;var h=f(this);var c=f("li",b);var e=f(".ws_list",b);var g=f("
").addClass("ws_effect ws_turn").css({position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden",perspective:500}).appendTo(b);this.go=function(q,l){var s=b.height();var j=b.width();var k={left:["0% 50%",{rotateY:90,translate:[0,0,0.1]},{left:-j}],right:["100% 50%",{rotateY:-90,translate:[0,0,0.1]},{left:j}],up:["50% 0%",{rotateX:-90,translate:[0,0,0.1]},{top:-s}],down:["50% 100%",{rotateX:90,translate:[0,0,0.1]},{top:s}]}[d.direction||["left","right","down","up"][Math.floor(Math.random()*4)]];var i=f("
").css({position:"absolute",left:0,top:0,width:"100%",height:"100%",overflow:"hidden",transformOrigin:k[0],transformStyle:"preserve-3d",outline:"1px solid transparent",zIndex:5}).append(f(a.get(q)).clone()),r=f("
").css({position:"absolute",left:0,top:0,width:"100%",height:"100%",overflow:"hidden",background:"#000",zIndex:4}).append(f(a.get(l)).clone());g.css({perspectiveOrigin:k[0]});if(d.responsive<3){i.find("img").css("width","100%");r.find("img").css("width","100%")}r.appendTo(g);i.appendTo(g);e.stop(true,true).hide().css({left:-q+"00%"});var p=k[2];var o={top:0,left:0};var n={opacity:1};var m={opacity:0.2};if(d.support.transform){p=k[1];o={rotateX:0,rotateY:0,translate:[0,0,0]}}wowAnimate(i,p,o,d.duration,"easeInOutQuart",function(){h.trigger("effectEnd");i.remove();r.remove()});wowAnimate(r.find("img"),n,m,d.duration,"easeInOutQuart")}};
+
+/* ---------------------------------------------------------------------------
+ * WOWslider Settings
+ * -------------------------------------------------------------------------- */
+
+jQuery("#wowslider-container1").wowSlider( {
+ effect:"turn",
+ duration:20*100, // change effect transition time
+ delay:20*100, // change delay on each slide
+ width:1600,
+ height:800,
+ autoPlay:true, // autoplay slides on load
+ playPause:false, // show a play & pause button
+ stopOnHover:false,
+ loop:false,
+ bullets:0,
+ caption:false, // use a caption on slides
+ controls:true, // use left, right arrows
+ fullScreen:true, // show a fullscreen button
+
+ responsive:3,
+ gestures:2,
+
+ // remove next 3 lines to remove "random" slide order
+ onBeforeStep:function(i, c) {
+ return (i+1 + Math.floor((c-1)*Math.random()))
+ }
+}
+
+);
\ No newline at end of file
diff --git a/website/Boson/HTML/plugins/wow-slider/scripts/script-tv.js b/website/Boson/HTML/plugins/wow-slider/scripts/script-tv.js
new file mode 100644
index 0000000..4f896aa
--- /dev/null
+++ b/website/Boson/HTML/plugins/wow-slider/scripts/script-tv.js
@@ -0,0 +1,36 @@
+/**
+ * WOWslider
+ *
+ * http://wowslider.com
+*/
+jQuery.extend(jQuery.easing,{easeOutBack2:function(f,g,e,j,i){var h=(g/=i)*g;var a=h*g;return e+j*(5*a*h+-15*h*h+19*a+-14*h+6*g)},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a}});function ws_tv(m,i,b){var d=jQuery;var g=d(this);var k=m.noCanvas||!document.createElement("canvas").getContext;var j=m.width,e=m.height;var f=d("
").css({position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden"}).addClass("ws_effect ws_tv").appendTo(b);if(!k){var c=d("