/*
	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{
/*	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);*/
	height:400px;
	overflow:hidden;
	margin:0; padding:0;
}

	#vertical-ticker li{
		display:block;
		/*padding:35px 20px;
		background:#efefef;
		color:#333;
		border-bottom:1px solid #ddd;
		text-align:center;
		font-size:25px;
		font-weight:bold;
		font-family: Helvetica Neue, times, serif;*/
	}

#pannello{
	text-align: center;
	font-size: 1.2em;	
	margin-top:15px; padding:0;
}
#pannello i{
	margin-right: 10px;	
	margin-left: 10px;
}
@media (max-width: 991px) {
	#vertical-ticker{	height:370px;}
}