﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
.friend-Link{
	position:relative;
	width:439px;
	height:100px;
	}
.left-arrow{
	float:left;
}
.fl-pic{
	float:left;
	display:inline;
}
.right-arrow{
	float:left;
}

.left-arrow{
	width:21px; display:block; background:url("../images/left_1.gif") no-repeat 0 16px;
	height:100px;
}
	
.right-arrow{
	width:21px;
	height:100px; display:block; background:url("../images/right_1.gif") no-repeat 0 12px;
	margin-right:0;}

	
.fl-pic{
	overflow:hidden;
	width:396px;
	height:100px;
	white-space:nowrap;
	background-color:#FAF9FA;
	}
	
.fl-pic ul{
	width:3500px;
	}
	
.fl-pic ul li{
	float:left;
	display:inline;
	margin:15px 5px;
	width:123px;
	height:70px;
	background-color:#E1E1E1;
	}

.fl-pic ul li img{
	border:none;
	width:123px;
	height:70px;
}