// -----------------------------------------------------------------------------------
// 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_fly(options,images,container){var $=jQuery;container.css("overflow","visible");images.each(function(Index){if(!Index){$(this).show();}else{$(this).hide();}});this.go=function(new_index,curIdx,dx){var dir=0;if(dx){if(dx>=1){dir=1;}if(dx<=-1){dir=0;}}var start=(dir?1:-1)*options.width/4;var $new=$(images.get(new_index));$new.stop(1,1);$new.css({opacity:"hide",left:start,'z-index':3});$new.animate({opacity:"show"},{duration:options.duration,queue:false});$new.animate({left:0},{duration:2*options.duration/3,queue:false});var $current=$(images.get(curIdx));setTimeout(function(){$current.animate({left:-start,opacity:"hide"},2*options.duration/3,function(){$current.css("left",0);$new.css({'z-index':"",opacity:1});});},options.duration/3);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:"fly",prev:"",next:"",duration:12*100,delay:40*100,outWidth:500,outHeight:270,width:500,height:270,autoPlay:true,stopOnHover:false,loop:false,bullets:true,caption:true,controls:true});
