#tickers {
	clear: both;
	position:relative;
	width: 770px;
	height:100px;
	margin: 0 20px;
	overflow:hidden;
	background-color:#fff;
}
	.ticker {
		position:absolute;
		overflow:hidden;
		left:0px;
		top:4px;
		width:150px;
		height:90px;
		text-align:center;
	}
	#tickers img {
		margin:0;
		padding:0 0 4px 0;
		border:none;
	}
	.ticker p {
		margin:0;
		padding:0;
		text-align:center;
		font-weight:bold;
		font-size:10px;
		color: #005697;
		text-transform:uppercase;
	}
	.ticker a {
		font-weight:bold;
		font-size:11px;
		color: #005697;
		text-decoration:none;
	}
	.ticker a:hover, .ticker a:active {
		text-decoration:underline;
	}
