/*
URI: http://www.ypdpeople.com
Description:  Default styling for the ticker section
Version: 1.0
Author: Mike Jasek
Author URI: http://www.interacts.at
First created: 03/Feb/2009
Last updated:  05/Feb/2009
*/

div#tickerwrap p {
	padding-right: 7px;
	padding-top: 11px;
}
div#news {
	display: block;
	height: 24px;
	left: 18px;
	overflow: hidden;
	position: relative;
	top: 8px;
	width: 480px;
}
ul#ticker {
	display: block;
	height: 24px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
ul#ticker li {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 480px;
}
ul#ticker a,
ul#ticker a:active,
ul#ticker a:visited,
ul#ticker a:hover {
	font-size: 14px;
}