.exhibitors__product-list .product { margin-bottom: 2em; }
.exhibitors__product-list .product p { margin-bottom: 10px; }
.exhibitors__product-list .product .description { white-space: pre-wrap; }
.exhibitors__product-list .product .image-list-container { display: flex; flex-direction: row; align-items: center; margin-top: 20px; }
.exhibitors__product-list .product .image-list-container .arrow { width: 16px; height: 28px; cursor: pointer; }
.exhibitors__product-list .product .image-list-container .arrow.arrow-left { background-image: url('/i/photoreport_full/arrow_left.png'); margin-right: 10px; }
.exhibitors__product-list .product .image-list-container .arrow.arrow-right { background-image: url('/i/photoreport_full/arrow_right.png'); margin-left: 10px; }
.exhibitors__product-list .product .image-list-container .image-list .image { display: none; max-width: 300px; max-height: 200px; }
.exhibitors__product-list .product .image-list-container .image-list .image.current { display: block; }
