/* CSS Document */
/* Taken from Adbrite */
.scrolling_logos {
   /* background:url(../images/homepage_scrolling_publishers_with_teasers.gif) top left no-repeat; */
	 background:url(../images/homepage_scrolling_publishers.gif) top left no-repeat;
   padding:11px 15px;
}


 #scroller {
   width: 650px;
   height: 43px;
   max-height:43px;
   padding: 8px;
   margin: 0px;
   background:#FFF;
   list-style: none;
   text-align: center;
   overflow: hidden;
   color:#000;
 }
 
/* scroller without teasers  
  #scroller {
      width: 870px;
      height: 43px;
      padding: 0;
      margin: 0 0 0 0;
      list-style: none;
      text-align: center;
      overflow: hidden;
 }
 */
 
 #scroller li {
      float: left;
      width: auto;
      margin: 0 20px 0 0;
      padding: 6px;
 }
 
 #scroller li img {
      margin: 0;
      padding: 0;
 }
.sites_in_our_network {
   margin:0px 0px 4px 0px;
}
.sites_in_our_network h4{
	color:#333399;
   font-size:12pt;
   margin:0px 0px 4px 0px;
}