/**
 * Team 
 */
div.friendsContainer div.item,
div.teamContainer div.item {
	background: url(/images/layout/content/team/bg.jpg) no-repeat top left;
	height: 138px; 
	width: 205px; 
	float: left;
	margin: 5px 5px 0 0; 
	overflow: hidden;
}

div.teamContainer div.item.wide {
	height: 130px; 
	width: 600px; 
	float: left; 
	background: url(/images/layout/content/team/bgWide.jpg) no-repeat top left;
}

div.friendsContainer div.item.friend,
div.teamContainer div.item.photographer {
	height: 105px; 
	background: url(/images/layout/content/team/bgPhotographer.jpg) no-repeat top left;
}

div.friendsContainer div.item div.heading,
div.teamContainer div.item div.heading {
	height: 19px; 
	color: #fff; 
	font-weight: bold; 
	padding: 6px 0 0 10px;
}

div.friendsContainer div.item div.pic,
div.teamContainer div.item div.pic {
	width: 80px; 
	overflow:hidden;
	height: 115px;
	float: left;
}

div.teamContainer div.item.wide div.pic {
	height: 103px;
}

div.friendsContainer div.item.friend div.pic,
div.teamContainer div.item.photographer div.pic {
	height: 75px;
	width: 77px; 
	margin-left: 3px;
}

div.friendsContainer div.item div.pic a.edge,
div.teamContainer div.item div.pic a.edge {
	display: block; 
	height: 115px; 
	width:80px; 
	background: url('/images/layout/content/news/nugget_bottomleft.gif') no-repeat 3px 100%;
	border: none;
	padding: 0;
	border: 0;
	text-decoration:none;
}

div.friendsContainer div.item.friend div.pic a.edge,
div.teamContainer div.item.wide div.pic a.edge {
	height: 105px; 
}

div.friendsContainer div.item.friend div.pic a.edge,
div.teamContainer div.item.photographer div.pic a.edge {
	height: 77px;
	background-position: 0 100%;
}

div.friendsContainer div.item div.text,
div.teamContainer div.item div.text {
	float: left; 
	width: 115px; 
	height: 90px;
	padding:3px 5px 0 3px;
}

div.teamContainer div.item.wide div.text {
	height: 80px;
}

div.friendsContainer div.item.friend div.text,
div.teamContainer div.item.photographer div.text {
	height: 52px;
	overflow: hidden; 
	width: 100px;
}

div.friendsContainer div.item div.links,
div.teamContainer div.item div.links {
	float: left; 
	text-align: right;
	width: 115px;
	padding: 2px 5px 0 3px;
}

div.teamContainer div.item.wide div.links {
	width: 325px; 
}

div.teamContainer div.item.wide div.text {
	width: 325px; 
}