.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 0px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	width: 95%;
	background-color: #f9f9f9;
	height: 50px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 5px;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
}

#ticker_02 {
	height: 100px;
}

.ticker li {
	height: 50px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 0px;
}


