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



#wrapper{
	padding:5px;
	width:220px;
	margin:0 auto;
}

/*

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

#vertical-ticker{
	height:350px;
	overflow:hidden;
	margin:0; padding:0;

}

	#vertical-ticker li{
		padding:10px 20px;
		display:block;
		background:#ffffff;
		color:#333;
		
		text-align:left;
				
	}