#ticker {
	width: 200px;
	height: 60px;
	/*border: 1px solid #aaaaaa;*/
	overflow: auto;
}

#ticker dt {
	font: normal 10px;
	/*padding: 0 10px 5px 10px;*/
	/*background-color: #e5e5e5;*/
	padding-top: 10px;
	/*border: 1px solid #ffffff;*/
	border-bottom: none;
	border-right: none;
	position: relative;
}

#ticker dd {
	margin-left: 0;
	font: normal 10px;
	/*padding: 0 10px 10px 10px;*/
	/*border-bottom: 1px solid #aaaaaa;
	background-color: #e5e5e5;
	border-left: 1px solid #ffffff;*/
	position: relative;
}

#ticker dd.last {
	border-bottom: 1px solid #ffffff;
}

#ticker div {
	margin-top: 0;
}