
#page {
	/*width: 500px;
	background-color: #FFF;*/
	margin: 0 auto 50px;
}

/*h1, h2 {
	font-family: 'IM Fell DW Pica SC', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 35px;
}
.highlight {
	font-size: 50px;
	color: #0099ff;
}
h1, h2 {
	color: #333;
	text-align: center;	
}
h2{
	text-align: right;
	padding: 10px 0px;
}*/

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

#ticker_02 {
	height: 258px;
}

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