@charset "utf-8";



/*crossFader*/

.crossfader{

	position:relative;

	height:420px;

}



.crossfader img{

	position:absolute;

	top:0;

	left:0;

	z-index:8;

	opacity:0;

	cursor:pointer;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



.crossfader .active{

	z-index:10;

	opacity:1.0;

}



.crossfader .last-active{

	z-index:9;

}

