
#blinds {
	height: 295px;
	width: 977px;
	margin: 0 auto;
	background: url(spinner.gif) 50% no-repeat ;
}

.floom_container {
	overflow: hidden;
}

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

.floom_slice {
	z-index: 10;
}

	
.floom_vertical {
	float: left;
}
