#photographers {
	width: 99%;
	float: left;
	clear: both;
	left: 0.55%;
}

#photographers h2 {
	margin-bottom: 10px;
}

#photographers a {
	color: #000;
	text-decoration: underline;
}

#photographers a:hover {
	color: #CFCFCF;
	text-decoration: none;
}

.right {
	position: relative;
	float: right;
	clear: left;
	margin-right: 20px;
}

.left {
	position: relative;
	float: left;
	clear: both;
	margin-left: 20px;
}

.person {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.info {
	position: relative;
	float: right;
	width: 150px;
	margin-left: 20px;
}

.right .info {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}

.personImg, .favPhotoImg {
	position: relative;
	float: left;
	height: 150px;
	border: 3px double #CFCFCF;
}

.favPhoto {
	position: relative;
	float: right;
	height: 150px;
}

.favPhoto .title {
	position: absolute;
	width: 15px;
	height: 150px;
	float: right;
	background: url('../../images/photographers/favpic.gif') no-repeat #000;
	top: 3px;
	left: 23px;
	text-indent: -9999px;
}

.favPhotoImg {
	left: 20px;
	float: right;
}

.right .favePhotoImg {
	float: left;
	left: -20px;
}

.right .personImg {
	float: right;
}
