/* Cross Fade Image Container */
#fade-group{
	margin:0 auto;
	min-height:400px;	/* Height of img. Support: http://caniuse.com/minmaxwh */
	position:relative;	/* Contain absolute positioned child elements */ 
	width:400px;		/* Width of img */
}
#fade-group img{
	position:absolute;	/* Adds positioning properties ex: z-index */
}
#fade-group img.active{z-index:3 /* Top of stack */}
#fade-next-button{width: 400px;}
