/**
 * @package styles
 * @version $Id: memberlist_avatar.css 45 2007-09-10 04:49:51Z Highway of Life $
 * @copyright (c) 2007 David Lewis (Highway of Life) - http://startrekguide.com
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */
.thumbnail {
	z-index: 0;
	position:relative;
}

a.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span {
	position: absolute;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	display: none;
	top: 10px;
	left: 10px;
	background: #12A3EB url("/forum/styles/prosilver/theme/images/bg_header.gif") repeat-x;
}

.thumbnail span img {
	border-width: 0;
	padding: 1px;
}

a.thumbnail:hover span {
	display:block;
}

.memberlist-avatar {
	width: 22px;
}
