/* wp-crossfade start */
#wp-crossfade {
	text-align: left;
	position: relative;
	margin: 1px 0;
	width:659px;
	height:201px;
	background-color:#9d9c9c;	
}
.wp-crossfade-class-container {
	width: 659px;
	height: 176px;
	overflow: hidden;
}
#wp-crossfade-loading {
	padding: 78px 0;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
}
.wp-crossfade-class-text-container {
	position: absolute;
	top: 10px;
	background-color: #fff; 
	overflow: hidden;
	width: 413px;
	height: 78px;
	z-index: 2000;
	opacity: .9;
}
.wp-crossfade-class-text-container div {
	margin: 6px 0;
	padding: 0 6px;
}
.wp-crossfade-class-dot-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 600px;
	height: 1px;
}
.wp-crossfade-class-dot {
	width: 150px;
	height: 25px;
	background-color:#8c8989;
	border-right:#9d9c9c solid 1px;
}
.wp-crossfade-class-dot-selected {
	opacity: 0;
	width: 150px;
	height: 25px;
	background-color: #e4e4e1;
}
.wp-crossfade-class-image-container {
	overflow: hidden;
	text-align: right;
}
/* wp-crossfade end */
