.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
}
.wrapper{
	height:3000px;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:0px;
	bottom:0px;
}
#slide3 img{
	position:absolute;
	display:inline !important;
}