html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #333;
}

#page {
	width: 230px;
	margin-bottom: 0px;
	height:300px;
}

.ticker {
	width: 230px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
}

#ticker_02 {
	height: 300px;
}

.ticker li {
	height: 50px;
	border-bottom: 1px dotted #999;
	padding: 5px;
	margin: 0px 5px;
	text-shadow:0 1px 0 #CCC, 0 -1px 0 #FFF;
}




