if(mode == 'single'){
                        $current    = $('.images div:nth-child('+current+')',$this);
                        $next       = $current.next();
                        if($next.length){
                            $current.hide();