

.crossfader{
	width: 100%;
	position: relative;
	overflow: hidden;	
}

.crossfader > ul{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.crossfader > ul > li{
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


.crossfader > ul > li > img{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0;

}

.crossfader > ul > li.caption{
	display: none;
	position: absolute;
	bottom: 5%;
}



@media all and (transform-3d), (-webkit-transform-3d) {

	
	
	
}