a {
  text-decoration: none;
  font-weight: bold;
  color: #a07352;
}

#blinds-cont {
}

#blinds {
	height: 331px;
	width: 590px;
	margin: 0 auto;
}

.floom_container {
	overflow: hidden;
	border: solid 2px #a07352;
}

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

.floom_slice {
	z-index: 10;
	position: relative;
}

	
.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 #e7d7b3;
	font-style: italic;
}