/*By james Cook j.cook@derby.ac.uk*/
/*set the position from here*/
/*left / top set player position use % to allow player to move up and down screen*/
.realPeoplePlayer 
{
	position:fixed;
	left:80%;
	bottom:30%;
}
.realPeoplePlayerIntroPages 
{
	position:fixed;
	left:80%;
	bottom:0%
}
.realPeoplePlayerIndexPage
{
	float:right; 
}

.realPeoplePlayerPreview
{
	position:fixed;
	left:80%;
	bottom:40%
}
