
function ws_fade(options,images){var $=jQuery;images.each(function(Index){if(!Index){$(this).show();}else{$(this).hide();}});this.go=function(new_index,curIdx){$(images.get(new_index)).fadeIn(options.duration);$(images.get(curIdx)).fadeOut(options.duration);return new_index;};}// -----------------------------------------------------------------------------------

jQuery("#container1").mySlider({effect:"fade",prev:"",next:"",duration:10*100,delay:30*100,outWidth:620,outHeight:320,width:620,height:320,autoPlay:true,stopOnHover:false,loop:false,bullets:true,caption:false,controls:false});
