#scroller_container{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 688px;
height: 75px; /*Height should enough to fit largest content's height*/
margin: 0px  0px 10px 0px ;
background:#transparent;
}

.panel h3{
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size:14px;
	height:18px;
	font-family: Arial, Century Gothic;
	overflow:hidden;

}
.panel h3 a:link, .panel h3 a:visited{
	color:#000;
}
.panel {
	
	width: 240px;
	float:left;
	margin: 5px 10px 0px 0px;
	padding:5px 0 0 5px;
	display:inline;
	background:transparent;
	color:#000;
	font-family:Arial, Century Gothic;
}


.panel p{
	margin:0px 0px;
	padding:0 0;
	color:#000;
	font-size:11px;
}

.panel img{
	margin:0px 5px 0px 0px;
	padding:1px 1px;
	float:left;
	background:transparent;
	border:2px solid #4AA02C;
}

