table.crossbar {
	background-color: #000000;
	}


td.crossbar_left,td.crossbar_right {
	width: 60px;
	cursor: pointer;
}

td.crossbar_left div {
    margin-right: 15px;
	height: 80px;
	width: 45px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: 45px 0px;
}

td.crossbar_right div {
	margin-left: 15px;
	height: 80px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: -45px 0px;
}

img.friend_img,div.friend_img {
	width: 112px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div.friends_list {
	position: relative;
	height: 80px;
	overflow: hidden;
	margin: 0px;
}

div.friends_list_scroller {
	position: absolute;
	left: 0px;
	margin: 0px;
	width: 100%;
}
