// -----------------------------------------------------------------------------------
// 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_stack(options,images,container){var $=jQuery;this.go=function(new_index,curIdx,dx,dy){var dir=images.length>2?(new_index-curIdx+1)%images.length:1;if(Math.abs(dx)>=1){dir=dx>0?0:1;}dir=dir^!!options.revers;var loImg=$(images.get(dir?curIdx:new_index));var hiImg=$(images.get(dir?new_index:curIdx));images.each(function(Index){if(dir&&Index!=curIdx){this.style.zIndex=Math.max(0,this.style.zIndex-1);}});var outPos=(options.revers?-1:1)*options.width;var newLeft=dir?0:outPos;hiImg.stop(1,1).css({'z-index':4,left:outPos-newLeft+"px"});if(!dir){loImg.stop(1,1).css({left:0});}loImg.css({'z-index':3});hiImg.animate({left:newLeft+"px"},options.duration,"easeInOutExpo");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-container1").wowSlider({effect:"stack",prev:"prev",next:"next",duration:3*100,delay:97*100,outWidth:807,outHeight:445,width:807,height:445,autoPlay:true,stopOnHover:true,loop:true,bullets:true,caption:false,controls:true});
