.shell {
	width: 468px;
	height: 589px;
	position: relative;
	overflow: hidden;
}

.images {
	width: 300%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0;
	transition: .2s;
}

.img {
	border: 1px solid #dbdbdb;
	width: 466px;
	height: 466px;
	position: relative;
}

.img img {
	width: 466px;
	height: 466px;
}

.button-bom {
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.min-images {
	display: flex;
	justify-content: center;
}

.min {
	width: 89px;
	height: 86px;
	cursor: pointer;
	border: 1px solid #d2d2d2;
	margin-right: 8px;
}

.min:last-child {
	margin-right: 0;
}

.min img {
	width: 89px;
	height: 86px;
}

.white {
	border: 2px solid #1e2c49;
}

.button-left {
	background-color: rgba(30, 44, 73, 12%);
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.button-right {
	background-color: rgba(30, 44, 73, 12%);
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.button-left:hover,
.button-right:hover {
	background-color: #1e2c49;
}