#blinds-cont, #blinds-cont_admin {
	background:url(../img/slideshow/bg.png) 0 0 no-repeat;
	width: 496px;
	height: 280px;
	margin:  auto;
	padding: 16px 0 0 0;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
}
#blinds-cont_admin{
	background:url(../img/slideshow/bg.png) 0 0 no-repeat;
}

#blinds {
	height: 263px;
	width: 465px;
	margin: 0 auto;
	background: url(../img/slideshow/spinner.gif) 50% no-repeat;
}

.floom_container {
	overflow: hidden;
	border-top: solid 1px #666;
	border-bottom: solid 1px #fff;
}

.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 {
	
}