﻿#imageContainer {
	position:relative;
	margin:auto;
	width:800px; /*画像の横幅*/
	height:280px; /*画像の縦幅*/
	border:0px solid #000; /*画像のまわりのボーダー*/
}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
        width:800px;
        height:280px;
        filter:alpha(opacity=0);
}



