#ImageWrapper {
	background-color: black;
	height: 480px;
	width: 640px;
	margin: 0 auto;
	text-align: center;
	vertical-align: mji;

	/*選択不可にする*/
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#SlideshowImage {
	opacity: 0;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}


