/* wp-crossfade-vert start */
#wp-crossfade-vert {
	text-align: center;
	position: relative;
	margin: auto;
	border: 5px #000;

}
#wp-crossfade-vert,
.wp-crossfade-vert-class-container {
	width: 180px;
	height: 700px;
	overflow: hidden;
}
#wp-crossfade-vert-loading {
	padding: 98px 0;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
}
.wp-crossfade-vert-class-text-container {
	position: absolute;
	bottom: 0px;
	background-color: #eee; 
	overflow: hidden;
	width: 160px;
	height: 90px;
	z-index: 2000;
	opacity: .9;
}
.wp-crossfade-vert-class-text-container div {
	margin: 6px 0;
	padding: 0 6px;
}
.wp-crossfade-vert-class-dot-container {
	position: absolute;
	bottom: 100px;
	left: 5px;
	width: 1px;
	height: 1px;
}
.wp-crossfade-vert-class-dot {
	width: 0px;
	height: 0px;
	background-color: #000;
	border: 1px solid #fff;
}
.wp-crossfade-vert-class-dot-selected {
	opacity: 0;
	width: 0px;
	height: 0px;
	background-color: #eee;
	margin: -1px;
}
.wp-crossfade-vert-class-image-container {
	overflow: hidden;
	text-align: right;
	left: 5px;
}
/* wp-crossfade-vert end */