#blinds-cont {
	background:  0 0 no-repeat;

	width: 500px;
	height: 350px;
	margin: 50px auto;
	top:0px;
	padding: 20px 0 0 0;
	-moz-box-shadow: 0 0 20px #013b0e;
	-webkit-box-shadow: 0 0 20px #013b0e;
	
	}
#blinds {
	height: 250px;
	width: 450px;
	margin: 0 auto;
	background: url(spinner.gif) 50% no-repeat;
}

.floom_container {
	overflow: hidden;
	border: solid #060 4px;
}

.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;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 25px;
	text-align: center;
	font-size: 25px;
	color: #060;
	text-shadow: 0 0 5px #ccc;
}