#blinds {
	height: 239px;
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}

.floom_container {
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

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

.floom_slice {
	z-index: 10;
	position: relative;
}

	
.floom_vertical {
	float: left;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	text-shadow: 0 1px 0 #fff;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}