#junior_detail, #asw24_detail {
	display:none;
}

#junior_detail h2, #asw24_detail h2 {
	text-align:center;
}

#junior_detail img, #asw24_detail img {
	display:block;
	margin:0 auto;
}

#junior, #asw24 {
	margin:10px;
	display:inline-block;
}

#slideshow_junior, #slideshow_asw24 {
	position: relative;
	width: 300px;
	height:200px;
	display:block;
}

#slideshow_junior:hover, #slideshow_asw24:hover{
    border:solid 2px blue;
       margin:-2px;
}

#slideshow_junior img, #slideshow_asw24 img {
	position: absolute;
	left:0;
	width:100%;
	z-index:8;
	opacity:0.0;
}

#slideshow_junior img.active, #slideshow_asw24 img.active {
	z-index:10;
	opacity:1.0;
}

#slideshow_junior img.last-active, #slideshow_asw24 img.last-active {
	z-index:9;
}

div#modal {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:11;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.container {
	position: relative;
	width: 500px;
	background-color: #ffffff;
}

#kitai {
	margin:0 auto;
	text-align:center;
}

#ASK21 table {
	margin: auto;
	width: 80%;
}
#ASK21 img {
	margin: 0 auto;
	display:block;
}
