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

#content .content #newscarousel ul {
	list-style: none;
	width:653px;
	margin: 0;
	padding: 0;
	position:relative;
	overflow: hidden;
}

#content .content #newscarousel li {
	display:inline;
	float:left;
}

#content .content div.textholder {
	padding-left: 5px;
	color: #fff;
	font-size: 1.2em;
}

#content .content div.textholder strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#content .content div.textholder a {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#content .content div.textholder a:hover {
	color: #e61d36;
}
