@CHARSET "UTF-8";
/* CSS Document */

#PhotoCredit {
	display: block;
	width: 25px;
	height: 18px;
	background-image: url('../images/bg_credit_photo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	top: 190px;
	right: 196px;
	cursor: default;
	cursor: hand;
}
#PhotoCredit:hover {
	width: 140px;
	background-image: url('../images/bg_credit_photo_kevin.png');
}

#PhotoCredit-Marian {
	display: block;
	width: 25px;
	height: 18px;
	background-image: url('../images/bg_credit_photo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	top: 190px;
	right: 196px;
	cursor: default;
	cursor: hand;
}
#PhotoCredit-Marian:hover {
	width: 140px;
	background-image: url(../images/bg_credit_photo_marian.png);
}

