.socialmedia_SmallIcon
{
  	margin:6px;
  	height: 28px;
	width: 28px;
}
.socialmedia_LargeIcon
{
    margin: 10px;
  	height: 48px;
	width: 48px;
}
.socialmedia_SmallIcon:hover
{
	background-position: 0px -28px;
}
.socialmedia_LargeIcon:hover
{
	background-position: 0px -48px;
}

.socialmedia_SlideRolloverAnimation
{  
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.socialmedia_SlideRolloverAnimation:hover
{
  	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.socialmedia_SpinningRolloverAnimation
{
	float: left;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.socialmedia_SpinningRolloverAnimation:hover {
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.PopoutAnimation {
	float: left;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.PopoutAnimation img {
	border-radius: 50%;
	margin: 8px;
	width: 100%;
	/*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.PopoutAnimation img:hover {
	margin: 0px;
	box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);
}