.ticker {
	width: 100%;
	height: 25px;
	overflow: hidden;
	border: 1px solid #000066;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
}

#ticker_02 {
	height: 120px;
}

.ticker li {
	height: 30px;
	border-bottom: 1px dotted #ffffff;
	padding: 5px;
	margin: 0px 5px;
}
