body {
	font-family: helvetica, arial;
	font-size: 10px;
}
#container {
	position: relative;
	width: 310px;
	margin: auto;
	margin-top: 150px;
}
h1 {
	font-size: 20px;
	line-height: 20px;
}
#widget ul, #widget li, #widget h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	line-height: 140%;
}
small {
	color: gray;
	font-weight: normal;
	font-size: 11px;
	/*display: block;*/
display: inline;
}
#widget {
	overflow: hidden;
	background: #fff;
	padding: 1em;
	border: 0px solid #c5c5c5;
	height: 210px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 598px;
	margin-top: 5px;
	margin-bottom: 20px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-topleft: 10px;
	border-radius-bottomright: 10px;
	border-radius-topleft: 10px;
}
#widget img {
	float: left;
	border: 1px solid #424243;
	padding: .2em;
	background: #d3d3d3;
	margin-right: .5em;
	width: 90px;

}
#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	padding-bottom: 1em;
	height: 101px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}
h4 {
	padding-top: .5em;
	font-size: 14px;
	font-weight: normal;
}
li p {
	color: #474747;
	margin-top:3px;
}
