#team-gallery a img{
	border:none;
}

#team-gallery a:focus{
	outline:none;
}

#team-gallery li, #team-gallery ul {
	display:inline;
	padding:0px;
	margin:0px;
	list-style:none;
}

#team-gallery #team-thumbs a {
	border: 5px solid #e1def6;
	display: block;
	width: 100px;
	float: left;
	margin: 0px 10px 10px 0px;;
}

#team-gallery #team-thumbs a:hover, #team-gallery #team-thumbs a.active {
	border-color: #b22aa0;
}

#team-gallery #team-thumbs a.no-pad {
	margin-right: 0px;
}

#team-gallery #team-text {
	clear:both;
	display: block;
	padding-top: 1px;
}

