/* ------------------------------------------------------------------------
	s3Slider
	
	Developped By: Boban Karišik -> http://www.serie3.info/
        CSS Help: Mészáros Róbert -> http://www.perspectived.com/
	Version: 1.0
	
	Copyright: Feel free to redistribute the script/modify it, as
			   long as you leave my infos at the top.
------------------------------------------------------------------------- */
(function(b){b.fn.s3Slider=function(k){var i=this,d=k.timeOut!=void 0?k.timeOut:4E3,e=null,g=!0,f=!1,c=b("#"+i[0].id+"Content ."+i[0].id+"Image"),h=b("#"+i[0].id+"Content ."+i[0].id+"Image span");c.each(function(a){b(c[a]).mouseover(function(){f=!0});b(c[a]).mouseout(function(){f=!1;j(!0)})});var j=function(a){a=a?d/2:d;a=g?10:a;c.length>0?setTimeout(l,a):console.log("Poof..")},l=function(){e=e!=null?e:c[c.length-1];var a=jQuery.inArray(e,c)+1,a=a==c.length?0:a-1;b(i).width();g==!0?f||b(c[a]).fadeIn(d/ 6,function(){b(h[a]).css("bottom")==0?b(h[a]).slideUp(d/6,function(){g=!1;e=c[a];f||j(!1)}):b(h[a]).slideDown(d/6,function(){g=!1;e=c[a];f||j(!1)})}):f||(b(h[a]).css("bottom")==0?b(h[a]).slideDown(d/6,function(){b(c[a]).fadeOut(d/6,function(){g=!0;e=c[a+1];f||j(!1)})}):b(h[a]).slideUp(d/6,function(){b(c[a]).fadeOut(d/6,function(){g=!0;e=c[a+1];f||j(!1)})}))};l()}})(jQuery);
