/**
 * @package		EasyBlog
 * @copyright	Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *  
 * EasyBlog is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

#eblog-wrapper .eblog_team_members {
	background: transparent url("../images/post-meta.png") no-repeat right top;
	border-left: 0;
	float: right;
	padding-left: 10px;
	width: 210px;
}
    #eblog-wrapper .eblog_team_members h4 {
        line-height: 10px;
    }

#eblog-wrapper .eblog_team_members ul, .teamblog_members ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#eblog-wrapper .eblog_team_members ul li, .teamblog_members ul li {
	background: none;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}

#eblog-wrapper .eblog_team_members ul li img,  .teamblog_members ul li img {
	height: auto !important;
	max-height: 60px;
	max-width: 60px;
	width: auto !important;
}


#eblog-wrapper .teamblog_members .with-avatar li a {
	background: #fff;
	display: block;
	text-align: center;
	width: 60px;
	padding-left: 5px;
}

#eblog-wrapper .teamblog_members .with-avatar li a img {
	border: 1px solid #eee;
	height: auto !important;
	height: 48px;
	max-width: 48px;
	max-height: 48px;
	width: auto !important;
	width: 48px;
}



.eblog_team_entries {
	/* margin-right: 220px; */
	overflow: hidden;
	padding-right: 10px;
}

.featuredpanel {
	/*display: block;
	position: absolute;
	right: 5px;
	top: 5px; */

	position: absolute;
	top: -3px;
	right: 0px;
}

.eblog_teams {
	margin: 20px 0;
	position: relative;
}