#myCarousel{
    max-width: 100%;
    margin: 0 auto;
	/**background: #fff;**/
    object-fit: contain;
    display: flex;
}

#thumbCarousel{
	max-width: 100%;
	overflow: visible;
	object-fit: contain;
    justify-content: center;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-top:20px;
}

#thumbCarousel .thumb{
	float: left;
	margin-right: 10px;
	border: 1px solid #cccccc00;
	background: #fff;
}

#thumbCarousel .thumb:last-child{
	margin-right: 0;
}

.thumb:hover{
	cursor: pointer;
}

.thumb img{
	opacity: 1.0;
}

.thumb img:hover{
	opacity:0.5;
}

.thumb.active img{
	opacity: 1;
  border: 5px solid #1d62b7;
}