diff --git a/components/css/styles.css b/components/css/styles.css
index 6f9ac76..ccc4762 100755
--- a/components/css/styles.css
+++ b/components/css/styles.css
@@ -89,7 +89,7 @@
}
.show_block{
- *display: inline;
+ display: inline;
zoom: 1;
height: 100%;
padding: 5px;
@@ -306,4 +306,12 @@
table td {
font-size: 1em;
+ }
+
+ .carousel {
+ height: 100%
+ }
+
+ .carousel-item {
+ display: block
}
\ No newline at end of file
diff --git a/components/gallerycarousel.js b/components/gallerycarousel.js
index abbce7c..e47e633 100755
--- a/components/gallerycarousel.js
+++ b/components/gallerycarousel.js
@@ -1,33 +1,45 @@
import Image from "next/legacy/image";
import { Navigation, Pagination, Scrollbar, A11y, Autoplay } from 'swiper';
-import { Swiper, SwiperSlide } from 'swiper/react';
-import 'swiper/css';
-import 'swiper/css/navigation';
-import 'swiper/css/pagination';
-import 'swiper/css/scrollbar';
+import { Carousel, CarouselItem } from "react-bootstrap";
+import { useState } from "react";
+import Link from 'next/link'
-const GalleryCarousel = ({galleryImages, basepath}) => {
- console.log(galleryImages.data[0])
- return(
- {item.body}
-
{item.title}
+