.friend_scrollbox{ 
	margin: 0 auto; 
	overflow: hidden; 
	height: 448px;
}
#friend_scrollDiv{
	overflow:hidden;
}/*这里的高度和超出隐藏是必须的*/
#friend_scrollDiv li{
	height:108px; 
	overflow:hidden; 
	vertical-align:bottom; 
	zoom:1; 
	margin-bottom: 4px;
	border:1px solid #ccc;
}
#friend_scrollDiv li div{ 
	height:100%; 
	color:#416A7F; 
	line-height:18px; 
	overflow:hidden;
}
#friend_scrollDiv li div img{
	width: 100%;
	height: 100%;
}
#friend_scrollDiv li div a{ 
	color:#416A7F; 
	text-decoration:none;
}
.scroltit{ 
	height:26px; 
	line-height:26px; 
	padding-bottom:4px;
	margin-bottom:4px;
}
.scroltit h3{ 
	width:100px; 
	float:left;
}
.scroltit .updown{
	float:right; 
	width:32px; 
	height:22px; 
	margin-left:4px
}
#but_up{ 
	background:url(../images/up.gif) no-repeat 0 0; 
	text-indent:-9999px;
}
#but_down{ 
	background:url(../images/down.gif) no-repeat 0 0; 
	text-indent:-9999px;
}
