.corniceLink {
	display: block;
	width: 220px;
	height: 134px;
	background: url('../images/elements/cornice.png') bottom;
	text-indent: -99999px;
	border: #bdbdbd solid 4px;
	border-radius: 6px;
}
.corniceLink:hover {
	background-position: 0% 0%;
}
.dadoLink {
	display: block;
	width: 220px;
	height: 134px;
	background: url('../images/elements/dado.png') bottom;
	text-indent: -99999px;
	border: #bdbdbd solid 4px;
	border-radius: 6px;
}
.dadoLink:hover {
	background-position: 0% 0%;
}
.skirtingLink {
	display: block;
	width: 220px;
	height: 134px;
	background: url('../images/elements/skirting.png') bottom;
	text-indent: -99999px;
	border: #bdbdbd solid 4px;
	border-radius: 6px;
}
.skirtingLink:hover {
	background-position: 0% 0%;
}
.facebookLink {
	display: block;
	width: 180px;
	height: 70px;
	background: url('../images/elements/facebook.jpg');
	text-indent: -99999px;
	border: #bdbdbd solid 4px;
	border-radius: 6px;
}
.facebookLink:hover {
	background: url('../images/elements/facebookOn.jpg');
}
.linkedLink {
	display: block;
	width: 180px;
	height: 70px;
	background: url('../images/elements/linked.jpg');
	text-indent: -99999px;
	border: #bdbdbd solid 4px;
	border-radius: 6px;
}
.linkedLink:hover {
	background: url('../images/elements/linkedOn.jpg');
}