body {
font-family: helvetica, arial;
font-size: 10px;

}

#container {
	width: 200px;
	height: 235px;
	margin-top: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:.70;
	opacity:.90;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
#text_container {
	position: relative;
	width: 180px;
	height: 150px;
	top: -180px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 0; padding: 0;
	border: 0px solid #000000;
	text-align:center;
}
h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #FCC917;
}

ul, li, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight:normal;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #FCC917;
}

a:hover {
text-decoration: underline;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
	overflow: hidden;
	padding: 0px;
	border: 0px solid #c5c5c5;
	height: 150px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 180px;
	-moz-border-radius-bottomright: 5px;
}

#widget img {
	border: 0px solid white;
	background: #d3d3d3;
	margin-right: 0.5em;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	padding-top: 0.1em;
	border-bottom: 0px solid #000000;
	width: 170px;
	height: 90px; /* 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: .02em;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align:center;
}

li p {
	color: #FFFFFF;
	margin-top: 0px;
	font-size:10px;
	text-align:center;
	padding-top: 0px;
}
