.bgfader{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
width: 1000px;
	height: 0px;
	display: none;
}
.bgfader-overlay{
	z-index: 0;
width: 1000px;
	height:0px;
	position: absolute;
	top: 0;
	left: 0;
}
.bgfader > .image{
	display: none;
}

.bgfader, .bgfader > .image{
	width: 1000px;
	height: 317px;
	background-position: center;
	background-repeat: no-repeat;

}
