#webBtn {
	position:absolute;
	top:0px;
	left:0px;
	width:43px;
	height:43px;
	margin:0px;
	padding:0px;
	background-image:url("../images/buttons/button_web-active.png");
}
#webBtn a, #webBtn a:link, #webBtn a:visited {
	display:block;
}
#webBtn img {
	width:100%;
	height:100%;
	border:0px;
}
#webBtn a:hover img {
	visibility:hidden;
}

#printBtn {
	position:absolute;
	top:0px;
	left:56px;
	width:43px;
	height:43px;
	margin:0px;
	padding:0px;
}
#printBtn img {
	width:100%;
	height:100%;
	border:0px;
}

#interactiveBtn {
	position:absolute;
	top:0px;
	left:112px;
	width:43px;
	height:43px;
	margin:0px;
	padding:0px;
	background-image:url("../images/buttons/button_interactive-active.png");
}
#interactiveBtn a, #interactiveBtn a:link, #interactiveBtn a:visited {
	display:block;
}
#interactiveBtn img {
	width:100%;
	height:100%;
	border:0px;
}
#interactiveBtn a:hover img {
	visibility:hidden;
}

#contactBtn {
	position:absolute;
	top:0px;
	left:167px;
	width:43px;
	height:43px;
	margin:0px;
	padding:0px;
	background-image:url("../images/buttons/button_email-active.png");
}
#contactBtn a, #contactBtn a:link, #contactBtn a:visited {
	display:block;
}
#contactBtn img {
	width:100%;
	height:100%;
	border:0px;
}
#contactBtn a:hover img {
	visibility:hidden;
}
