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