body {
	font-family: helvetica, arial;
	font-size: 10px;

}

#container {
	position: relative;
	width: 170px;
	margin: auto;
	margin-top: 0px;

}

h1 {
	font-size: 10px;
	line-height: 10px;
}

ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
color:#FF0000;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
text-decoration: underline;
}

small {
	color: gray;
	font-weight: normal;
	font-size: 10px;
	display: block;
}

#widget {
	overflow: hidden;
	background: #FFFFFF;
	padding: 0em;
	height: 98px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 170px;
	/*-moz-border-radius-bottomright: 10px;*/
}

#widget img {
	float: left;
	border: 1px solid white;
	padding: 0.1em;
	background: #FFFFFF;
	margin-right: 0.2em;
	width: 90px;
	height: 100px;
}

#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	padding-bottom: 0em;
	height: 96px; /* 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.2em;
	font-size: 10px;
	color:#FF0000;
}

li p {
	color: #474747;
	margin-top: 0.2em;
	font-size:10px;
	font-weight:normal;
}
