
/* Jennie */

.pig
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-pig.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.pig:hover
{
	background-position: 0px 0px; 
}

/* anita */

.dog
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-dog.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.dog:hover
{
	background-position: 0px 0px; 
}

/* hedda */

.unicorn
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-unicorn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.unicorn:hover
{
	background-position: 0px 0px; 
}

.horse
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-horse.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.horse:hover
{
	background-position: 0px 0px; 
}

.dino
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-dino.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.dino:hover
{
	background-position: 0px 0px; 
}
.bike
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-bike.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.bike:hover
{
	background-position: 0px 0px; 
}
.discus
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-discus.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.discus:hover
{
	background-position: 0px 0px; 
}

.weightlifting
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-weightlifting.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.weightlifting:hover
{
	background-position: 0px 0px; 
}

.blanket
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-blanket.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.blanket:hover
{
	background-position: 0px 0px; 
}

.cheerleader
{
	float: right;
	margin-top: 10px;
	width: 50px; 
	height: 50px; 
	background-image: url(/graphic/icon-cheerleader.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

.cheerleader:hover
{
	background-position: 0px 0px; 
}