/* PHOTOS
================================================================= */

	/* Main image */
	div#staffBio div.photo img.main { padding:3px; border:2px solid #CCC; }

	/* All extra photos */
	div#staffBio div.photo div.extras { margin-top:8px; }
	div#staffBio div.photo div.extras img { float:left; margin-right:8px; margin-bottom:8px; padding:2px; border:2px solid #CCC; }
	div#staffBio div.photo div.extras img.last { margin-right:0; }

	/* Two photos */
	div#staffBio div.photo div.count_2 img { width:98px; height:131px; margin-right:8px; }

	/* Three & Six Photos */
	div#staffBio div.photo div.count_3 img,
	div#staffBio div.photo div.count_6 img { width:60px; height:80px; }
	div#staffBio div.photo div.count_6 img.photo_3 { margin-right:0; }

	/* Four photos */
	div#staffBio div.photo div.count_4 { margin-top:5px; }
	div#staffBio div.photo div.count_4 img { width:43px; height:57px; margin-right:5px; }
	div#staffBio div.photo div.count_4 img.last { margin-left:1px; }

	/* Five, seven, eight, nine, & ten photos */
	div#staffBio div.photo div.count_5 img,
	div#staffBio div.photo div.count_7 img,
	div#staffBio div.photo div.count_8 img,
	div#staffBio div.photo div.count_9 img,
	div#staffBio div.photo div.count_10 img { width:43px; height:60px; margin-right:6px; margin-bottom:5px; }
	div#staffBio div.photo div.count_5 img.photo_1,
	div#staffBio div.photo div.count_7 img.photo_1,
	div#staffBio div.photo div.count_8 img.photo_1,
	div#staffBio div.photo div.count_9 img.photo_1,
	div#staffBio div.photo div.count_10 img.photo_1,
	div#staffBio div.photo div.count_10 img.photo_8 { width:98px; height:133px; }
	div#staffBio div.photo div.count_5 img.photo_3,
	div#staffBio div.photo div.count_5 img.photo_5,
	div#staffBio div.photo div.count_7 img.photo_3,
	div#staffBio div.photo div.count_7 img.photo_5,
	div#staffBio div.photo div.count_8 img.photo_3,
	div#staffBio div.photo div.count_8 img.photo_5,
	div#staffBio div.photo div.count_9 img.photo_3,
	div#staffBio div.photo div.count_9 img.photo_5,
	div#staffBio div.photo div.count_10 img.photo_3,
	div#staffBio div.photo div.count_10 img.photo_5 { margin-right:0; }

	/* Seven photos */
	div#staffBio div.photo div.count_7 img.photo_6 { margin-right:8px; }
	div#staffBio div.photo div.count_7 img.photo_6,
	div#staffBio div.photo div.count_7 img.photo_7 { width:98px; height:131px; }
	div#staffBio div.photo div.count_7 img.photo_7 { margin-right:0; }

	/* Eight photos */
	div#staffBio div.photo div.count_8 img.photo_6,
	div#staffBio div.photo div.count_8 img.photo_7,
	div#staffBio div.photo div.count_8 img.photo_8 { width:60px; height:80px; margin-right:8px; }
	div#staffBio div.photo div.count_8 img.photo_8 { margin-right:0; }

	/* Nine photos */
	div#staffBio div.photo div.count_9 img.photo_6,
	div#staffBio div.photo div.count_9 img.photo_7,
	div#staffBio div.photo div.count_9 img.photo_8,
	div#staffBio div.photo div.count_9 img.photo_9 { width:43px; height:57px; margin-right:5px; }
	div#staffBio div.photo div.count_9 img.photo_9 { margin-left:1px; margin-right:0; }

	/* Ten photos */
	div#staffBio div.photo div.count_10 img.photo_7 { margin-right:0; }
	div#staffBio div.photo div.count_10 img.photo_8 { float:right; margin-right:0; }

/* PROFILE
================================================================= */
	div#staffBio div.contact { padding:5px 0 15px 0; }
	div#staffList a { font-size:12px; font-weight:bold; }
