/*
	Totem Ticker Stylesheet
	Zach Dunn / Build Internet (buildinternet.com)
	Winter 2011
*/
/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

#vertical-ticker{
	height:200px;
	overflow:hidden;
	margin:0; padding:0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

#vertical-ticker li{
	padding:10px 10px;
	display:block;
	/*color:#333;*/
	border-bottom:1px solid #ddd;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	font-family: Helvetica Neue, times, serif;
}