@CHARSET "UTF-8";

div.fader > * {
    position:absolute;
    top:0px;
}

div.fader {
    position:relative;
}

div.fader div:first-child{
	z-index:1
}

/*
 * Change to height of image
 */
div.fader {
    height:300px;
}