.newsScroller {
	border: 1px solid #ccc;
	height: 100px;
	list-style: none;
	min-width: 95%;
	margin:2.5em 0 1em;
	overflow: hidden;
	padding: 1em !important;
	position: relative;
}

.newsScroller ul {
	margin: 0 !important;
	padding: 0 !important;
}

.newsScroller li {
	clear: left;
	display: block;
	height: 100px;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1em;
	position: relative;
	top: 0;
}

.newsScroller h3, .newsScroller h3 a {
	clear: none;
	color: #e00034;
	font-weight: normal;
	margin-bottom: 0.25em;
}

.newsScroller h3 {
	font-size: 1.4em;
}

.newsScroller a {
	border: none !important;
}

.newsScroller img {
	float: left;
	height: 100px;
	margin-right: 1em;
}

.newsScroller .info {
	border: 1px solid #ccc;
	bottom: 1em;
	font-size: 0.9em;
	padding: 0 0.5em;
	position: absolute;
	right: 1em;
}


#sidebar_newsScroller .newsScroller {
	border: none;
}

#sidebar_newsScroller .newsScroller h3,
#sidebar_newsScroller .newsScroller h3 a {
	color: inherit;
	font-size: 1em;
	font-weight: bold;
}
