body {
font-family: helvetica, arial;
font-size: 10px;

}

#container {
	position: relative;
	width: 221px;
	margin: auto;
	margin-top: 0px;

}

h1 {
   font-size: 20px;
   line-height: 20px;
}

ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}

a {
text-decoration: none;
color: #292929;
}

a:hover {
text-decoration: underline;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
	overflow: hidden;
	background: #fff;
	margin: 5px 0 5px 0;
	height: 80px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 221px;
}

#widget img {
	float: left;
	width: 205px;
	height: 65px;
}

#widget li {
clear: left;
overflow: hidden;
position: relative;
top: 20;
padding-bottom: 1em;
height: 75px; /* 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: 0;
	font-size: 12px;
	padding-right: 5px;
}

li p {
color: #474747;
margin-top: .4em;
font-size: 10px;
}

