#blinds-cont {
	width: 515px;
	height: 250px;
}

#blinds {
	height: 250px;
	width: 515px;
	background: url(spinner.gif) no-repeat 50% 50%;
}

.floom_container {
	overflow: hidden;
	border-top: solid 1px #666;
	border-bottom: solid 1px #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 {
	z-index: 10;
	position: relative;
}
.floom_vertical {
	float: left;
}
