.TubeLink {
position: relative; 
	left: 0px;
	top: 0px;
  display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../social/youtubeicon.png') bottom;

}

.TubeLink:hover {
	background-position: 0 0;
}

.FaceLink {
position: relative; 
	left: 0px;
	top: 0px;
  display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../social/facebookicon.png') bottom;

}

.FaceLink:hover {
	background-position: 0 0;
}

.InstaLink {
position: relative; 
	left: 0px;
	top: 0px;
  display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../social/instagramicon.png') bottom;
	text-indent: -99999px;
}

.InstaLink:hover {
	background-position: 0 0;
}

.XLink {
position: relative; 
	left: 0px;
	top: 0px;
  display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../social/twittericon.png') bottom;

}

.ThreadsLink:hover {
	background-position: 0 0;
}

.ThreadsLink {
position: relative; 
	left: 0px;
	top: 0px;
  display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../social/threadsicon.png') bottom;

}

.XLink:hover {
	background-position: 0 0;
}