@charset "utf-8";

/*crossFader*/
.crossfader{
	position:relative;
	height:348px;
	width: 800px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}

img{vertical-align:top;}
a img{border:0;}

blockquote{
	margin-top:20px;
	padding:20px;
	border:1px solid #F0F0F0;
	color:#777;
	background-color:#FAFAFA;
}