/* ******************************************************************************
* START :::
* 	African Animals
****************************************************************************** */
	.monkey { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -248px 0;
		right: 25%;
		width: 198px;
		height: 248px;
		background: url('../images/core/animals/monkey.png') no-repeat;
	}
	
	.elephant { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -211px 0;
		left: 4%;
		width: 294px;
		height: 211px;
		background: url('../images/core/animals/elephant.png') no-repeat;
	}
	
	.tiger { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -216px 0;
		left: 30%;
		width: 295px;
		height: 216px;
		background: url('../images/core/animals/tiger.png') no-repeat;
	}
	
	.lion { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -240px 0;
		right: 8%;
		width: 213px;
		height: 240px;
		background: url('../images/core/animals/lion.png') no-repeat;
	}
/* ******************************************************************************
* END :::
****************************************************************************** */
	
	
	
	
/* ******************************************************************************
* START :::
*	Domestic Animals
****************************************************************************** */
	.bear { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -264px 0;
		right: 8%;
		width: 208px;
		height: 264px;
		background: url('../images/core/animals/bear.png') no-repeat;
	}
	.deer { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -264px 0;
		right: 95%;
		width: 125px;
		height: 264px;
		background: url('../images/core/animals/deer.png') no-repeat;
	}
	.dog { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -228px 0;
		right: 25%;
		width: 216px;
		height: 228px;
		background: url('../images/core/animals/dog.png') no-repeat;
	}
	.ground-hog { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -192px 0;
		right: 98%;
		width: 193px;
		height: 192px;
		background: url('../images/core/animals/ground-hog.png') no-repeat;
	}
	.horse { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -229px 0;
		right: 12%;
		width: 217px;
		height: 229px;
		background: url('../images/core/animals/horse.png') no-repeat;
	}
	.rabbit { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -249px 0;
		right: 80%;
		width: 167px;
		height: 249px;
		background: url('../images/core/animals/rabbit.png') no-repeat;
	}
	.squirrel-female { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -200px 0;
		right: 8%;
		width: 195px;
		height: 200px;
		background: url('../images/core/animals/squirrel-female.png') no-repeat;
	}
	.squirrel-male { 
		position: fixed;
		z-index: 14;
		bottom: -20px;
		margin: 0 0 -211px 0;
		right: 12%;
		width: 191px;
		height: 211px;
		background: url('../images/core/animals/squirrel-male.png') no-repeat;
	}
