#wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
#wrapper #photo {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}

#photo img {
	position: absolute!important;
	top: 0px!important;
	left: 0px!important;
	z-index:-1;
	display:none;
}

#wrapper #photo #photo01 {
	position: absolute;
	left: 0px;
	top: 0px;
}
