/* @override http://staging-new.liquidpixels.com/styles/executive.css */

.executives {
	width: 697px;
	text-align: center;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.executives .executive {
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #fff;
}

.executives .executive.active {
	border: 1px solid #aebed2;
}

.executives .executive.over {
	border: 1px solid #215ca4;
}

.executives .executive .picture {
	border: 1px solid #e1e1e1;
	width: 150px;
	height: 200px;
	position: relative;
	margin-bottom: 10px;
	background-color: #f8f8f8;
}

.executives .executive .title {
	font-size: 12px;
	line-height: 20px;
}


