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