@charset "utf-8";
/* CSS Document */

.display_image {
	width: 800px;
	float : left;
	clear : both;
	padding-bottom : 10px;

}

.display_image ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px !important;
	position: relative;
	margin: 0 auto;
	padding: 80px 10px 40px 10px;
}

.display_image li {
	list-style: none;
}

.display_image .main_image li {
	position: absolute;
	z-index: 1;
}

.display_image .main_image li.carrent img{
	transform: scale(1.4)
}

.display_image .thumb {
	margin: 0 auto;
	clear: both;
}

.display_image .thumb li {
	float: left;
	padding: 5px;
}

.display_image .thumb li:hover {
	cursor: pointer;
	background-color: #ff9;
}

.display_image .thumb li.carrent {
	background-color: #fc3;
}

.display_image .thumb li.carrent:hover {
	background-color: #fc3;
}

