
#blinds {
	height: 508px;
	width: 1082px;
	margin: 0 auto;
	background: url(spinner.gif) 50% no-repeat;
}

.floom_container {
	overflow: hidden;
	border-top: solid 0px #666;
	border-bottom: solid 0px #fff;
}

.floom_progressbar {
	height: 3px;
	background: #131718;
	width: 0;
	position: relative;
	top: 2px;
	z-index: 1000;
	border-bottom: solid 1px #fff;
	font-size: 1px;
}

.floom_slice {

	position: relative;
}

	
.floom_vertical {
	float: left;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 15px;
	text-align: center;
	font-size: 1.0em;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}