$('#carousel-example-generic').on('slid.bs.carousel', function(event)
{
$(event.currentTarget).find('.carousel-inner .item .right_otzyv').css({'background-color': ''});
$(event.currentTarget).find('.carousel-inner .item.active .right_otzyv').css({'background-color': 'green'});
});
$('#myCarousel').on('slide.bs.carousel', function () {
// do something…
})