ul.slideShow{
	position:relative;	
	width:490px;
	float:right;
}

	ul.slideShow#bill_doris{
		background:url(../images/people/backgrounds/bill_doris.png) left top no-repeat;
		height:462px;
	}
	
	ul.slideShow#candice_jenkins{
		background:url(../images/people/backgrounds/candice_jenkins.png) left top no-repeat;
		height:540px;
	}
	
	ul.slideShow#emily_khoury{
		background:url(../images/people/backgrounds/emily_khoury.png) left top no-repeat;
		height:474px;
	}
	
	ul.slideShow#james_cooper1{
		background:url(../images/people/backgrounds/james_cooper.png) left top no-repeat;
		height:469px;
	}
	
	ul.slideShow#nicholas_moon{
		background:url(../images/people/backgrounds/nicholas_moon.png) left top no-repeat;
		height:457px;
	}
	
	ul.slideShow#patrick_melville{
		background:url(../images/people/backgrounds/patrick_melville.png) left top no-repeat;
		height:493px;
	}
	
	ul.slideShow#sean_bevan{
		background:url(../images/people/backgrounds/sean_beaven.png) left top no-repeat;
		height:438px;
	}

ul.slideShow li{
	display:none;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	width:283px;
	height:296px;
}

ul.slideShow#bill_doris li{
	margin:73px 0 0 154px;
}

ul.slideShow#candice_jenkins li{
	margin:66px 0 0 153px;
}

ul.slideShow#emily_khoury li{
	margin:62px 0 0 155px;
}

ul.slideShow#james_cooper1 li{
	margin:58px 0 0 152px;
}

ul.slideShow#nicholas_moon li{
	margin:65px 0 0 154px;
}

ul.slideShow#patrick_melville li{
	margin:58px 0 0 155px;
}

ul.slideShow#sean_bevan li{
	margin:60px 0 0 154px;
}

ul.slideShow li.active{
	display:block;	
}