div.overflow{
height:6.66em !important
}
  .panel{
    position:relative;
   }
   .panel h4{
    overflow:hidden;
  width:175px;
   }
   .panel h4.no_scroll{
    overflow:hidden;
  width:210px;
   }
      .scroll_btns{
       position:absolute;
  right:0;
  top:11px; 
      }
   .scroll_btns li{
   float:left;
   margin:0 3px 0 0;
   }
   .plus_btn{
    background:url(/images/content/scroll/plus.gif) no-repeat left center;
    height:15px;
    width:15px;
    text-indent:-9999em;
   }
     .minus_btn{
    background:url(/images/content/scroll/minus.gif) no-repeat left center;
    height:15px;
    width:15px;
    text-indent:-9999em;
   }