.image_area{
    /*border: 1px solid black;*/
    height: 600px;
	width: 700px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.stage{
    /*background-color: red;*/
    display: block;
	width: 100%;
	height: 79%;
}

.stage img{
    display: block;
    height: 95%;
	margin: auto;
}

.queue_area{
    height: 20%;
    width: 100%;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
}

.queue{
	height: 100%;
	width: 100px;
	/*width: calc(206px * 8);*/
}

.queue_image{
    /* border: 1px solid black;*/
    display: inline-block;
	width: 200px;
	height: 100%;
	overflow: hidden;
	margin: 0 3px 0 3px;
}

/*
.queue_image a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: 100%;
}
*/

.queue_image img{
    display: block;
	width: 100%;
	margin: auto;
}