/*
.progressLg {
	height: 125px;
	width: 650px;
	margin:0px;
	position: absolute;
	top: 75px;
}

#progressBar {
	width: 600px;
	background: url(../img/progbarRight.png) repeat-x right;
	overflow: hidden;
}

#discBar {
	width: 600px;
	background: url(../img/progbarRight.png) repeat-x right;
	overflow: hidden;
}

#progressBarLeft {
	position: absolute;
}

#discBarLeft {
	position: absolute;
}

#progressBarMid {
	height: 6px;
}

#discBarMid {
	height: 6px;
}

#locProgressText {
	text-align: center;
}

.progressIcon {
	width: 20px;
	height: 20px;
	background: none;
	position: absolute;
	left: 360px;
	top: 18px;
}

*/