/* CSS Document */

.progress_outer{
	width:575px;
	font-family:Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
}
.progress_bar{
	width:500px;
	height:30px;
	float:left;
	border:#d7d7d7 solid 5px;
	position:relative;
}
.bar{
	background:url(bar.png) no-repeat top;
	height:30px;		
}
.pointer{
	width:204px;
	height:107px;
	background:url(pointer.png) no-repeat;
	position:absolute;
	top:-108px;
	font-size:13px;
	color:#666;
	padding:20px;
	
}
.progress_count{
	float:left;
	color:#000;	
	font-size:18px;
	margin:5px 0 0 10px;
}
