#scrollcontainer {
	width: 550px;
	margin: auto;
	padding: 5px;
	height: 270px;


}


small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
	overflow: hidden;
	padding: 5px;
	height: 175px;
	float: none;
	min-width: 310px;
}

#widget img {
	float: left;
	border: 1px solid white;
	padding: 0.2em;
	background: #d3d3d3;
	margin-right: 0.5em;
	width: 200px;
	height: 150px;
}

#widget li {
	overflow: hidden;
	position: relative;
	top: 0;
	padding-bottom: 20px;
	height: 160px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
	list-style: none;
}
#widget h4 {
	padding-top: 0px;
	font-size: 18px;
	line-height: 14px;
	color: #FF0000;
}
#widget a {
	padding-top: 5px;
	font-size: 18px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: none;
}
#widget  li p {
	color: #474747;
	margin-top: .4em;
	font-size: 10px;
}
#widget h5 {
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	margin-top: 8px;
}

