// -----------------------------------------------------------------------------------
// 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.
// Last updated: 2011-10-18
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
function ws_basic_linear(options,images,container){var $=jQuery;var movingDiv=$("<div></div>").css({position:"absolute",display:"none",'z-index':2,width:options.width*2+"px",height:options.height+"px"}).appendTo(container);images.each(function(Index){$(this).css({'z-index':0});if(!Index){$(this).show();}else{$(this).hide();}});this.go=function(new_index,curIdx){movingDiv.stop(1,1);var dir=(new_index-curIdx+1)%images.length?"left":"right";$(images[curIdx]).clone().css({position:"absolute",left:"auto",right:"auto",top:0}).appendTo(movingDiv).css(dir,0);$(images[new_index]).clone().css({position:"absolute",left:"auto",right:"auto",top:0}).appendTo(movingDiv).css(dir,options.width+"px").show();movingDiv.css({left:"auto",right:"auto",top:0}).css(dir,0).show();$(images[curIdx]).hide();var an={};an[dir]=-options.width+"px";movingDiv.animate(an,options.duration,"easeInOutExpo",function(){$(images[new_index]).show();$(this).hide().html("");});return new_index;};}// -----------------------------------------------------------------------------------
// 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.
// Last updated: 2011-10-18
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
jQuery("#wowslider-container2").wowSlider({effect:"basic_linear",prev:"",next:"",duration:10*100,delay:50*100,outWidth:600,outHeight:85,width:600,height:85,autoPlay:true,stopOnHover:false,loop:false,bullets:0,caption:false,controls:true});
