#progressWidget {
    position: absolute;
    top: 90px;
    left: 10px;
	width: 940px;
	height: 400px;
	overflow: hidden;
	z-index: 10000;
}
#progressWidget.border {
	border-left: 1px solid #BDB9A2;
	border-right: 1px solid #BDB9A2;
}

#progressWidget.hide {
    position: absolute;
    top: -100000px;
    left: -100000px;
	width: 10px;
	height: 10px;
	display: none;
	overflow: hidden;
	z-index: 0;
	border: 0px;
}

#progressWidget img {
	width: 300px;
	height: 150px;
	margin: 150px 0px 0px 340px;
}

#progressWidget img.hide {
	display: none;
}
