function ws_fade(b,a){var c=jQuery;a.each(function(d){if(!d){c(this).show()}else{c(this).hide()}});this.go=function(d,e){c(a.get(d)).fadeIn(b.duration);c(a.get(e)).fadeOut(b.duration);return d}};// -----------------------------------------------------------------------------------

jQuery("#lorenzo-container1").lorenzo({effect:"fade",prev:"",next:"",duration:20*100,delay:20*100,outWidth:990,outHeight:333,width:990,height:333,autoPlay:true,stopOnHover:true,loop:false,bullets:true,caption:true,controls:true});
