#blinds-cont {
	width: 920px;
	height: 220px;
	-moz-box-shadow: 0 0 17px #444444;
	-webkit-box-shadow: 0 0 17px #444444;
	font-family: "Georgia", "Arial Narrow", "Arial", sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}

#blinds {
	height: 220px;
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A90F20;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}

.floom_container {
	overflow: hidden;
}

.floom_progressbar {
	height: 1px;
	width: 0;
	position: relative;
	top: 0px;
	z-index: 1000;
	font-size: 1px;
	background-color: #000047;
}

.floom_slice {
	z-index: 10;
}

	
.floom_vertical {
	float: left;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 1.0em;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}

