/* styles for the news widget */

.widget_news_roller {
	background-color: #cc3c31;
	border-radius: 5px;
	padding: 10px 0px;
}
.widget_news_roller h2 {
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4)
}
.widget_news_roller p {
  color: #fff;
}
.widget_news_roller ul {
  list-style: none;
  padding: 0 18px;
  margin: 0px;
}
.widget_news_roller li {
	padding: 0 10px;
}
.news-item {
  border: none;
}
li.news-item a:hover {
	color: #fff;
}
