.floom_container {
	overflow: hidden;
}

.floom_progressbar {
	height: 3px;
	background: #fff;
	width: 0;
	position: relative;
	top: 2px;
	z-index: 1000;
	font-size: 1px;
}

.floom_slice {
	z-index: 10;
}

	
.floom_vertical {
	float: left;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 25px;
	text-align: center;
	font-size: 1.0em;
	color: #333;
	font-style: italic;
}