	
	#fighters {
		width:950px;
		height:500px;
		background:url('../images/fighters.jpg') no-repeat;
		position:absolute;
		left:0px;
		top:0px;
		overflow:hidden;
	}
	
	.fighter {
		cursor:pointer;
	}
	
	#ricardo {
		width:175px;
		height:317px;
		background:url('../images/fighter-ricardo.png') no-repeat;
		position:absolute;
		left:-500px; /*418px;*/
		top:161px;
		
	}
	
	#john {
		width:191px;
		height:286px;
		background:url('../images/fighter-john.png') no-repeat;
		position:absolute;
		left:-500px; /*160px;*/
		top:172px;
		
	}
	
	#chris {
		width:176px;
		height:311px;
		background:url('../images/fighter-chris.png') no-repeat;
		position:absolute;
		left:-500px; /*628px;*/
		top:164px;
		
	}
	
	.fightername {
		position:absolute;
		height:16px;
		overflow:hidden;
		
	}
	
	#name-ricardo {
		left:434px;
		top:109px;
		width:78px;
		height:24px;
		background:url('../images/fighter-ricardo.gif') no-repeat;
		background-position:0px 16px;
		
	}
	
	#name-john {
		width:76px;
		background:url('../images/fighter-john.gif') no-repeat;
		left:168px;
		top:141px;
		background-position:0px 16px;
	}
	
	#name-chris {
		width:76px;
		background:url('../images/fighter-chris.gif') no-repeat;
		left:680px;
		top:122px;
		background-position:0px 16px;
	}