.acgContentSlider2
{
	joverflow:auto;
}

.acgContentSlider2CloseButton
{
	position:absolute;
	right:0;
	top:0;
	padding-right:11px;
	padding-top:3px;
	z-index:999;
	cursor:pointer;
}

.acgContentSlider2SlideContainer
{
	overflow:auto;
	height:100%;
}

.acgContentSlider2SlideWrapper
{
	padding:1em;
	border:1px solid black;
	cursor:pointer;
}

.acgContentSlider2Slide
{
	text-align: center;
	jfont-size: 18px;
	background: #fff;

	display: block;

	jwidth:150px;
	
}
.acgContentSlider2Slide:not(:last-child)
{
	margin-bottom:1em;
}
.acgContentSlider2 img
{
	display:block;
	jwidth:100%;	/* This may cause the image to be cropped since the height will be forced to correspond to the image made 100% */
	height:174px;
	max-width:190px;
	object-fit:contain;
	margin:auto;
}