/* wp-crossfade start */
#wp-crossfade {
	text-align: left;
	position: relative;
	margin: 30px auto;
}
#wp-crossfade,
.wp-crossfade-class-container {
	width: 312px;
	height: 222px;
	overflow: hidden;
}
#wp-crossfade-loading {
	padding: 98px 0;
	background-color: transparent;
	text-align: center;
}
.wp-crossfade-class-text-container {
	position: absolute;
	bottom: 25px;
	background-color: #000; 
	overflow: hidden;
	width: 312px;
	z-index: 2000;
	font-size: 10px;
	text-align: right;
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	display: none;
}
.wp-crossfade-class-text-container div {
	margin: 6px 0;
	padding: 0 6px;
}
.wp-crossfade-class-text-container div h3 {
	font-size: 10px;
	font-weight: normal;
}
.wp-crossfade-class-dot-container {
	position: absolute;
	bottom: 8px;
	left: 0px;
	width: 1px;
	height: 1px;
}
.wp-crossfade-class-dot {
	width: 6px;
	height: 6px;
	background-color: #002837;
}
.wp-crossfade-class-dot-selected {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	width: 6px;
	height: 6px;
	background-color: #02caf9;
}
.wp-crossfade-class-image-container {
	overflow: hidden;
	text-align: right;
}
/* wp-crossfade end */