#example .demo-container {
	width: 700px;
}
.top {
	height: 14px;
	width: 564px;
}
.middleLeft {
	float: left;
	width: 20px;
	height: 27px;
}
.middleCenter {
	float: left;
	width: 524px;
	height: 27px;
	background-image: url(images/middleCenter.gif);
}
.middleRight {
	float: left;
	width: 20px;
	height: 27px;
}
.tickerLines {
	width: 524px;
	position: relative;
	top: 7px;
	font: normal 12px Arial, Verdana, Helvetica;
	color: #080808; /* ellipsis definitions for longer text */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgBottom {
	display: block;
}
