#blinds-cont {
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	background: url(bg.png) 0 0 no-repeat;
	font-family: 'Georgia', 'Arial Narrow', 'Arial', sans-serif;
	height: 410px;
	-moz-box-shadow: 0 0 40px #000;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
			
#blinds-cont #blinds { 
			margin: 0 auto; 
			background: url(spinner.gif) 50% no-repeat; 
			height: 330px; 
			width: 960px; }
#blinds-cont #blinds .floom_slice { z-index: 10; }
#blinds-cont #blinds .floom_caption { 
			text-shadow: 0 1px 0 #666; 
			font-size: 1.0em; 
			color: #666; 
			font-style: italic; 
			position: relative; 
			text-align: center; 
			width: 100%; 
			top: 25px; }
#blinds-cont #blinds .floom_progressbar { 
			font-size: 1px; 
			background: #9F0; 
			border-bottom: solid 1px #9F0; 
			height: 3px; 
			position: relative; 
			z-index: 1000; 
			width: 0; 
			top: 2px; }
#blinds-cont #blinds .floom_container { 
			overflow: hidden; 
			border-bottom: solid 1px #fff; 
			border-top: solid 1px #333; }
#blinds-cont #blinds .floom_vertical { float: left; }
