 .slideshow-container {
            position: relative;
            display: flex;
            justify-content: center;
            margin: 0px 0;
        }

        .slideshow-section {
            flex: 1;
            text-align: center;
            padding: 10px;
            display: none; /* Hide images initially */
        }

        .slideshow-image {
            max-width: 100%;
            height: auto;
            border: 0px solid #ddd;
            margin-bottom: 10px;
        }

        .download-link {
            display: block;
            margin-top: 10px;
            text-decoration: none;
            font-size: 11px;
        }

        .navigation {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 0px;
        }

        .prev, .next {
            cursor: pointer;
            font-size: 11px;
            margin: 0 10px;
            color: #0d6efd;
        }