#containerScroller {
font-family: helvetica, arial;
font-size: 10px;
position: relative;
width: 310px;
margin: auto;
align: left;
}

#containerScroller h1 {
	font-size: 20px;
	line-height: 20px;
}

#containerScroller ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}

#containerScroller a {
text-decoration: none;
color: #292929;
}

#containerScroller a:hover {
background-color:#333; 
color:#fff; 
text-decoration:none;
}

#containerScroller small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#containerScroller #widget {
overflow: hidden;
/*background: #e3e3e3;*/
/* background:url(../images/menuBg.jpg) repeat-x; */
padding: 1em;
/*border: 1px solid #c5c5c5;*/
height: 215px; /* You should adjust this height for your project. */
position: relative;
float: left;
min-width: 310px;
-moz-border-radius-bottomright: 10px;
}

#containerScroller #widget img {
float: left;
border: 1px solid white;
padding: .2em;
background: #d3d3d3;
margin-right: .5em;
width: 60px;
height: 60px;
}

#containerScroller #widget li {
clear: left;
overflow: hidden;
position: relative;
top: 0;
padding-bottom: 1em;
height: 66px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

#containerScroller h4 {
padding-top: .5em;
font-size: 14px;
}

#containerScroller li p {
color: #474747;
margin-top: .4em;
}
