#main {
	width: 100%;
	height: 376px;
	position:relative;
	top:0;
	left:0;
	z-index:9;
	overflow:hidden
}
#main .box {
	width:1920px;
	height:376px;
	overflow:hidden;
	position:relative;
}
#main .box img {
	width:1920;
	height:376px;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	filter:alpha(opacity=0);
}