﻿/* similar to OneItem */
.itemcore {
	min-width: 290px;
	max-width: 400px;
	margin-left: 10px;
}

#divpic_arrow {
	cursor: pointer;
}

.arrowBtn {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 45%;
	z-index: 2;
}

.containerCentreImg {
	display: flex;
	align-items: center; /* Vertically centers the content */
	justify-content: center; /* Horizontally centers the content */
	max-width: 635px;
	position: relative; /* for image absolute */
}

	.containerCentreImg img {
		max-width: 100%; /* Ensures both image fit within the div so scales down on phone */
		max-height: 100%;
	}

.arrowimg {
	width: 3.125%;
	height: auto;
}

.imgthumb {
	width: 56px;
	height: 56px;
	background-size: cover;
	cursor: pointer;
	margin-right: 8px;
}

.imgcurrthumb {
	border: 1px solid blue;
}
.leftZero {
	left: 10px;
}

.rightZero {
	right: 10px;
	/*left: calc(100vw - 85px); /*right:0 goes off screen on mobile SO/36657131*/
}