only show 10 donations
diff --git a/css/styles.css b/css/styles.css
index 73a8f74..e95dabc 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -95,7 +95,6 @@
 #fullcolumn.kepler ul.no_bullets li{
 	list-style: none;
 	margin-left:0;
-	clear:both;
 }
 
 ul#mainmenu{
@@ -105,6 +104,9 @@
 	left:544px;
 	top:65px;
 }
+ul#mainmenu li{
+	clear:both;
+}
 .subpage ul#mainmenu{
 	left:51px;
 }
@@ -338,10 +340,13 @@
 	margin-bottom:15px;
 	text-transform: uppercase;	
 }
+
 #ul_donorList li{
 	width: 164px;
 	display: block;
-	float:left;
+	float:right;
+	white-space: nowrap;
+	margin-right:11px;
 }
 
 /* Projects */
diff --git a/friends.php b/friends.php
index 0200d95..cbcca5c 100644
--- a/friends.php
+++ b/friends.php
@@ -40,7 +40,7 @@
 					<div id="friend-scale-level" style="width: <?php print $progress;?>%;"></div>
 					<div id="friend-scale-count"><?php print $friend_count;?>/1000 Friends</div>
 				</div>
-				<ul id="ul_donorList" class="clearfix no_bullets"><?php sideDonorList(20);?></ul>
+				<ul id="ul_donorList" class="clearfix no_bullets"><?php sideDonorList(10);?></ul>
 				<a class="button-more" href="/donate/donorlist.php?showAll=0">More</a>	
 							
 			</div>