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



/* Top Banner */

#wrapper{
	padding:0px;
	width:300px;
	margin:0;
	
}

	
		.nav{}
	
	#wrapper a {color:#06C; text-decoration:none; /*border-bottom:1px dotted #e8914c;*/}
		#wrapper a:hover{color:#06C; text-decoration:none; /*border-bottom:1px dotted #eab209;*/}

/*

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

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

	#vertical-ticker li{
		padding:0;
		display:block;
		/*background:#efefef;*/
		/*color:#333;*/
		/*border-bottom:1px solid #ddd;*/
		/**/text-align:center;
		/*font-size:25px;*/
		/*font-weight:bold;
		font-family: Helvetica Neue, times, serif;*/
	}
	
#control_tottem{
	position:relative;
	height:16px;
	top:-20px;
	left:250px;

}