/* wp-crossfade start */
#wp-crossfade {
	text-align: right;
	position: relative;
	margin: auto;
	border: 2px solid #eee;
}
#wp-crossfade,
.wp-crossfade-class-container {
	width: 600px;
	height: 60px;
	overflow: hidden;
}
#wp-crossfade-loading {
	padding: 98px 0;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
}
.wp-crossfade-class-text-container {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #eee; 
	overflow: hidden;
	width: 128px;
	height: 60px;
	z-index: 2000;
	opacity: .9;
}
.wp-crossfade-class-text-container div {
	margin: 3px 0;
	padding: 0 3px;
}
.wp-crossfade-class-dot-container {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
}
.wp-crossfade-class-dot {
	width: 0px;
	height: 0px;
	background-color: #000;
	border: 1px solid #eee;
}
.wp-crossfade-class-dot-selected {
	opacity: 0;
	width: 0px;
	height: 0px;
	background-color: #eee;
	margin: -1px;
}
.wp-crossfade-class-image-container {
	overflow: hidden;
	text-align: right;
}
/* wp-crossfade end */