/*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.
This is only needed if you decide to use absolute positioning.
You could also embed these values into your HTML page using either the 'style' attribute on the <dvi> tag or
by adding your own internal style sheet using the <style> tag.
*/
.realPeoplePlayer {
	position:fixed;
	z-index:1;
	right:20px;
	top:132px;
}
