This sample shows carousel interacting with common layers.
You can see common layers like title, price, description and "Buy Now" button's link are changing according to current activated carousel item. Each carousel item is also a layer which has special class name "kr-carousel". You can connect any common layer with any carousel item layer using special class name in common layer like "kr-carousel-cloud-title" and data attribute in carousel item layer like "data-title". In this way, you can see common layer's inner html content is replaced by data attribute value of carousel item when the carousel item's activated.