(function($){$.fn.extend({simpleSlider:function(p){var q={color:'#fff',fontSize:'14px',fontFamily:'Arial',margin:'0 10px 0 10px',textAlign:'left'};var u={color:'#fff',fontSize:'10px',fontFamily:'Verdana',margin:'0 10px 0 10px',textAlign:'left'};var v={alpha:'0.7',bgColor:'#000',bgSpeed:'slow',captionSpeed:'slow',height:'50px',timeOut:4000,titleStyle:q,subtitleStyle:u};var p=$.extend(v,p);return this.each(function(){var b=$(this);var w=b.find('img').eq(0).width();var h=b.find('img').eq(0).height();var c='-'+p.height;var d=String(parseInt(p.height)/2)+'px';var f=[];var g=0;var j=isNaN(parseInt(p.bgSpeed))?p.bgSpeed:parseInt(p.bgSpeed);var k=isNaN(parseInt(p.captionSpeed))?p.captionSpeed:parseInt(p.captionSpeed);var l=function(){var a=($(f[g]).data('timeOut')==undefined)?parseInt(p.timeOut):$(f[g]).data('timeOut');$(f[g]).children('div').animate({marginTop:c},k,function(){setTimeout(n,a)})};var m=function(){$(f[g]).fadeIn(j,l)};var n=function(){$(f[g]).children('div').animate({marginTop:'0'},k,function(){$(this).parent().fadeOut(j,m)});g++;if(g>(f.length-1))g=0};b.css({listStyle:'none',padding:'0px',width:w+'px',height:h+'px',overflow:'hidden'}).children('li').css({margin:'0',display:'block',width:w+'px',height:h+'px',overflow:'hidden'}).append('<div><h1></h1><p><p></div>').children('div').css({position:'relative',backgroundColor:p.bgColor,opacity:p.alpha,width:w+'px',height:p.height+'px',overflow:'hidden'});b.find('li').each(function(i,e){var r=$(this).attr('rel');if(r!=undefined){if(r.indexOf('simpleSlider')!=-1){eval('var o = '+(r.substr(r.indexOf('{'),(r.length-1))));$(e).data('timeOut',o.timeOut)}}var t=$(this).attr('title');var s=$(this).find('img').eq(0).attr('title');f[i]=e;if(i>0)$(e).hide();$(this).find('h1').css(q).css(p.titleStyle).html(t).next('p').css(u).css(p.subtitleStyle).html(s)});l()})}})})(jQuery);
