#container {
	position: relative;
	margin: 10px auto;
	width: 234px;
	height: 386px;
	z-index: 1;
}
.header_front
{
	width:124px;
	height:19px;
position: absolute;
    margin-top: -8px;
    margin-left: 58px;
        z-index: 20;

}
.header_back
{
display: none;
	width:124px;
	height:19px;
position:absolute;
    margin-top: -20px;
    margin-left: 58px;
}
#people
{
	margin-top: 30px;
}
.person
{
	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: 800;
	width: 70px;
	height: 90px;
/*
	border: solid;
	border-width: 1px;
*/
	margin-bottom: 10px;
	text-align: center;
}
.person:nth-child(odd) 
{
	margin-left: 13%;

	float: left;
}
.person:nth-child(even) 
{
	margin-right: 13%;

	float: right;
}
.face.back {
	display: none;
}

#container {
	-webkit-perspective: 1000;
}
#card {
position:absolute;
	border-style: solid;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all .5s linear;
	/* -webkit-box-shadow: -5px 5px 5px #aaa; */
	border-width: 2px;
	border-color: #c5bfbf;
	-webkit-border-radius: 20px;
	    z-index: 1;

}
.container_click   #card {
	-webkit-transform: rotateY(180deg);

/*
	-moz-box-shadow: -5px 5px 5px #aaa;
	box-shadow: -5px 5px 5px #aaa;
*/
}
.image
{
	margin-top: 10px;
	float:left;
}
.fullname
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	margin-left: 11px;
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
}
.face.back {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: block;
	-webkit-transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	padding: 10px;
	color: #5c5b5b;
/* 	background-color: #aaa; */
}
.job a:link {text-decoration: none}
.job a:visited {text-decoration: none}
.job a:active {text-decoration: none}
.job {
	position: absolute;
	top: 40px;
	left:85px;
	font-size: 12px;
}
.body
{
	height: 63%;
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 14px;
	
overflow-x: hidden;
	overflow-y: scroll;


}
#back_content
{
	height: 100%;

}
#back_wrap
{
	position:absolute;
	left:0px;
	width:1404px;
	height: 386px;
}
.button
{
	height: 36px;
	width: 36px;
	float:left;
	margin-top: 12px;
	margin-left: 10px;
	padding-bottom: 5px;
	background-image: url("../images/MacMDFlipBack.png");
	background-repeat: no-repeat;

}
.button_front
{
	height: 33px;
	width: 33px;
	float:left;
	margin-top: -3px;
	margin-left: 100px;
	background-image: url("../images/MacMDFlip.png");
	background-repeat: no-repeat;
	}
.back_panel
{
	position:relative;
	display: block;
	padding:0px;
	margin:0px;
	float:left;
	width:234px;
		height: 386px;

}

.button:hover
{
	background-image: url("../images/MacMDFlipPressed.png");

}

.tooltip
{
	color: #b1abab;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-top: 23px;
	margin-left: 20px;
}
