#zoom_vas {
	position: relative;
	margin-left: 10px;
	background: #fff;
	border: 2px solid #eee;
	-moz-border-radius:4px 4px 4px 4px;
	width:405px;
	height:299px;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #ccf25a;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #9ec524;
	color: #fff;
	font-weight: bold;
}

