/* SLIDESHOW*/

.slideshow_frame_small, .slideshow_frame_med, .slideshow_frame_large {
	background-color: oklch(41.77% 0.2223 264.53);
	color: #FFFFCC;
	border-radius: 4px;
	padding: 2px 5px;
}

.slideshow_frame_small img, .slideshow_frame_med img, .slideshow_frame_large img {
	margin: 3px 0 0 0;
	width: 100%;
	cursor: zoom-in;
}

.slideshow_frame_small span, .slideshow_frame_med span, .slideshow_frame_large span {
	display: block;
	margin: 4px 0 0 0;
}

.slideshow_frame_small span img, .slideshow_frame_med span img, .slideshow_frame_large span img {
	height: 25px !important;
	width: 25px !important;
}

.slideshow_frame_small {
	width: 25%;
}

.slideshow_frame_med {
	width: 49%;
	
}

.slideshow_frame_large {
	width: 90%;
	margin: 0 auto;
}

#slideshow { 
    width: 100%;
}

#slideshow div {
	display: none;
    opacity:0.0;
  
}

#slideshow div.active {
	display: block;
    opacity:1.0;
}

#slideshow div.last-active {
	display: none;
}

#slideshow div img {
    display: block;
    margin-bottom: 5px;
}


#slideshow div p {
	text-align: center;
	margin: 0 0;
}

#start-slideshow, #stop-slideshow {
  display: inline-block;
  cursor: pointer;
}
#start-slideshow img, #stop-slideshow img {
	cursor: pointer;
}

#stop-slideshow {
	border: solid 1px #ffffff;
}