    .slick-prev::before, .slick-next::before { color:#333333 !important; }

    #main-image {
        width: 600px;
        height: auto;
        display: block;
    }

    #thumbnail-carousel {
        width: auto;
        margin: 20px auto;
    }

    .thumbnail {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }

    .thumbnail img {
        width: 100px; /* Set your preferred thumbnail size */
        height: auto;
        border: 2px solid #ddd;
        border-radius: 5px;
    }

    /* Add your own modal styles */
    #image-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
         z-index:1000;
    }

    #modal-content {
        max-width: 80%;
        max-height: 80%;
        margin: auto;
        overflow: hidden;
		text-align: center;
    }

    #modal-image {
        width: 75%;
        height: 75%;
    }
    #modal-navigation {
        top: 50%;
        width: 75%;
        display: flex;
        justify-content: space-between;
        color: #fff;
		margin: auto;
    }

    .modal-arrow {
        cursor: pointer;
		border-radius: 15px;
		background-color: darkgrey;
		font-weight: bold;
		font-size: 30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 28px;
		margin-top: 10px;
    }