/*
	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:auto;
	overflow:hidden;
	margin:0; padding:0;
}

	#vertical-ticker li{
		display:block;
		height:115px;
		text-align:left;
        margin-bottom:60px;
	}
