#blinds-cont {
	background: url(bg.png) 0 0 no-repeat;
	width: 1000px;
	height: 280px;
	font-family:Tahoma, Geneva, sans-serif;
}

#blinds {
	height: 280px;
	width: 1000px;
	margin: 0 auto;
	background: url(spinner.gif) 50% no-repeat;
	color: #D5E1EF;
}

.floom_container {
	overflow: hidden;	
}

.floom_progressbar {
	height: 0px;
	background: #131718;
	width: 0;
	position: relative;
	top: 2px;
	z-index: 1000;
	border-bottom: solid 0px #fff;
	font-size: 1px;
}

.floom_slice {
	z-index: 10;
	position: relative;
}

	
.floom_vertical {
	float: left;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 5px;
	text-align: center;
	font-size: 1em;
	color: #333;


}
