this.$el.find('.icon-chevron-sign-right').click(function() {
                this.$carousel.carousel('next');
            }.bind(this));