@charset "utf-8";
/* CSS Document */

#gallerywrapper #sophie a:link {
	display: block;
	height: 210px;
	width: 310px;
	float: left;
	background-image: url(../images/sophie.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#gallerywrapper #sophie a:hover {
	background-image: url(../images/sophiehover.png);
}
#gallerywrapper #pat a:link {
	display: block;
	height: 210px;
	width: 310px;
	float: left;
	background-image: url(../images/pat.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#gallerywrapper #pat a:hover {
	background-image: url(../images/pathover.png);
}
#gallerywrapper #person a:link {
	display: block;
	height: 210px;
	width: 310px;
	float: left;
	background-image: url(../images/person.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#gallerywrapper #person a:hover {
	background-image: url(../images/personhover.png);
}
#gallerywrapper #staff a:link {
	display: block;
	height: 210px;
	width: 310px;
	float: left;
	background-image: url(../images/staff.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#gallerywrapper #staff a:hover {
	background-image: url(../images/staffhover.png);
}
