#blinds-cont {
	width: 840px;
	height: 340px;
	font-family: "Georgia", "Arial Narrow", "Arial", sans-serif;
	margin-top: 20px;
	margin-left: 24px;
	background-image: url(../images/slideshow_background.png);
	position: absolute;
	background-repeat: no-repeat;
}

#blinds {
	height: 300px;
	width: 800px;
	margin-top: 19px;
	margin-left: 24px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-top-color: #666;
}

.floom_container {
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #999;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #666;
}

.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;
}

	
.floom_vertical {
	float: left;
}

.floom_horizontal {
	
}

.floom_caption {
	width: 100%;
	position: relative;
	top: 25px;
	text-align: center;
	font-size: 1.0em;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}
