@charset "UTF-8";
/* CSS Document */

#tickerContent {
	position: relative;
	width: 125px; 
	height: 192px;
	/*background-color: white;*/
	overflow: hidden;
	/*border: 3px solid #E33000;*/
	padding: 2px;
	
	color: #333;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	line-height: 11px;
}

#tickerContent p img {
	text-align: right;
}
 
#tickerContent a {
	color:#666;
}