#gallery {
	position: relative;
/*	margin: 0 0 0 35px;
	width: 864px;
	height: 232px;*/
	height: 180px;
	background: white;
}
 
#progress {
        position: relative;
        display: block;
        float: left;
	margin: 105px 0 0  375px;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}


