.blinds {
	height: 200px;
	top: -10px;
	width: 600px;
	padding-left: 20px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	background: url(spinner.gif) 50% no-repeat;
}
.blinds-cont {
	background: url(bg.png) 0 0 no-repeat;
	width: 600px;
	top: -10px;
	height: 200px;
	position:absolute;
	padding-left: 300px;
	font-size:10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}
#blinds {
	height:200px;
	width: 600px;
	top: 84px;
	padding-left: 20px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	background: url(spinner.gif) 50% no-repeat;
	left: 0px;
}
#blinds-cont {
	background: url(bg.png) 0 0 no-repeat;
	width: 600px;
	top: 0px;
	height:200px;
	position:absolute;
	padding-left: 300px;
		padding-top:0px
	font-size:10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}

.floom_container {
	overflow: hidden;
}

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

.floom_slice {
	z-index: 10;
}

	
.floom_vertical {
	float:none;
}

.floom_horizontal {
	
}

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

