#nt_container {
	border: 1px solid #CCC;
	box-shadow: 0 0 2px #CCC;
}

#nt_container .header {
	font-size: 22px;
	padding: 10px;
	background: #EEE;
	text-align: center;
	margin-top: 0px !important;
}

.newsticker {
	
}

ul.newsticker {
	margin: 0;
	border-top: 1px solid #CCC;
	max-height: 336px;
	overflow-y: auto;
}

.newsticker li {
	border-top: 1px solid #CCC;
	list-style: none;
	margin: 0;
	padding: 10px;
}

.newsticker li:first-of-type {
	border-top: none;
}

.newsticker .date {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsticker img {
	
}

