#progressBar {
	margin-left: 100px;
	width: 400px;
	height: 22px;
}

#progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	width: 0;
}

.jquery-ui-like {
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #AAA;
	overflow: hidden;		
}
.jquery-ui-like div {
	background-image: url(pbar-ani.gif);
	border-right: 1px solid #AAA;
}