// -----------------------------------------------------------------------------------
// 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-09-27
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
function ws_stack_vertical(options,images,container){var $=jQuery;this.go=function(new_index,curIdx,dx,dy){var dir=(new_index-curIdx+1)%images.length;if(Math.abs(dy)>=1){dir=dy>0?0:1;}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 newTop=dir?0:-options.height;hiImg.stop(1,1).css({'z-index':4,top:-options.height-newTop+"px"});if(!dir){loImg.stop(1,1).css({top:0});}loImg.css({'z-index':3});hiImg.animate({top:newTop+"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-09-27
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
jQuery("#wowslider-container1").wowSlider({effect:"stack_vertical",prev:"",next:"",duration:15*100,delay:31*100,outWidth:1050,outHeight:350,width:1050,height:350,autoPlay:true,stopOnHover:false,loop:false,bullets:0,caption:false,controls:false});
