(function(a){a.fn.s3Slider=function(g){var d=this;var k=(g.timeOut!=undefined)?g.timeOut:4000;var f=null;var c=null;var j=true;var e=false;var h=a("#"+d[0].id+"Content ."+d[0].id+"Image");h.each(function(l){a(h[l]).mouseover(function(){e=true});a(h[l]).mouseout(function(){e=false;b(true)})});var b=function(l){var m=(l)?(k/2):k;m=(j)?10:m;if(h.length>0){c=setTimeout(i,m)}else{console.log("Poof..")}};var i=function(){f=(f!=null)?f:h[(h.length-1)];var l=jQuery.inArray(f,h)+1;l=(l==h.length)?0:(l-1);var m=a(d).width()*l;if(j==true){if(!e){a(h[l]).fadeIn((k/6),function(){j=false;f=h[l];if(!e){b(false)}})}}else{if(!e){a(h[l]).fadeOut((k/6),function(){j=true;f=h[(l+1)];if(!e){b(false)}})}}};i()}})(jQuery);
