#about-us {
}

#about-us .about-us {
	width: 250px;
	left: 0px;	
	top:70px;
}

#about-us .staff {
	width: 630px;
	right: 0px;	
	top:0;
	
}


#about-us .staffList {
	margin-bottom: 20px;
}


#about-us .staffList li{
	width: 105px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;	
	font-size: 15px;
	background-color: #aaa;
	color: #000;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-webkit-transition: all 0.1s ease-in;
}

#about-us .staffList li .mediaElement{
	display: block;
	margin-bottom: 10px;
	
}





/* By default, we tilt all our images -2 degrees */
#about-us .staffList  li {
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
}
 
/* Rotate all even images 2 degrees */
#about-us .staffListl . li:nth-child(even) {
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
}
 
/* Don't rotate every third image, but offset its position */
#about-us .staffList  li:nth-child(3n) {
-webkit-transform: none;
-moz-transform: none;
position: relative;
top: -5px;
}
 
/* Rotate every fifth image by 5 degrees and offset it */
#about-us .staffList  li:nth-child(5n)  {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
position: relative;
right: 5px;
}
 
/* Keep default rotate for every eighth, but offset it */
#about-us .staffList li:nth-child(8n) {
position: relative;
top: 8px;
right: 5px;
}
 
/* Keep default rotate for every eleventh, but offset it */
#about-us .staffList li:nth-child(11n) {
position: relative;
top: 3px;
left: -5px;
}

#about-us .staffList li.current,
#about-us .staffList li:hover{
	-webkit-box-shadow: 0px 0px 14px rgba(0,0, 0, 1);
	-moz-box-shadow: 0px 0px 14px rgba(0,0, 0, 1);
	box-shadow: 0px 0px 14px rgba(0,0, 0, 1);
	z-index: 999;
	-webkit-transform: rotate(0deg) scale(1.15);
	-moz-transform: rotate(0deg) scale(1.15);
	transform: rotate(0deg) scale(1.15);
	background-color: #fff;
}




#about-us .staffList li.current {
	background-color: #fff;
}


/* CURRENT MEMBER */

#about-us .currentMember h3 {
	color: #0099CC;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 24px;
}

#about-us .currentMember h4 {
	color: #aaa;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 18px;
	padding-right: 200px;
}
